HomeSort by relevance Sort by last modified time
    Searched defs:xmlElementType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 144 } xmlElementType;
216 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
309 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
336 typedef xmlElementType xmlNsType;
345 * xmlNsType is unified with xmlElementType.
370 xmlElementType type; /* XML_DTD_NODE, must be second ! */
398 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
453 xmlElementType type; /* type number, must be second ! */
515 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
    [all...]
  /external/libxml2/include/libxml/
tree.h 182 } xmlElementType;
254 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
347 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
374 typedef xmlElementType xmlNsType;
383 * xmlNsType is unified with xmlElementType.
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 ! */
    [all...]

Completed in 52 milliseconds