OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentAxis
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/xml/
XPathStep.h
49
ParentAxis
, PrecedingAxis, PrecedingSiblingAxis,
XPathStep.cpp
256
case
ParentAxis
:
259
if (nodeMatches(n,
ParentAxis
, m_nodeTest))
263
if (n && nodeMatches(n,
ParentAxis
, m_nodeTest))
XPathParser.cpp
92
{ "parent", Step::
ParentAxis
},
XPathGrammar.y
333
$$ = new Step(Step::
ParentAxis
, Step::NodeTest(Step::NodeTest::AnyNodeTest));
Completed in 93 milliseconds