xmltypes.h File Reference
Go to the source code of this file.
|
Enumerations |
enum | xmlNodeType {
ELEMENT_NODE = 1,
ATTRIBUTE_NODE = 2,
TEXT_NODE = 3,
CDATA_SECTION_NODE = 4,
ENTITY_NODE = 6,
PROCESSING_INSTRUCTION_NODE = 7,
COMMENT_NODE = 8,
DOCUMENT_NODE = 9,
DOCUMENT_TYPE_NODE = 10,
NOTATION_NODE = 12,
ELEMENT_NODE = 1,
ATTRIBUTE_NODE = 2,
TEXT_NODE = 3,
CDATA_SECTION_NODE = 4,
ENTITY_NODE = 6,
PROCESSING_INSTRUCTION_NODE = 7,
COMMENT_NODE = 8,
DOCUMENT_NODE = 9,
DOCUMENT_TYPE_NODE = 10,
NOTATION_NODE = 12
} |
| xml node types More...
|
Enumeration Type Documentation
xml node types
- Enumerator:
-
ELEMENT_NODE |
element |
ATTRIBUTE_NODE |
attribute |
TEXT_NODE |
text |
CDATA_SECTION_NODE |
cdata |
ENTITY_NODE |
hidden, entity |
PROCESSING_INSTRUCTION_NODE |
processing instruction |
COMMENT_NODE |
comment |
DOCUMENT_NODE |
document |
DOCUMENT_TYPE_NODE |
hidden, build-in DTD |
NOTATION_NODE |
hidden, notation |
ELEMENT_NODE |
element |
ATTRIBUTE_NODE |
attribute |
TEXT_NODE |
text |
CDATA_SECTION_NODE |
cdata |
ENTITY_NODE |
hidden, entity |
PROCESSING_INSTRUCTION_NODE |
processing instruction |
COMMENT_NODE |
comment |
DOCUMENT_NODE |
document |
DOCUMENT_TYPE_NODE |
hidden, build-in DTD |
NOTATION_NODE |
hidden, notation |
Definition at line 33 of file xml/xmltypes.h.