enum NodeType

An indication of the element type stored on the provided axlDtdElementListNode reference.

An axlDtdElementListNode reference could contain a single reference to a content particule name, that is the XML node name to be allowed to be used at the provided position or a reference to an axlDtdElementList which contains a nested list containing more content particules.

Enumerator:
AXL_ELEMENT_LIST  The reference contains an axlDtdElementList.
AXL_ELEMENT_NODE  The reference contains a reference to a leaf node, a content particule.