MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Reference page 481

Actionscript language reference
Table of Contents

Advertisement

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.
Property, method, or collection
appendChild()
attributes
childNodes
cloneNode()
firstChild
hasChildNodes()
insertBefore()
lastChild
nextSibling
nodeName
nodeType
nodeValue
parentNode
previousSibling
removeNode()
toString()
See also
XML class
ActionScript Core Classes
Corresponding XML class entry
XML.appendChild()
XML.attributes
XML.childNodes
XML.cloneNode()
XML.firstChild
XML.hasChildNodes()
XML.insertBefore()
XML.lastChild
XML.nextSibling
XML.nodeName
XML.nodeType
XML.nodeValue
XML.parentNode
XML.previousSibling
XML.removeNode()
XML.toString()
CHAPTER 6
XMLNode class
481

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flex

Table of Contents