XmlParser
For more details: See http://www.w3.org/TR/xml11/ and
http://www.w3.org/html/wg/drafts/html/master/the-xhtml-syntax.html#xml-parser.
Gets if the parser has been started asynchronously.
Gets the (maybe intermediate) result of the parsing process.
Gets if the XML is standalone.
This event is raised once a parser error occured.
Creates a new instance of the XML parser with an new document
based on the given source.
Creates a new instance of the XML parser with an new document
based on the given stream.
Creates a new instance of the XML parser with the specified document
based on the given source.
Creates a new instance of the XML parser with the specified document
based on the given stream.
Parses the given source and creates the document.
Parses the given source asynchronously and creates the document.
WARNING: This method is not yet implemented.