Class RDFDatatypesHandler

  • All Implemented Interfaces:
    DatatypeHandler

    public final class RDFDatatypesHandler
    extends java.lang.Object
    implements DatatypeHandler

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY
      Identifier for datatypes defined in the RDF vocabulary.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRecognizedDatatype​(IRI theURI)
      Checks if the given datatype IRI is recognized by this `DatatypeHandler`.
      java.lang.String key()
      A unique key for this datatype handler to identify it in the
      boolean verifyDatatype​(java.lang.String theValue, Datatype theDatatype)
      Verifies that the datatype is valid, including a check on the structure of the literal value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KEY

        public static final java.lang.String KEY
        Identifier for datatypes defined in the RDF vocabulary.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RDFDatatypesHandler

        public RDFDatatypesHandler()