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

  /external/libxml2/include/libxml/
HTMLtree.h 60 #define HTML_PI_NODE XML_PI_NODE
tree.h 127 XML_PI_NODE= 7,
    [all...]
  /external/libxslt/libxslt/
xsltutils.h 80 ((n)->type == XML_PI_NODE)))
pattern.c 1140 if (node->type != XML_PI_NODE)
1160 case XML_PI_NODE:
    [all...]
transform.c     [all...]
functions.c 312 (target->type == XML_PI_NODE)) {
numbers.c 563 case XML_PI_NODE:
    [all...]
xslt.c     [all...]
  /external/libxml2/
tree.c     [all...]
debugXML.c 389 case XML_PI_NODE:
945 case XML_PI_NODE:
    [all...]
xpointer.c     [all...]
xinclude.c 1144 case XML_PI_NODE:
1164 case XML_PI_NODE:
    [all...]
xpath.c 553 NODE_TYPE_PI = XML_PI_NODE
    [all...]
xmlreader.c     [all...]
xmlsave.c 725 (cur->type == XML_PI_NODE)))
869 if (cur->type == XML_PI_NODE) {
    [all...]
valid.c 502 case XML_PI_NODE:
    [all...]
c14n.c     [all...]
relaxng.c     [all...]
parser.c     [all...]

Completed in 464 milliseconds