Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h183 } xmlElementType; typedef
255 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
348 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
375 typedef xmlElementType xmlNsType;
408 xmlElementType type; /* XML_DTD_NODE, must be second ! */
436 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
491 xmlElementType type; /* type number, must be second ! */
553 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
Dentities.h40 xmlElementType type; /* XML_ENTITY_DECL, must be second ! */
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle153 d xmlElementType s 10i 0 based(######typedef######) enum
280 d type like(xmlElementType) XML_ATTRIBUTE_DECL
373 d type like(xmlElementType) XML_ELEMENT_DECL
401 * xmlNsType is unified with xmlElementType.
404 d like(xmlElementType)
425 d type like(xmlElementType) XML_DTD_NODE
449 d type like(xmlElementType) XML_ATTRIBUTE_NODE
496 d type like(xmlElementType)
541 d type like(xmlElementType) XML_DOCUMENT_NODE
Dentities.rpgle37 d type like(xmlElementType) XML_ENTITY_DECL
/external/libxml2/doc/html/
Dindex.sgml487 <ANCHOR id="xmlElementType" href="libxml/libxml-tree.html#xmlElementType">
/external/libxml2/
Dxmlschemas.c22461 xmlElementType nodeType) in xmlSchemaXPathEvaluate()