12 references to GetCurrentNode
System.Private.Xml (12)
System\Xml\Xsl\Xslt\QilGenerator.cs (11)
1302QilNode node = GetCurrentNode(); 1856QilNode current = GetCurrentNode(); 1884_f.Eq(_f.NamespaceUriOf(testNode), _f.NamespaceUriOf(GetCurrentNode())) 1916countMatches = _f.Filter(i = _f.For(_f.AncestorOrSelf(GetCurrentNode())), MatchCountPattern(countPattern, i)); 1932fromMatches = _f.Filter(i = _f.For(_f.AncestorOrSelf(GetCurrentNode())), MatchPattern(fromPattern, i)); 1970range = _f.NodeRange(_f.Root(GetCurrentNode()), GetCurrentNode()); 1975fromMatches = _f.Filter(i = _f.For(_f.Preceding(GetCurrentNode())), MatchPattern(fromPattern, i)); 1978_f.Filter(j = _f.For(_f.Filter(k = _f.For(_f.NodeRange(i, GetCurrentNode())), MatchCountPattern(countPattern, k))), 2559if ((flags & XslFlags.Current) != 0) { SetArg(args, pos++, _nameCurrent, GetCurrentNode()); } 2845content = AddDebugVariable(CloneName(_nameCurrent), GetCurrentNode(), content);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
60QilNode IFocus.GetCurrent() { return this.GetCurrentNode(); }