XmlParser
Creates an instance of the XML parser front-end.
Gets the specified context.
Gets the specified options.
public XmlParser()
Creates a new parser with the default options and configuration.
Creates a new parser with the custom options.
Creates a new parser with the custom configuration.
Creates a new parser with the custom options and configuration.
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.
Parses the stream asynchronously.
Parses the string asynchronously with option to cancel.
Parses the stream asynchronously with option to cancel.