XMLNode class

Availability

Flash Player 5.

Description

The XMLnode class supports the following properties, methods, and collections; for information on their usage, see the corresponding XML class entries.

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()

See also

XML class