Module
XMLNodeType
Description
Provides access to the Type constants for the Type property of XMLNode.
Constants
The XMLNodeType class contains constants for the Type property. They are shown in the following table.
Value |
Constant |
---|---|
1 |
Element_Node |
2 |
Attribute_Node |
3 |
Text_Node |
4 |
CData_Section_Node |
5 |
Entity_Reference_Node |
6 |
Entity_Node |
7 |
Processing_Instruction_Node |
8 |
Comment_Node |
9 |
Document_Node |
10 |
Document_Type_Node |
11 |
Document_Fragment_Node |
12 |
Notation_Node |
13 |
Other_Node |
Compatibility
Project Types |
Console, Desktop, Mobile, Web |
Operating Systems |
iOS, Linux, macOS, Windows |
See also
Object parent class; XMLNode class.