MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 1010

Actionscript language reference
Table of Contents

Advertisement

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
XML.previousSibling
XML.status
XML.xmlDecl
Collections summary for the XML class
Method
XML.attributes
XML.childNodes
Event handler summary for the XML class
Event handler
XML.onData
XML.onLoad
1010
Chapter 2: ActionScript Language Reference
Description
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
, discards, during the parsing process, text nodes that
true
contain only white space.
Read-only; references the last child in the list for the specified node.
Read-only; checks whether 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.
Read-only; references the previous sibling in the parent node's child list.
A numeric status code that indicates the success or failure of an XML
document parsing operation.
Specifies information about a document's XML declaration.
Description
Returns an associative array that contains all the attributes of the specified
node.
Read-only; returns an array that contains references to the child nodes of
the specified node.
Description
Invoked when XML text has been completely downloaded from the
server, or when an error occurs downloading XML text from a server.
Returns a Boolean value indicating whether the XML object was
successfully loaded with
or
XML.load()
XML.sendAndLoad()
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx

Table of Contents