Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h182 } xmlElementType; typedef
254 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
347 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
374 typedef xmlElementType xmlNsType;
407 xmlElementType type; /* XML_DTD_NODE, must be second ! */
435 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
490 xmlElementType type; /* type number, must be second ! */
552 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
Dentities.h40 xmlElementType type; /* XML_ENTITY_DECL, must be second ! */
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle150 d xmlElementType s 10i 0 based(######typedef######) enum
277 d type like(xmlElementType) XML_ATTRIBUTE_DECL
370 d type like(xmlElementType) XML_ELEMENT_DECL
398 * xmlNsType is unified with xmlElementType.
401 d like(xmlElementType)
422 d type like(xmlElementType) XML_DTD_NODE
446 d type like(xmlElementType) XML_ATTRIBUTE_NODE
493 d type like(xmlElementType)
538 d type like(xmlElementType) XML_DOCUMENT_NODE
Dentities.rpgle37 d type like(xmlElementType) XML_ENTITY_DECL
/external/libxml2/
DHTMLtree.c1052 cur->type = (xmlElementType) type; in htmlDocContentDumpFormatOutput()
Dxmlschemas.c22461 xmlElementType nodeType) in xmlSchemaXPathEvaluate()
/external/libxml2/doc/html/
Dindex.sgml487 <ANCHOR id="xmlElementType" href="libxml/libxml-tree.html#xmlElementType">