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

1 2

  /external/libxml2/include/libxml/
HTMLtree.h 32 #define HTML_TEXT_NODE XML_TEXT_NODE
tree.h 123 XML_TEXT_NODE= 3,
    [all...]
  /external/libxml2/
tree.c 1277 if ((last != NULL) && (last->type == XML_TEXT_NODE)) {
    [all...]
xmlreader.c 387 if ((cur->type != XML_TEXT_NODE) &&
391 (cur->type == XML_TEXT_NODE)) &&
462 if ((cur->type != XML_TEXT_NODE) &&
467 (cur->type == XML_TEXT_NODE)) &&
1091 } else if ((node->type == XML_TEXT_NODE) ||
    [all...]
debugXML.c 103 (node->type != XML_TEXT_NODE) &&
111 (node->type == XML_TEXT_NODE) ||
368 case XML_TEXT_NODE:
908 case XML_TEXT_NODE:
    [all...]
xpointer.c     [all...]
xinclude.c 966 if (cur->type == XML_TEXT_NODE) {
1026 if ((cur->type == XML_TEXT_NODE) ||
1139 case XML_TEXT_NODE:
1159 case XML_TEXT_NODE:
    [all...]
xmlsave.c 438 case XML_TEXT_NODE:
855 if (cur->type == XML_TEXT_NODE) {
941 if ((tmp->type == XML_TEXT_NODE) ||
    [all...]
valid.c 493 case XML_TEXT_NODE:
    [all...]
HTMLtree.c 107 (attr->children->type == XML_TEXT_NODE) &&
239 (attr->children->type == XML_TEXT_NODE) &&
xpath.c 552 NODE_TYPE_TEXT = XML_TEXT_NODE,
    [all...]
relaxng.c     [all...]
c14n.c     [all...]
schematron.c     [all...]
SAX2.c     [all...]
  /external/libxslt/libxslt/
transform.c 78 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content)))
763 (target->last->type == XML_TEXT_NODE) &&
776 (target->last->type == XML_TEXT_NODE) &&
814 if ((cur->type != XML_TEXT_NODE) &&
889 (((target->last->type == XML_TEXT_NODE) &&
1113 if ((attr->children) && (attr->children->type == XML_TEXT_NODE) &&
1165 if ((node->type == XML_TEXT_NODE) ||
    [all...]
attrvt.c 181 if ((attr->children->type != XML_TEXT_NODE) ||
xsltutils.h 74 ((n)->type == XML_TEXT_NODE) || \
attributes.c 76 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content)))
929 ((inst->children->type == XML_TEXT_NODE) ||
templates.c 488 if ((attr->children->type != XML_TEXT_NODE) ||
661 if ((attr->children->type != XML_TEXT_NODE) ||
xslt.c 114 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content)))
    [all...]
pattern.c 1152 if ((node->type != XML_TEXT_NODE) &&
1162 case XML_TEXT_NODE:
    [all...]
numbers.c 562 case XML_TEXT_NODE:
    [all...]
xsltInternals.h 39 (((n)->type == XML_TEXT_NODE) || \
    [all...]
xsltutils.c     [all...]

Completed in 260 milliseconds

1 2