Searched refs:FollowingAxis (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XPathStep.cpp | 300 case FollowingAxis: in nodesInAxis() 304 if (nodeMatches(p, FollowingAxis, m_nodeTest)) in nodesInAxis() 309 if (nodeMatches(n, FollowingAxis, m_nodeTest)) in nodesInAxis() 312 if (nodeMatches(c, FollowingAxis, m_nodeTest)) in nodesInAxis()
|
D | XPathStep.h | 48 FollowingAxis, FollowingSiblingAxis, NamespaceAxis, enumerator
|
D | XPathParser.cpp | 89 { "following", Step::FollowingAxis }, in setUpAxisNamesMap()
|