Home
last modified time | relevance | path

Searched refs:nodeTest (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathStep.cpp44 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()
DXPathStep.h79 … 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;
DXPathGrammar.y62 Step::NodeTest* nodeTest; member
97 %type <nodeTest> NodeTest
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DNodeTestFilter.java38 void setNodeTest(NodeTest nodeTest); in setNodeTest() argument
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1446310 (WebCore::XPath::Step::nodeTest):
50193 (WebCore::XPath::Step::nodeTest):
DChangeLog-2009-06-164253 (WebCore::XPath::Step::nodeTest): Expose m_nodeTest.