Home
last modified time | relevance | path

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

/external/webkit/WebCore/xml/
DXPathStep.cpp43 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() argument
45 , m_nodeTest(nodeTest) in Step()
155 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatchesBasicTest() argument
157 switch (nodeTest.kind()) { in nodeMatchesBasicTest()
163 const AtomicString& name = nodeTest.data(); in nodeMatchesBasicTest()
169 const AtomicString& name = nodeTest.data(); in nodeMatchesBasicTest()
170 const AtomicString& namespaceURI = nodeTest.namespaceURI(); in nodeMatchesBasicTest()
207 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatches() argument
209 if (!nodeMatchesBasicTest(node, axis, nodeTest)) in nodeMatches()
217 const Vector<Predicate*>& mergedPredicates = nodeTest.mergedPredicates(); in nodeMatches()
DXPathStep.h77 … Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
85 const NodeTest& nodeTest() const { return m_nodeTest; } in nodeTest() function
93 String namespaceFromNodetest(const String& nodeTest) const;
DXPathGrammar.y62 Step::NodeTest* nodeTest; member
97 %type <nodeTest> NodeTest
/external/webkit/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.