| Package | flash.xml |
| Class | public final class XMLNodeType |
| Inheritance | XMLNodeType Object |
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
| 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 | ||
| ELEMENT_NODE | constant |
public static const ELEMENT_NODE:uint = 1
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_NODE | constant |
public static const TEXT_NODE:uint = 3
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
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/flash/xml/XMLNodeType.html