MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1314

Actionscript 2.0 language reference
Table of Contents

Advertisement

Property summary
Modifiers
Property
attributes:Object
childNodes:Array
[read-only]
firstChild:XMLNode
[read-only]
lastChild:XMLNode
[read-only]
localName:String
[read-only]
namespaceURI:String
[read-only]
nextSibling:XMLNode
[read-only]
nodeName:String
nodeType:Number
[read-only]
nodeValue:String
parentNode:XMLNode
[read-only]
prefix:String
only]
previousSibling:XMLN
[read-only]
ode
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
1314
ActionScript classes
Description
An object containing all of the attributes of the
specified XML instance.
An array of the specified XML object's children.
Evaluates the specified XML object and references
the first child in the parent node's child list.
An XMLNode value that references the last child in
the node's child list.
The local name portion of the XML node's name.
If the XML node has a prefix, namespaceURI is the
value of the xmlns declaration for that prefix (the URI),
which is typically called the namespace URI.
An XMLNode value that references the next sibling in
the parent node's child list.
A string representing the node name of the XML
object.
A nodeType value, either 1 for an XML element or 3 for
a text node.
The node value of the XML object.
An XMLNode value that references the parent node of
the specified XML object, or returns null if the node
has no parent.
[read-
The prefix portion of the XML node name.
An XMLNode value that references the previous
sibling in the parent node's child list.
property),
property),
__proto__ (Object.__proto__
__resolve

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents