Searched refs:xmlXPathNodeSetItem (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | xpath.h | 440 #define xmlXPathNodeSetItem(ns, index) \ macro
|
/reactos/dll/win32/msxml3/ |
H A D | selection.c | 251 *listItem = create_node(xmlXPathNodeSetItem(This->result->nodesetval, index)); in domselection_get_item() 288 *nextItem = create_node(xmlXPathNodeSetItem(This->result->nodesetval, This->resultPos)); in domselection_nextNode()
|
H A D | schema.c | 1069 xmlNodePtr node = xmlXPathNodeSetItem(nodeset->nodesetval, pos); in cache_from_doc_ns()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xpath.c | 4458 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathDifference() 4495 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathIntersection() 4532 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathDistinctSorted() 4590 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathHasSameNodes() 4627 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathNodeLeadingSorted() 4674 xmlXPathNodeSetItem(nodes2, 1))); in xmlXPathLeadingSorted() 4700 xmlXPathNodeSetItem(nodes2, 1))); in xmlXPathLeading() 4733 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathNodeTrailingSorted() 4781 xmlXPathNodeSetItem(nodes2, 0))); in xmlXPathTrailingSorted() 4807 xmlXPathNodeSetItem(nodes2, 0))); in xmlXPathTrailing()
|