com.thaiopensource.datatype.xsd
Class DatatypeLibraryFactoryImpl

java.lang.Object
  extended by com.thaiopensource.datatype.xsd.DatatypeLibraryFactoryImpl
All Implemented Interfaces:
DatatypeLibraryFactory

public class DatatypeLibraryFactoryImpl
extends Object
implements DatatypeLibraryFactory


Field Summary
private  DatatypeLibrary datatypeLibrary
           
 
Constructor Summary
DatatypeLibraryFactoryImpl()
           
 
Method Summary
 DatatypeLibrary createDatatypeLibrary(String uri)
          Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datatypeLibrary

private DatatypeLibrary datatypeLibrary
Constructor Detail

DatatypeLibraryFactoryImpl

public DatatypeLibraryFactoryImpl()
Method Detail

createDatatypeLibrary

public DatatypeLibrary createDatatypeLibrary(String uri)
Description copied from interface: DatatypeLibraryFactory
Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.

Specified by:
createDatatypeLibrary in interface DatatypeLibraryFactory
Returns:
null if the specified namespace URI is not supported.