XdmType.Text PropertyXdmType.Text PropertyXdmType::Text Property

Gets the type that matches all text node.

Syntax

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

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the type that matches all text nodes.

Remarks

This corresponds to the XPath 2.0 type text().