xml_parse_buffer
Description:
[
Version ( replacement =
"XML.parse_buffer" ) ]
public XML xml_parse_buffer (
string buffer)
Parse a string buffer which contains an XML-formatted string, and return a corresponding XML tree.
Parameters:
| buffer |
Buffer to be parsed.
|
Returns:
|
Root node of parsed XML tree.
|