XML.parentNode
Availability
Flash Player 5.
Usage
my_xml.parentNode
Description
Property (read-only); references the parent node of the specified XML object, or returns
the node has no parent. This is a read-only property and cannot be used to manipulate child
nodes; use
appendChild()
XML.parseXML()
Availability
Flash Player 5.
Usage
my_xml.parseXML(source)
Parameters
The XML text to be parsed and passed to the specified XML object.
source
Returns
Nothing.
Description
Method; parses the XML text specified in the
XML object with the resulting XML tree. Any existing trees in the XML object are discarded.
XML.previousSibling
Availability
Flash Player 5.
Usage
my_xml.previousSibling
Description
Property (read-only); returns a reference to the previous sibling in the parent node's child list. The
property has a value of
property and cannot be used to manipulate child nodes; use
XML.insertBefore()
768
Chapter 12: ActionScript Dictionary
,
insertBefore()
if the node does not have a previous sibling node. This is a read-only
null
, and
XML.removeNode()
, and
to manipulate children.
removeNode()
parameter, and populates the specified
source
XML.appendChild()
to manipulate child nodes.
if
null
,
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?