XPathAtomicValue.Data MethodXPathAtomicValue.Data MethodXPathAtomicValue::Data Method

Returns the typed value of the specified navigator.

Syntax

Public Shared Function Data( _
    navigator As System.Xml.XPath.XPathNavigator _
) As XPathAtomicValue[]
public static XPathAtomicValue[] Data(
    System.Xml.XPath.XPathNavigator navigator
)
public:
static array<XPathAtomicValue^> Data(
    System.Xml.XPath::XPathNavigator^ navigator
)
 

Parameters

navigator

Type: System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator^

The navigator whose typed value is to be returned.

Return Value

Type: XmlPrime.XPathAtomicValue[]XmlPrime.XPathAtomicValue()array<XmlPrime::XPathAtomicValue^>^

The typed value of a node is a sequence of atomic values and can be extracted by applying the fn:data function to the node