XmlParser
For more details: See the W3C Recommendation
http://www.w3.org/TR/REC-xml/
and a little bit about XML parser (XHTML context)
http://www.w3.org/html/wg/drafts/html/master/the-xhtml-syntax.html#xml-parser.
Gets if the parser has been started asynchronously.
Gets if the XML is standalone.
Gets the (maybe intermediate) result of the parsing process.
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.
Parses the given source and creates the document.
Parses the given source asynchronously and creates the document.
Parses the given source asynchronously and creates the document.