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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathStep.cpp79 if (first.m_axis != Step::DescendantOrSelfAxis)
378 case DescendantOrSelfAxis:
379 if (nodeMatches(context, DescendantOrSelfAxis, m_nodeTest))
384 if (nodeMatches(*node, DescendantOrSelfAxis, m_nodeTest))
H A DXPathStep.h47 ChildAxis, DescendantAxis, DescendantOrSelfAxis, enumerator in enum:WebCore::XPath::Step::Axis
H A DXPathPath.cpp118 && step.axis() != Step::DescendantAxis && step.axis() != Step::DescendantOrSelfAxis && step.axis() != Step::AttributeAxis);
H A DXPathParser.cpp93 { "descendant-or-self", Step::DescendantOrSelfAxis },
H A DXPathGrammar.y294 $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));

Completed in 117 milliseconds