MsoCustomXMLNodeType Enumeration
Specifies the node type.
Note
|
|---|
| References to DTDs from custom XML parts are not supported. DTD references in custom XML parts will not resolve, and custom XML parts containing DTD references generate an exception when an attempt is made to save the file's content to a flat XML file. |
| Name | Value | Description |
|---|---|---|
| msoCustomXMLNodeAttribute | 2 | The node is an attribute. |
| msoCustomXMLNodeCData | 4 | The node is a CData type. |
| msoCustomXMLNodeComment | 8 | The node is a comment. |
| msoCustomXMLNodeDocument | 9 | The node is a Document node. |
| msoCustomXMLNodeElement | 1 | The node is an element. |
| msoCustomXMLNodeProcessingInstruction | 7 | The node is a processing instruction. |
| msoCustomXMLNodeText | 3 | The node is a text node. |
Note