MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 753

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Property
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()
Constructor for the XML class
Availability
Flash Player 5.
Usage
new XML([source])
Parameters
The XML text parsed to create the new XML object.
source
Returns
Nothing.
Description
Constructor; creates a new XML object. You must use the constructor to create an XML object
before calling any of the methods of the XML class.
Note: The
createElement()
creating the elements and text nodes in an XML document tree.
Description
Read-only; references the previous sibling in the parent node's child list.
A numeric status code indicating the success or failure of an XML
document parsing operation.
Specifies information about a document's XML declaration.
Description
Returns an associative array containing all of the attributes of the
specified node.
Read-only; returns an array containing references to the child nodes of the
specified node.
Description
An event handler that is invoked when XML text has been completely
downloaded from the server, or when an error occurs downloading XML
text from a server.
An event handler that returns a Boolean value indicating whether the XML
object was successfully loaded with
and
createTextNode()
XML.load()
methods are the "constructor" methods for
or
.
XML.sendAndLoad()
XML class
753

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents