Searched refs:DescendantAxis (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathStep.h47 ChildAxis, DescendantAxis, DescendantOrSelfAxis, enumerator in enum:WebCore::XPath::Step::Axis
H A DXPathStep.cpp87 first->m_axis = Step::DescendantAxis;
248 case DescendantAxis:
253 if (nodeMatches(n, DescendantAxis, m_nodeTest))
H A DXPathPath.cpp122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
H A DXPathParser.cpp87 { "descendant", Step::DescendantAxis },

Completed in 71 milliseconds