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

/external/webkit/WebCore/xml/
H A DXPathStep.h45 AncestorAxis, AncestorOrSelfAxis, AttributeAxis, enumerator in enum:WebCore::XPath::Step::Axis
H A DXPathStep.cpp146 case Step::AttributeAxis:
173 if (axis == Step::AttributeAxis) {
332 case AttributeAxis: {
340 if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
352 if (nodeMatches(attr.get(), AttributeAxis, m_nodeTest))
H A DXPathPath.cpp122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
H A DXPathParser.cpp85 { "attribute", Step::AttributeAxis },
H A DXPathGrammar.y250 $$ = Step::AttributeAxis;

Completed in 50 milliseconds