Method summary for the XML class
Method
XML.addRequestHeader()
XML.appendChild()
XML.cloneNode()
XML.createElement()
XML.createTextNode()
XML.getBytesLoaded()
XML.getBytesTotal()
XML.hasChildNodes()
XML.insertBefore()
XML.load()
XML.parseXML()
XML.removeNode()
XML.send()
XML.sendAndLoad()
XML.toString()
Property summary for the XML class
Property
XML.contentType
XML.docTypeDecl
XML.firstChild
XML.ignoreWhite
XML.lastChild
XML.loaded
XML.nextSibling
XML.nodeName
XML.nodeType
XML.nodeValue
XML.parentNode
752
Chapter 12: ActionScript Dictionary
Description
Adds or changes HTTP headers for
Appends a node to the end of the specified object's child list.
Clones the specified node and, optionally, recursively clones all children.
Creates a new XML element.
Creates a new XML text node.
Returns the number of bytes loaded for the specified XML document.
Returns the size of the XML document, in bytes.
Returns
if the specified node has child nodes; otherwise,
true
returns
.
false
Inserts a node in front of an existing node in the specified node's child list.
Loads a document (specified by the XML object) from a URL.
Parses an XML document into the specified XML object tree.
Removes the specified node from its parent.
Sends the specified XML object to a URL.
Sends the specified XML object to a URL and loads the server response
into another XML object.
Converts the specified node and any children to XML text.
Description
Indicates the MIME type transmitted to the server.
Sets and returns information about an XML document's
declaration.
DOCTYPE
Read-only; references the first child in the list for the specified node.
When set to
, text nodes that contain only white space are discarded
true
during the parsing process.
References the last child in the list for the specified node.
Read-only; checks if the specified XML object has loaded.
Read-only; references the next sibling in the parent node's child list.
The node name of an XML object.
The type of the specified node (XML element or text node).
The text of the specified node if the node is a text node.
Read-only; references the parent node of the specified node.
operations.
POST
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers