Home
last modified time | relevance | path

Searched refs:xmlElementType (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h144 } xmlElementType; typedef
216 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
309 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
336 typedef xmlElementType xmlNsType;
369 xmlElementType type; /* XML_DTD_NODE, must be second ! */
397 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
452 xmlElementType type; /* type number, must be second ! */
514 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
Dentities.h40 xmlElementType type; /* XML_ENTITY_DECL, must be second ! */
/external/libxml2/
DHTMLtree.c994 cur->type = (xmlElementType) type; in htmlDocContentDumpFormatOutput()
Dxmlschemas.c22361 xmlElementType nodeType) in xmlSchemaXPathEvaluate()