HomeSort by relevance Sort by last modified time
    Searched refs:XML_DTD_NODE (Results 1 - 16 of 16) sorted by null

  /external/libxml2/
xmlreader.c 354 if (cur->type != XML_DTD_NODE) {
418 if (cur->type == XML_DTD_NODE) {
    [all...]
tree.c 869 cur->type = XML_DTD_NODE;
902 if (cur->type == XML_DTD_NODE)
943 cur->type = XML_DTD_NODE;
    [all...]
xinclude.c 819 if (elem->type == XML_DTD_NODE)
1056 case XML_DTD_NODE:
1182 case XML_DTD_NODE:
    [all...]
debugXML.c 354 (node->type != XML_DTD_NODE) &&
402 case XML_DTD_NODE:
454 if (dtd->type != XML_DTD_NODE) {
981 case XML_DTD_NODE:
    [all...]
schematron.c     [all...]
xpath.c     [all...]
xmlsave.c 772 if (cur->type == XML_DTD_NODE) {
    [all...]
HTMLtree.c 781 if (cur->type == XML_DTD_NODE)
xpointer.c     [all...]
c14n.c     [all...]
valid.c 534 case XML_DTD_NODE:
    [all...]
  /external/libxslt/libxslt/
xsltutils.c     [all...]
numbers.c 602 while ((cur->prev != NULL) && ((cur->prev->type == XML_DTD_NODE) ||
    [all...]
pattern.c     [all...]
transform.c 1163 if ((node->type == XML_DTD_NODE) || (insert == NULL))
    [all...]
  /external/libxml2/include/libxml/
tree.h 118 * be deprecated to use an XML_DTD_NODE.
134 XML_DTD_NODE= 14,
369 xmlElementType type; /* XML_DTD_NODE, must be second ! */
    [all...]

Completed in 330 milliseconds