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

1 2

  /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...]
  /external/chromium_org/third_party/libxml/src/
xmlreader.c 354 if (cur->type != XML_DTD_NODE) {
418 if (cur->type == XML_DTD_NODE) {
    [all...]
tree.c 870 cur->type = XML_DTD_NODE;
903 if (cur->type == XML_DTD_NODE)
944 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) &&
403 case XML_DTD_NODE:
455 if (dtd->type != XML_DTD_NODE) {
982 case XML_DTD_NODE:
    [all...]
schematron.c     [all...]
xpath.c     [all...]
xmlsave.c 772 if (cur->type == XML_DTD_NODE) {
    [all...]
HTMLtree.c 790 if (cur->type == XML_DTD_NODE)
xpointer.c     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c     [all...]
numbers.c 602 while ((cur->prev != NULL) && ((cur->prev->type == XML_DTD_NODE) ||
    [all...]
pattern.c     [all...]
  /external/libxslt/libxslt/
xsltutils.c     [all...]
numbers.c 602 while ((cur->prev != NULL) && ((cur->prev->type == XML_DTD_NODE) ||
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 118 * be deprecated to use an XML_DTD_NODE.
134 XML_DTD_NODE= 14,
370 xmlElementType type; /* XML_DTD_NODE, must be second ! */
    [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 114 milliseconds

1 2