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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathStep.cpp158 case Step::AttributeAxis:
186 if (axis == Step::AttributeAxis) {
345 case AttributeAxis: {
355 if (nodeMatches(*attr, AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
366 if (nodeMatches(*attr, AttributeAxis, m_nodeTest))
H A DXPathStep.h46 AncestorAxis, AncestorOrSelfAxis, AttributeAxis, 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.cpp90 { "attribute", Step::AttributeAxis },
H A DXPathGrammar.y229 $$ = Step::AttributeAxis;

Completed in 124 milliseconds