12 references to GetCurrentNode
System.Private.Xml (12)
System\Xml\Xsl\Xslt\QilGenerator.cs (11)
1298QilNode node = GetCurrentNode(); 1852QilNode current = GetCurrentNode(); 1880_f.Eq(_f.NamespaceUriOf(testNode), _f.NamespaceUriOf(GetCurrentNode())) 1912countMatches = _f.Filter(i = _f.For(_f.AncestorOrSelf(GetCurrentNode())), MatchCountPattern(countPattern, i)); 1928fromMatches = _f.Filter(i = _f.For(_f.AncestorOrSelf(GetCurrentNode())), MatchPattern(fromPattern, i)); 1966range = _f.NodeRange(_f.Root(GetCurrentNode()), GetCurrentNode()); 1971fromMatches = _f.Filter(i = _f.For(_f.Preceding(GetCurrentNode())), MatchPattern(fromPattern, i)); 1974_f.Filter(j = _f.For(_f.Filter(k = _f.For(_f.NodeRange(i, GetCurrentNode())), MatchCountPattern(countPattern, k))), 2555if ((flags & XslFlags.Current) != 0) { SetArg(args, pos++, _nameCurrent, GetCurrentNode()); } 2841content = AddDebugVariable(CloneName(_nameCurrent), GetCurrentNode(), content);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
60QilNode IFocus.GetCurrent() { return this.GetCurrentNode(); }