User Guide

1058 Chapter 2: ActionScript Language Reference
XMLNode class
Availability
Flash Player 5.
Description
An XML document is represented in Flash by the XML class. Each element of the hierarchical
document is represented by an XMLNode object.
The XMLNode class supports the following properties, methods, and collections; for information
on their usage, see the corresponding XML class entries.
See also
XML class
Property, method, or collection Corresponding XML class entry
appendChild() XML.appendChild()
attributes XML.attributes
childNodes XML.childNodes
cloneNode() XML.cloneNode()
firstChild XML.firstChild
hasChildNodes() XML.hasChildNodes()
insertBefore() XML.insertBefore()
lastChild XML.lastChild
nextSibling XML.nextSibling
nodeName XML.nodeName
nodeType XML.nodeType
nodeValue XML.nodeValue
parentNode XML.parentNode
previousSibling XML.previousSibling
removeNode() XML.removeNode()
toString() XML.toString()
CHAPTER 2
ActionScript Language Reference