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

  /external/webkit/Source/WebCore/xml/
XPathPath.cpp 121 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
128 if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis))
XPathStep.h 50 SelfAxis
XPathStep.cpp 360 case SelfAxis:
361 if (nodeMatches(context, SelfAxis, m_nodeTest))
XPathParser.cpp 95 { "self", Step::SelfAxis }
XPathGrammar.y 327 $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));

Completed in 27 milliseconds