User Guide
1286 ActionScript classes
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
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.
idMap:Object An object containing the XML file's nodes that have an
id attribute assigned.
ignoreWhite:Boolean Default setting is false.
loaded:Boolean The property that indicates whether 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.