XsltFunctions.BaseUri(XPathNavigator) Method

Definition

Returns the value of the base URI of the node of the node passed in by the navigator parameter. Implements baseUri XPath function according to the W3C specification.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static System::String ^ BaseUri(System::Xml::XPath::XPathNavigator ^ navigator);
public static string BaseUri (System.Xml.XPath.XPathNavigator navigator);
static member BaseUri : System.Xml.XPath.XPathNavigator -> string
Public Shared Function BaseUri (navigator As XPathNavigator) As String

Parameters

navigator
XPathNavigator

The XPathNavigator instance that contains the node to be identified by URI.

Returns

The base URI as String.

Applies to