SelfAxis          325 Source/core/xml/XPathGrammar.y         $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
SelfAxis           88 Source/core/xml/XPathParser.cpp         { "self", Step::SelfAxis }
SelfAxis          128 Source/core/xml/XPathPath.cpp         bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
SelfAxis          135 Source/core/xml/XPathPath.cpp         if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis))
SelfAxis          364 Source/core/xml/XPathStep.cpp         case SelfAxis:
SelfAxis          365 Source/core/xml/XPathStep.cpp             if (nodeMatches(context, SelfAxis, m_nodeTest))