XdmType.Document Method ()XdmType.Document Method ()XdmType::Document Method ()

Returns a reference to the type matching all document nodes.

Syntax

Public Shared Function Document() As XdmType
public static XdmType Document()
public:
static XdmType^ Document()
 

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type matching all document nodes.

Remarks

This corresponds to the XPath 2.0 type document-node().