XMLnode object

Availability

Flash Player 5.

Usage


Parameters


Returns


Description

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

Property, Method or Collection Corresponding XML object 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()

Example