3 references to NamespaceUri
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
576
case FuncId.
NamespaceUri
: return args.Count == 0 ? _f.NamespaceUriOf(GetCurrentNode()) : NamespaceOfFirstNode(args[0]);
794
table.Add("namespace-uri", new FunctionInfo(FuncId.
NamespaceUri
, 0, 1, argNodeSet));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1082
funcId == XPathBuilder.FuncId.
NamespaceUri
||