Office.CustomXMLNodeType enum
Specifies the type of the XML node.
Fields
| Attribute | The node is an attribute. |
| CData | The node is CData. |
| Element | The node is an element. |
| NodeComment | The node is a comment. |
| NodeDocument | The node is a Document element. |
| ProcessingInstruction | The node is a processing instruction. |
| Text | The node is text. |