XmlDocument (Class)

Defines the structure for an object that accesses information for an XML element.  

Namespace: elsystem.xml

Properties
  Name Type Description
Public property DocumentElement object Gets the root element for the XML document.
Public property DocumentType object Gets the node containing the DOCTYPE declaration.
Public property PreserveWhiteSpace bool True to retain non-significant whitespace between node elements, otherwise False to remove whitespace.
Methods