Class DatatypeInfo


  • public class DatatypeInfo
    extends Object
    This class models data types of values defined in input RelaxNG schema
    • Constructor Detail

      • DatatypeInfo

        public DatatypeInfo​(String name)
        Constructs a new DatatypeInfo.
        Parameters:
        name - name of data type
      • DatatypeInfo

        public DatatypeInfo​(String name,
                            boolean raw)
        Constructs a new DatatypeInfo.
        Parameters:
        name - name of data type
        raw - If this is a raw data type defined in the RelaxNG spec
    • Method Detail

      • getName

        public String getName()
        Returns:
        the mName
      • isRawType

        public boolean isRawType()
        Returns:
        true if this is a raw type, else false