Interface VfTypedNode

    • Method Detail

      • getDataType

        DataType getDataType()
        Returns the data type this node refers to. A null value indicates that no matching Metadata was found for this node. null differs from DataType.Unknown which indicates that Metadata was found but it wasn't mappable to one of the enums.

        Example XPath 1.0 and 2.0: //Identifier[@DataType='DateTime']