HomeSort by relevance Sort by last modified time
    Searched refs:ParentAxis (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathStep.h 49 ParentAxis, PrecedingAxis, PrecedingSiblingAxis,
XPathStep.cpp 256 case ParentAxis:
259 if (nodeMatches(n, ParentAxis, m_nodeTest))
263 if (n && nodeMatches(n, ParentAxis, m_nodeTest))
XPathParser.cpp 92 { "parent", Step::ParentAxis },
XPathGrammar.y 333 $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));

Completed in 35 milliseconds