User Guide
XML 717
See also
appendChild (XMLNode.appendChild method), attributes (XMLNode.attributes
property)
, childNodes (XMLNode.childNodes property), cloneNode
(XMLNode.cloneNode method)
, firstChild (XMLNode.firstChild property),
hasChildNodes (XMLNode.hasChildNodes method), insertBefore
(XMLNode.insertBefore method)
, lastChild (XMLNode.lastChild property),
nextSibling (XMLNode.nextSibling property), nodeName (XMLNode.nodeName
property)
, nodeType (XMLNode.nodeType property), nodeValue (XMLNode.nodeValue
property)
, parentNode (XMLNode.parentNode property), previousSibling
(XMLNode.previousSibling property)
, removeNode (XMLNode.removeNode method),
toString (XMLNode.toString method)
Property summary
Properties inherited from class XMLNode
Modifiers Property Description
contentType:String The MIME content type that is sent to the
server when you call the XML.send() or
XML.sendAndLoad() method.
docTypeDecl:String Specifies information about the XML
document's DOCTYPE declaration.
ignoreWhite:Boolean Default setting is false.
loaded:Boolean Indicates if the XML document has
successfully loaded.
status:Number Automatically sets and returns a numeric
value that indicates whether an XML
document was successfully parsed into an
XML object.
xmlDecl:String A string that specifies information about a
document's XML declaration.
attributes (XMLNode.attributes property), childNodes (XMLNode.childNodes
property), firstChild (XMLNode.firstChild property), lastChild
(XMLNode.lastChild property), nextSibling (XMLNode.nextSibling property),
nodeName (XMLNode.nodeName property), nodeType (XMLNode.nodeType property),
nodeValue (XMLNode.nodeValue property), parentNode (XMLNode.parentNode
property), previousSibling (XMLNode.previousSibling property)