User Guide
XML class 167
Property summary for the XML class
Property Description
XML.attributes An object that contains all the attributes of the specified
XML object.
XML.childNodes Read-only; an array of the specified XML object’s children. Each
element in the array is a reference to an XML object that represents
a child node.
XML.contentType The MIME type transmitted to the server.
XML.docTypeDecl Sets and returns information about an XML document’s
DOCTYPE declaration.
XML.firstChild Read-only; references the first child in the list for the specified node.
XML.ignoreWhite When set to true, discards, during the parsing process, text nodes
that contain only white space.
XML.lastChild Read-only; references the last child in the list for the specified node.
XML.loaded Checks whether the specified XML object has loaded.
XML.localName Read-only; the local name portion of the XML node's name.
XML.namespaceURI Read-only; if the XML node has a prefix, namespaceURI is the value
of the xmlns declaration for that prefix (the URI), which is typically
called the namespace URI.
XML.nextSibling Read-only; references the next sibling in the parent node’s child list.
XML.nodeName The node name of an XML object.
XML.nodeType Read-only; the type of the specified node (XML element or
text node).
XML.nodeValue The text of the specified node if the node is a text node.
XML.parentNode Read-only; references the parent node of the specified node.
XML.prefix Read-only; the prefix portion of the XML node name.
XML.previousSibling Read-only; references the previous sibling in the parent node’s child
list.
XML.status A numeric status code that indicates the success or failure of an
XML document parsing operation.
XML.xmlDecl Specifies information about a document’s XML declaration.