Struct o2.Dom.nodeType


static struct o2.Dom.nodeType
DOM node types.
Defined in dom.constants

Property Summary
static const Integer ATTRIBUTE
- atribute node.
static const Integer CDATA
- CDATA section.
static const Integer COMMENT
- comment node.
static const Integer DOCUMENT
- document (root) node.
static const Integer DOCUMENT_FRAGMENT
- document fragment.
static const Integer DOCUMENT_TYPE
- DTD node.
static const Integer ELEMENT
- element node.
static const Integer ENTITY
- entity.
static const Integer ENTITY_REFERENCE
- entity reference.
static const Integer NOTATION
- notation.
static const Integer PROCESSING_INSTRUCTION
- processing instruction.
static const Integer TEXT
- text node.