HomeSort by relevance Sort by last modified time
    Searched refs:DescendantAxis (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathStep.h 47 ChildAxis, DescendantAxis, DescendantOrSelfAxis,
XPathStep.cpp 87 first->m_axis = Step::DescendantAxis;
248 case DescendantAxis:
253 if (nodeMatches(n, DescendantAxis, m_nodeTest))
XPathPath.cpp 122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
XPathParser.cpp 87 { "descendant", Step::DescendantAxis },

Completed in 69 milliseconds