XdmType.Node PropertyXdmType.Node PropertyXdmType::Node Property

Gets the type that matches all nodes.

Syntax

Public Shared ReadOnly Property Node As XdmType
        Get
public static XdmType Node { get; }
public:
static property XdmType^ Node {
    XdmType^ get();
}
 

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches all nodes.

Remarks

This corresponds to the XPath 2.0 type node().