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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathPath.cpp117 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step.axis() != Step::ChildAxis && step.axis() != Step::SelfAxis
124 if (nodes.subtreesAreDisjoint() && (step.axis() == Step::ChildAxis || step.axis() == Step::SelfAxis))
H A DXPathStep.h50 SelfAxis enumerator in enum:WebCore::XPath::Step::Axis
H A DXPathStep.cpp374 case SelfAxis:
375 if (nodeMatches(context, SelfAxis, m_nodeTest))
H A DXPathParser.cpp100 { "self", Step::SelfAxis }
H A DXPathGrammar.y301 $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));

Completed in 125 milliseconds