Uses of Interface
org.relaxng.datatype.DatatypeLibrary

Packages that use DatatypeLibrary
com.thaiopensource.datatype.xsd   
com.thaiopensource.relaxng.impl   
org.relaxng.datatype   
org.relaxng.datatype.helpers   
org.whattf.datatype   
 

Uses of DatatypeLibrary in com.thaiopensource.datatype.xsd
 

Classes in com.thaiopensource.datatype.xsd that implement DatatypeLibrary
 class DatatypeLibraryImpl
           
 

Fields in com.thaiopensource.datatype.xsd declared as DatatypeLibrary
private  DatatypeLibrary DatatypeLibraryFactoryImpl.datatypeLibrary
           
 

Methods in com.thaiopensource.datatype.xsd that return DatatypeLibrary
 DatatypeLibrary DatatypeLibraryFactoryImpl.createDatatypeLibrary(String uri)
           
 

Uses of DatatypeLibrary in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement DatatypeLibrary
 class BuiltinDatatypeLibrary
           
(package private)  class CompatibilityDatatypeLibrary
           
 

Fields in com.thaiopensource.relaxng.impl declared as DatatypeLibrary
private  DatatypeLibrary BuiltinDatatypeLibraryFactory.builtinDatatypeLibrary
           
private  DatatypeLibrary BuiltinDatatypeLibraryFactory.lastDatatypeLibrary
           
private  DatatypeLibrary CompatibilityDatatypeLibrary.xsdDatatypeLibrary
           
 

Methods in com.thaiopensource.relaxng.impl that return DatatypeLibrary
 DatatypeLibrary BuiltinDatatypeLibraryFactory.createDatatypeLibrary(String uri)
           
 

Uses of DatatypeLibrary in org.relaxng.datatype
 

Methods in org.relaxng.datatype that return DatatypeLibrary
 DatatypeLibrary DatatypeLibraryFactory.createDatatypeLibrary(String namespaceURI)
          Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
 

Uses of DatatypeLibrary in org.relaxng.datatype.helpers
 

Methods in org.relaxng.datatype.helpers that return DatatypeLibrary
 DatatypeLibrary DatatypeLibraryLoader.createDatatypeLibrary(String uri)
           
 

Uses of DatatypeLibrary in org.whattf.datatype
 

Classes in org.whattf.datatype that implement DatatypeLibrary
 class Html5DatatypeLibrary
          Factory for HTML5 datatypes.
 

Methods in org.whattf.datatype that return DatatypeLibrary
 DatatypeLibrary Html5DatatypeLibraryFactory.createDatatypeLibrary(String namespaceURI)
          Returns a Html5DatatypeLibrary on the library namespace and null otherwise.