Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/xml/
DXPathPath.cpp121 … !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis in evaluate()
128 …nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis)) in evaluate()
DXPathStep.h50 SelfAxis enumerator
DXPathStep.cpp360 case SelfAxis: in nodesInAxis()
361 if (nodeMatches(context, SelfAxis, m_nodeTest)) in nodesInAxis()
DXPathGrammar.y327 $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
DXPathParser.cpp95 { "self", Step::SelfAxis } in setUpAxisNamesMap()