Packageflash.xml
Classpublic final class XMLNodeType
InheritanceXMLNodeType Inheritance Object

Language version: ActionScript 3.0
Runtime version: 

The XMLNodeType class contains constants used with 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

See also

XMLNode.nodeType


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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_NODEconstant
public static const ELEMENT_NODE:uint = 1

Language version: ActionScript 3.0
Runtime version: 

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

See also

TEXT_NODEconstant 
public static const TEXT_NODE:uint = 3

Language version: ActionScript 3.0
Runtime version: 

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

See also