Uses of Interface
org.relaxng.datatype.DatatypeLibraryFactory

Packages that use DatatypeLibraryFactory
com.thaiopensource.datatype.xsd   
com.thaiopensource.relaxng   
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.jarv   
com.thaiopensource.validate.rng   
org.relaxng.datatype.helpers   
org.whattf.datatype   
 

Uses of DatatypeLibraryFactory in com.thaiopensource.datatype.xsd
 

Classes in com.thaiopensource.datatype.xsd that implement DatatypeLibraryFactory
 class DatatypeLibraryFactoryImpl
           
 

Uses of DatatypeLibraryFactory in com.thaiopensource.relaxng
 

Methods in com.thaiopensource.relaxng that return DatatypeLibraryFactory
 DatatypeLibraryFactory SchemaFactory.getDatatypeLibraryFactory()
          Returns the DatatypeLibraryFactory that will be used for handling datatypes in the schema.
 

Methods in com.thaiopensource.relaxng with parameters of type DatatypeLibraryFactory
 void SchemaFactory.setDatatypeLibraryFactory(DatatypeLibraryFactory dlf)
          Specifies the DatatypeLibraryFactory to be used for handling datatypes in the schema.
 

Uses of DatatypeLibraryFactory in com.thaiopensource.relaxng.impl
 

Classes in com.thaiopensource.relaxng.impl that implement DatatypeLibraryFactory
(package private)  class BuiltinDatatypeLibraryFactory
           
 

Fields in com.thaiopensource.relaxng.impl declared as DatatypeLibraryFactory
private  DatatypeLibraryFactory SchemaBuilderImpl.datatypeLibraryFactory
           
private  DatatypeLibraryFactory CompatibilityDatatypeLibrary.factory
           
private  DatatypeLibraryFactory BuiltinDatatypeLibraryFactory.factory
           
 

Methods in com.thaiopensource.relaxng.impl with parameters of type DatatypeLibraryFactory
static PatternFuture SchemaBuilderImpl.installHandlers(ParseReceiver parser, XMLReader xr, ErrorHandler eh, DatatypeLibraryFactory dlf, SchemaPatternBuilder pb)
           
static Pattern SchemaBuilderImpl.parse(Parseable parseable, ErrorHandler eh, DatatypeLibraryFactory datatypeLibraryFactory, SchemaPatternBuilder pb, boolean isAttributesPattern)
           
 

Constructors in com.thaiopensource.relaxng.impl with parameters of type DatatypeLibraryFactory
BuiltinDatatypeLibraryFactory(DatatypeLibraryFactory factory)
           
CompatibilityDatatypeLibrary(DatatypeLibraryFactory factory)
           
SchemaBuilderImpl(SubParser subParser, ErrorHandler eh, DatatypeLibraryFactory datatypeLibraryFactory, SchemaPatternBuilder pb)
           
 

Uses of DatatypeLibraryFactory in com.thaiopensource.relaxng.jarv
 

Fields in com.thaiopensource.relaxng.jarv declared as DatatypeLibraryFactory
private  DatatypeLibraryFactory VerifierFactoryImpl.dlf
           
 

Uses of DatatypeLibraryFactory in com.thaiopensource.validate.rng
 

Methods in com.thaiopensource.validate.rng that return DatatypeLibraryFactory
 DatatypeLibraryFactory RngProperty.DatatypeLibraryFactoryPropertyId.get(PropertyMap properties)
           
 DatatypeLibraryFactory RngProperty.DatatypeLibraryFactoryPropertyId.put(PropertyMapBuilder builder, DatatypeLibraryFactory value)
           
 

Methods in com.thaiopensource.validate.rng with parameters of type DatatypeLibraryFactory
 DatatypeLibraryFactory RngProperty.DatatypeLibraryFactoryPropertyId.put(PropertyMapBuilder builder, DatatypeLibraryFactory value)
           
 

Uses of DatatypeLibraryFactory in org.relaxng.datatype.helpers
 

Classes in org.relaxng.datatype.helpers that implement DatatypeLibraryFactory
 class DatatypeLibraryLoader
          Discovers the datatype library implementation from the classpath.
 

Uses of DatatypeLibraryFactory in org.whattf.datatype
 

Classes in org.whattf.datatype that implement DatatypeLibraryFactory
 class Html5DatatypeLibraryFactory
          The factory for datatype library autodiscovery.