XPath2Functions.DocumentURI MethodXPath2Functions.DocumentURI MethodXPath2Functions::DocumentURI Method
Implementation of the
fn:document-uri
function.
Syntax
Public Shared Function DocumentURI( _ argument As System.Xml.XPath.XPathNavigator _ ) As String
public static string DocumentURI( System.Xml.XPath.XPathNavigator argument )
public: static String^ DocumentURI( System.Xml.XPath::XPathNavigator^ argument )
Parameters
- argument
Type: System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator^
The argument.