XPathNavigatorExtensions.DocumentURI MethodXPathNavigatorExtensions.DocumentURI MethodXPathNavigatorExtensions::DocumentURI Method
Gets the document URI of the node pointed to by the specified XPathNavigatorXPathNavigatorXPathNavigator.
- Namespace: XmlPrime.ExtensionMethodsXmlPrime.ExtensionMethodsXmlPrime.ExtensionMethods
- Assembly: XmlPrime.ExtensionMethods (in XmlPrime.ExtensionMethods.dll)
Syntax
Public Shared Function DocumentURI( _ navigator As System.Xml.XPath.XPathNavigator _ ) As String
public static string DocumentURI( System.Xml.XPath.XPathNavigator navigator )
public: static String^ DocumentURI( System.Xml.XPath::XPathNavigator^ navigator )
Parameters
- navigator
Type: System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator^
The navigator.
Return Value
Type: System.StringSystem.StringSystem::String^
The document URI, or null
a null reference (Nothing
in Visual Basic)
nullptr
if navigator is not pointing
to a document node.