Language version: | ActionScript 3.0
|
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
public static const ELEMENT_NODE:uint = 1
Language version: | ActionScript 3.0
|
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
public static const TEXT_NODE:uint = 3
Language version: | ActionScript 3.0
|
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
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00