1314
ActionScript classes
Property summary
Properties inherited from class Object
Modifiers
Property
Description
attributes
:Object
An 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 of the XML node's name.
namespaceURI
:String
[read-only]
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.
nextSibling
:XMLNode
[read-only]
An XMLNode value that references the next sibling in
the parent node's child list.
nodeName
:String
A string representing the node name of the XML
object.
nodeType
:Number
[read-only]
A
nodeType
value, either 1 for an XML element or 3 for
a text node.
nodeValue
:String
The node value of the XML object.
parentNode
:XMLNode
[read-only]
An XMLNode value that references the parent node of
the specified XML object, or returns
null
if the node
has no parent.
prefix
:String
[read-
only]
The prefix portion of the XML node name.
previousSibling
:XMLN
ode
[read-only]
An XMLNode value that references the previous
sibling in the parent node's child list.
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...