Searched refs:nodeTest (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XPathStep.cpp | 44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() argument 46 , m_nodeTest(nodeTest) in Step() 156 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatchesBasicTest() argument 158 switch (nodeTest.kind()) { in nodeMatchesBasicTest() 164 const AtomicString& name = nodeTest.data(); in nodeMatchesBasicTest() 170 const AtomicString& name = nodeTest.data(); in nodeMatchesBasicTest() 171 const AtomicString& namespaceURI = nodeTest.namespaceURI(); in nodeMatchesBasicTest() 212 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatches() argument 214 if (!nodeMatchesBasicTest(node, axis, nodeTest)) in nodeMatches() 222 const Vector<Predicate*>& mergedPredicates = nodeTest.mergedPredicates(); in nodeMatches()
|
D | XPathStep.h | 79 … Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>()); 87 const NodeTest& nodeTest() const { return m_nodeTest; } in nodeTest() function 95 String namespaceFromNodetest(const String& nodeTest) const;
|
D | XPathGrammar.y | 62 Step::NodeTest* nodeTest; member 97 %type <nodeTest> NodeTest
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
D | NodeTestFilter.java | 38 void setNodeTest(NodeTest nodeTest); in setNodeTest() argument
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 46310 (WebCore::XPath::Step::nodeTest): 50193 (WebCore::XPath::Step::nodeTest):
|
D | ChangeLog-2009-06-16 | 4253 (WebCore::XPath::Step::nodeTest): Expose m_nodeTest.
|