Package | flash.xml |
Class | public final class XMLNodeType |
Inheritance | XMLNodeType ![]() |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
XMLNode.nodeType
. The values are defined
by the NodeType enumeration in the
W3C DOM Level 1 recommendation:
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
ELEMENT_NODE : uint = 1 [static]
Specifies that the node is an element. | XMLNodeType | ||
TEXT_NODE : uint = 3 [static]
Specifies that the node is a text node. | XMLNodeType |
Constant Detail
ELEMENT_NODE | Constant |
public static const ELEMENT_NODE:uint = 1
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Specifies that the node is an element.
This constant is used with XMLNode.nodeType
.
The value is defined by the NodeType enumeration in the
W3C DOM Level 1 recommendation:
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
Related API Elements
TEXT_NODE | Constant |
public static const TEXT_NODE:uint = 3
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Lite 4 |
Specifies that the node is a text node.
This constant is used with XMLNode.nodeType
.
The value is defined by the NodeType enumeration in the
W3C DOM Level 1 recommendation:
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html
Related API Elements
Thu Dec 4 2014, 05:50 PM -08:00