Module

# XMLNodeType

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Provides access to the Type constants for the Type property of `XMLNode</api/text/xml/xmlnode>`.

## Constants

The **XMLNodeType** module 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**     | All |
| **Operating Systems** | All |

<div class="seealso">

Object parent class; `XMLNode</api/text/xml/xmlnode>` class.

</div>
