org.whattf.datatype
Class IriRef
java.lang.Object
org.whattf.datatype.AbstractDatatype
org.whattf.datatype.IriRef
- All Implemented Interfaces:
- Datatype
- Direct Known Subclasses:
- Iri
public class IriRef
- extends AbstractDatatype
Constructor Summary |
protected |
IriRef()
|
Methods inherited from class org.whattf.datatype.AbstractDatatype |
checkValid, createStreamingValidator, createValue, getIdType, isContextDependent, isValid, isWhitespace, sameValue, toAsciiLowerCase, toAsciiLowerCase, valueHashCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THE_INSTANCE
public static final IriRef THE_INSTANCE
- The singleton instance.
IriRef
protected IriRef()
checkValid
public void checkValid(CharSequence literal)
throws DatatypeException
- Specified by:
checkValid
in class AbstractDatatype
- Throws:
DatatypeException
isAbsolute
protected boolean isAbsolute()