Home
last modified time | relevance | path

Searched refs:xmlNodeSetPtr (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h109 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 …]
Dxpath.h80 typedef xmlNodeSet *xmlNodeSetPtr; typedef
116 xmlNodeSetPtr nodesetval;
442 XMLPUBFUN xmlNodeSetPtr XMLCALL
447 xmlXPathFreeNodeSet (xmlNodeSetPtr obj);
461 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns);
472 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns);
483 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
Dc14n.h69 xmlNodeSetPtr nodes,
77 xmlNodeSetPtr nodes,
85 xmlNodeSetPtr nodes,
Dxpointer.h74 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set);
/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle45 d like(xmlNodeSetPtr)
104 d cur value like(xmlNodeSetPtr)
109 d like(xmlNodeSetPtr)
110 d nodes1 value like(xmlNodeSetPtr)
111 d nodes2 value like(xmlNodeSetPtr)
115 d like(xmlNodeSetPtr)
116 d nodes1 value like(xmlNodeSetPtr)
117 d nodes2 value like(xmlNodeSetPtr)
121 d like(xmlNodeSetPtr)
122 d nodes value like(xmlNodeSetPtr)
[all …]
Dxpath.rpgle95 d xmlNodeSetPtr s * based(######typedef######)
97 d xmlNodeSet ds based(xmlNodeSetPtr)
135 d nodesetval like(xmlNodeSetPtr)
438 d like(xmlNodeSetPtr)
447 d obj value like(xmlNodeSetPtr)
478 d ns value like(xmlNodeSetPtr)
505 d ns value like(xmlNodeSetPtr)
528 d ns value like(xmlNodeSetPtr)
662 d ns value like(xmlNodeSetPtr)
667 d ns value like(xmlNodeSetPtr)
[all …]
Dc14n.rpgle67 d nodes value like(xmlNodeSetPtr)
78 d nodes value like(xmlNodeSetPtr)
88 d nodes value like(xmlNodeSetPtr)
Dxpointer.rpgle96 d set value like(xmlNodeSetPtr)
/external/libxml2/os400/
Drpgsupport.h144 XMLPUBFUN int __xmlXPathNodeSetGetLength(xmlNodeSetPtr ns);
145 XMLPUBFUN xmlNodePtr __xmlXPathNodeSetItem(xmlNodeSetPtr ns, int index);
146 XMLPUBFUN int __xmlXPathNodeSetIsEmpty(xmlNodeSetPtr ns);
/external/libxml2/
Dxpath.c964 xmlXPathFreeValueTree(xmlNodeSetPtr obj);
1293 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpNodeSet()
1319 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpValueTree()
2293 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
2970 xmlNodeSetPtr
2973 xmlNodeSetPtr ret; in xmlXPathPopNodeSet()
3417 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort()
3527 xmlNodeSetPtr
3529 xmlNodeSetPtr ret; in xmlXPathNodeSetCreate()
3531 ret = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet)); in xmlXPathNodeSetCreate()
[all …]
Dc14n.c92 static int xmlC14NIsNodeInNodeset (xmlNodeSetPtr nodes,
255 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) { in xmlC14NIsNodeInNodeset()
1970 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSaveTo()
2005 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocDumpMemory()
2076 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSave()
Dxpointer.c783 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set) { in xmlXPtrNewLocationSetNodeSet()
887 xmlNodeSetPtr oldset; in xmlXPtrGetChildNo()
1134 xmlNodeSetPtr loc = ctxt->value->nodesetval; in xmlXPtrEvalFullXPtr()
1362 xmlNodeSetPtr set; in xmlXPtrEval()
1578 xmlNodeSetPtr set = obj->nodesetval; in xmlXPtrBuildNodeList()
Dtestapi.c831 static void desret_xmlNodeSetPtr(xmlNodeSetPtr val) { in desret_xmlNodeSetPtr()
940 static xmlNodeSetPtr gen_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlNodeSetPtr()
943 static void des_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, xmlNodeSetPtr val ATTRIBUTE_UNUSED, int nr A… in des_xmlNodeSetPtr()
5349xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocDumpMemory()
5418xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSave()
5494xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSaveTo()
45925 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToBoolean()
45959 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToNumber()
45993 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToString()
46929 xmlNodeSetPtr ret_val; in test_xmlXPathNodeSetCreate()
[all …]
Dxinclude.c1136 xmlNodeSetPtr set = obj->nodesetval; in xmlXIncludeCopyXPointer()
1566 xmlNodeSetPtr set; in xmlXIncludeLoadDoc()
/external/libxml2/doc/examples/
Dxpath2.c28 static void update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar * value);
144 update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar* value) { in update_xpath_nodes()
Dxpath1.c27 void print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output);
205 print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output) { in print_xpath_nodes()
/external/libxml2/doc/tutorial/
Dincludexpath.c48 xmlNodeSetPtr nodeset;
/external/libxml2/python/
Dlibxml.c3491 PyxmlNodeSet_Convert(PyObject *py_nodeset, xmlNodeSetPtr *result) in PyxmlNodeSet_Convert()
3493 xmlNodeSetPtr nodeSet; in PyxmlNodeSet_Convert()
3510 nodeSet = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet)); in PyxmlNodeSet_Convert()
3619 xmlNodeSetPtr nodes; in libxml_C14NDocDumpMemory()
3695 xmlNodeSetPtr nodes; in libxml_C14NDocSaveTo()
Dtypes.c659 xmlNodeSetPtr set; in libxml_xmlXPathObjectPtrConvert()
/external/libxml2/doc/html/
Dindex.sgml105 <ANCHOR id="xmlNodeSetPtr" href="libxml/libxml-xpath.html#xmlNodeSetPtr">