org.whattf.datatype
Class Iri

java.lang.Object
  extended by org.whattf.datatype.AbstractDatatype
      extended by org.whattf.datatype.IriRef
          extended by org.whattf.datatype.Iri
All Implemented Interfaces:
Datatype

public final class Iri
extends IriRef


Field Summary
static Iri THE_INSTANCE
          The singleton instance.
 
Fields inherited from interface org.relaxng.datatype.Datatype
ID_TYPE_ID, ID_TYPE_IDREF, ID_TYPE_IDREFS, ID_TYPE_NULL
 
Constructor Summary
private Iri()
           
 
Method Summary
protected  boolean isAbsolute()
           
 
Methods inherited from class org.whattf.datatype.IriRef
checkValid
 
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
 

Field Detail

THE_INSTANCE

public static final Iri THE_INSTANCE
The singleton instance.

Constructor Detail

Iri

private Iri()
Method Detail

isAbsolute

protected boolean isAbsolute()
Overrides:
isAbsolute in class IriRef