Home
last modified time | relevance | path

Searched defs:nodeSet (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncId.java57 NodeSetDTM nodeSet, boolean mayBeMore) in getNodesByID()
119 NodeSetDTM nodeSet = nodes.mutableNodeset(); in execute() local
/external/deqp/executor/
DxeTestCase.cpp319 static void addNodeAndParents (std::set<const TestNode*>& nodeSet, const TestNode* node) in addNodeAndParents()
328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) in addChildren()
340 static void removeChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) in removeChildren()
352 static bool hasChildrenInSet (const std::set<const TestNode*>& nodeSet, const TestGroup* group) in hasChildrenInSet()
362 static void removeEmptyGroups (std::set<const TestNode*>& nodeSet, const TestGroup* group) in removeEmptyGroups()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java764 NodeSet nodeSet = new NodeSet(size); in getElementsByTagName() local
889 NodeSet nodeSet = new NodeSet(size); in getElementsByTagNameNS() local
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java58 final XNodeSet nodeSet = (XNodeSet) val; in XNodeSet() local
/external/libxml2/python/
Dlibxml.c3493 xmlNodeSetPtr nodeSet; in PyxmlNodeSet_Convert() local