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 881 cur->type = XML_DTD_NODE;
914 if (cur->type == XML_DTD_NODE)
955 cur->type = XML_DTD_NODE;
    [all...]
xinclude.c 823 if (elem->type == XML_DTD_NODE)
1062 case XML_DTD_NODE:
1188 case XML_DTD_NODE:
    [all...]
debugXML.c 356 (node->type != XML_DTD_NODE) &&
404 case XML_DTD_NODE:
456 if (dtd->type != XML_DTD_NODE) {
983 case XML_DTD_NODE:
    [all...]
schematron.c     [all...]
xpath.c     [all...]
HTMLtree.c 788 if (cur->type == XML_DTD_NODE)
xmlsave.c 835 if (cur->type == XML_DTD_NODE) {
    [all...]
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 706 milliseconds