Example
The following example is an excerpt from the example for the
shows how you can use the
object's child nodes:
for (var aNode = rootNode.lastChild; aNode != null; aNode =
aNode.previousSibling) {
trace(aNode);
}
In Flash Media Server, the output of
file and Application inspector.
See also
XML.appendChild(), XML.insertBefore(),
XML.removeNode()
Availability
Flash Media Server 2.
Usage
my_xml.removeNode()
Parameters
None.
Returns
Nothing.
Description
Method; removes the specified XML object from its parent and deletes all descendants of the
node.
210
Server-Side ActionScript Language Reference
XML.previousSibling
trace()
XML.lastChild
property to loop through an XMLNode
statements appears in the application log
XML.removeNode()
property and
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?