Language Reference Guide : 4. System Classes : XMLDocument Class
 
Share this page                  
XMLDocument Class
The XMLDocument class provides a way to read and write XML documents. It also provides methods to create and parse XML documents. This class can represent an XML document in a tree-like object structure in memory. It provides additional low-level methods to access XML documents without populating this object structure. This allows processing of big XML files without significant memory consumption.
Inherits From
Object Class
Inherited By
None
Attributes
ErrorText
ParsedXMLEncoding
ParsedXMLStandalone
ParsedXMLVersion
ParserCallbacks
RootElement
Methods
AbortWrite
IsValidXMLName
ParseString
ParseURL
WriteCDATA
WriteComment
WriteElement
WriteEndDocument
WriteEndElement
WriteProcessingInstruction
WriteStartDocument
WriteStartElement
WriteTextData
WriteToFile