Searched refs:NameTest (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/xml/ |
D | XPathGrammar.y | 205 …$$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), … 208 … $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI)); 234 … $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$3); 237 $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
|
D | XPathStep.h | 55 … TextNodeTest, CommentNodeTest, ProcessingInstructionNodeTest, AnyNodeTest, NameTest enumerator
|
D | XPathStep.cpp | 169 case Step::NodeTest::NameTest: { in nodeMatchesBasicTest() 337 if (m_nodeTest.kind() == NodeTest::NameTest && m_nodeTest.data() != starAtom) { in nodesInAxis()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 46305 (WebCore::XPath::Step::nodeMatches): Fixed NameTest for attribute nodes.
|