Node Types ========== .. currentmodule:: pugixml.pugi .. seealso:: :class:`XMLNodeType` .. rubric:: Attributes .. autoattribute:: pugixml.pugi.NODE_CDATA Character data, i.e. ‘’ .. autoattribute:: pugixml.pugi.NODE_COMMENT Comment tag, i.e. ‘’ .. autoattribute:: pugixml.pugi.NODE_DECLARATION Document declaration, i.e. ‘’ .. autoattribute:: pugixml.pugi.NODE_DOCTYPE Document type declaration, i.e. ‘’ .. autoattribute:: pugixml.pugi.NODE_DOCUMENT A document tree’s absolute root. .. autoattribute:: pugixml.pugi.NODE_ELEMENT Element tag, i.e. ‘’ .. autoattribute:: pugixml.pugi.NODE_NULL Empty (null) node handle. .. autoattribute:: pugixml.pugi.NODE_PCDATA Plain character data, i.e. ‘text’ .. autoattribute:: pugixml.pugi.NODE_PI Processing instruction, i.e. ‘