XMLNode

Object
  |
  +-XMLNode

public class XMLNode
extends Object

An XML document is represented in Flash by the XML class. Each element of the hierarchical document is represented by an XMLNode object.

Availability: ActionScript 1.0; Flash Player 5

See also

XML

Property summary

ModifiersPropertyDescription
 attributes:ObjectAn object containing all of the attributes of the specified XML instance.
 childNodes:Array [read-only]An array of the specified XML object’s children.
 firstChild:XMLNode [read-only]Evaluates the specified XML object and references the first child in the parent node’s child list.
 lastChild:XMLNode [read-only]An XMLNode value that references the last child in the node’s child list.
 localName:String [read-only]The local name portion ...

Get ActionScript 2.0 Language Reference for Macromedia® Flash® 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.