XmlParser
Creates an instance of the XML parser front-end.
Gets the specified context.
Gets the specified options.
Fired when a XML parse error is encountered.
Fired when the XML parser is finished.
Fired when the XML parser is starting.
public XmlParser()
Creates a new parser with the default options and context.
Creates a new parser with the custom options.
Creates a new parser with the custom options and the given context.
Parses the string and returns the result.
Parses the stream and returns the result.
Parses the string asynchronously with option to cancel.
Parses the stream asynchronously with option to cancel.