XML DOM constants

>XML DOM constants

XML DOM constants

These constants can be used in conjunction with the Xerces XML DOM parser.

DEF ENUM enumeration name KCML_DOM_TYPES_ENUM

Enumeration ValueValueDescription
_ELEMENT_NODE1Element Node
_ATTRIBUTE_NODE2Attribute Node
_TEXT_NODE3Text Node
_CDATA_SECTION_NODE4CDATA Section Node
_ENTITY_REFERENCE_NODE5Entity Reference Node
_ENTITY_NODE6Entity Node
_PROCESSING_INSTRUCTION_NODE7Processing Instruction Node
_COMMENT_NODE8Comment Node
_DOCUMENT_NODE9Document Node
_DOCUMENT_TYPE_NODE10Document Type Node
_DOCUMENT_FRAGMENT_NODE11Document Fragment Node
_NOTATION_NODE12Notation Node
_XML_DECL_NODE13XML Declaration Node
_SIG_WHITESPACE_NODE14Significant whitespace (XMLTextReader only)
_END_ELEMENT_NODE15End of element (XMLTextReader only)
_END_ENTITY_NODE16End of entity replacement (XMLTextReader only)
_XML_DECLARATION_NODE17XML declaration (XMLTextReader only)

Back to the list of Enumerations and Constants