MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 739

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Property summary
Modifiers
Property
attributes:Object
childNodes:Array
firstChild:XMLNode
lastChild:XMLNode
nextSibling:XMLNode
only]
nodeName:String
nodeType:Number
nodeValue:String
parentNode:XMLNode
previousSibling:XMLNode
[read-only]
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Description
An object containing all of the attributes of the
specified XML instance.
[read-only]
An array of the specified XML object's
children.
[read-only] Evaluates the specified XML object and
references the first child in the parent node's
child list.
[read-only]
An XMLNode value that references the last
child in the node's child list.
[read-
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.
[read-only]
A nodeType value, either 1 for an XML
element or 3 for a text node.
The node value of the XML object.
[read-only] An XMLNode value that references the
parent node of the specified XML object, or
returns null if the node has no parent.
An XMLNode value that references the
previous sibling in the parent node's child list.
property),
property),
__proto__ (Object.__proto__
__resolve
XMLNode
739

Advertisement

Table of Contents
loading

Table of Contents