Skip to main content
Version: 4.2.5

XML Objects

Description

Objects for parsing, creating and searching XML documents. The XML functions are automatically updated to the corresponding objects, methods and properties described in this chapter.

NameDescription
XML Document ObjectA representation of an XML document.
XML Node ObjectA representation of a node in an XML document.
XML Node Collection ObjectA collection of nodes used for XML node children and XPath selections by methods such as SelectNodes.
XML Attribute Collection ObjectA collection of XML Node attributes.
XML Parser ObjectAn object used to parse an XML file against an XML structure.
XML Writer ObjectHelper object used to generate XML output directly to a file, to an XML Document or to a string.
XML Writer Attribute Collection ObjectA collection of attributes used in an XML Writer Object.