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

  /external/libxml2/include/libxml/
c14n.h 69 xmlNodeSetPtr nodes,
77 xmlNodeSetPtr nodes,
85 xmlNodeSetPtr nodes,
xpathInternals.h 109 XMLPUBFUN xmlNodeSetPtr XMLCALL
375 xmlXPathNodeSetContains (xmlNodeSetPtr cur,
377 XMLPUBFUN xmlNodeSetPtr XMLCALL
378 xmlXPathDifference (xmlNodeSetPtr nodes1,
379 xmlNodeSetPtr nodes2);
380 XMLPUBFUN xmlNodeSetPtr XMLCALL
381 xmlXPathIntersection (xmlNodeSetPtr nodes1,
382 xmlNodeSetPtr nodes2);
384 XMLPUBFUN xmlNodeSetPtr XMLCALL
385 xmlXPathDistinctSorted (xmlNodeSetPtr nodes)
    [all...]
xpath.h 80 typedef xmlNodeSet *xmlNodeSetPtr;
116 xmlNodeSetPtr nodesetval;
442 XMLPUBFUN xmlNodeSetPtr XMLCALL
447 xmlXPathFreeNodeSet (xmlNodeSetPtr obj);
461 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns);
472 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns);
483 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
xpointer.h 74 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set);
  /external/libxml2/doc/examples/
xpath2.c 28 static void update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar * value);
144 update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar* value) {
xpath1.c 27 void print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output);
205 print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output) {
  /external/libxml2/os400/
rpgsupport.h 144 XMLPUBFUN int __xmlXPathNodeSetGetLength(xmlNodeSetPtr ns);
145 XMLPUBFUN xmlNodePtr __xmlXPathNodeSetItem(xmlNodeSetPtr ns, int index);
146 XMLPUBFUN int __xmlXPathNodeSetIsEmpty(xmlNodeSetPtr ns);
  /external/libxml2/doc/tutorial/
includexpath.c 48 xmlNodeSetPtr nodeset;
  /external/libxml2/
xpath.c 964 xmlXPathFreeValueTree(xmlNodeSetPtr obj);
    [all...]
c14n.c 92 static int xmlC14NIsNodeInNodeset (xmlNodeSetPtr nodes,
255 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) {
    [all...]
xpointer.c 820 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set) {
924 xmlNodeSetPtr oldset;
1171 xmlNodeSetPtr loc = ctxt->value->nodesetval;
    [all...]
xinclude.c 1136 xmlNodeSetPtr set = obj->nodesetval;
    [all...]
testapi.c 831 static void desret_xmlNodeSetPtr(xmlNodeSetPtr val) {
940 static xmlNodeSetPtr gen_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
943 static void des_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, xmlNodeSetPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
    [all...]
  /external/libxml2/python/
types.c 659 xmlNodeSetPtr set;
libxml.c     [all...]

Completed in 538 milliseconds