org.kohsuke.rngom.dt.builtin
Class BuiltinDatatypeLibraryFactory
java.lang.Object
org.kohsuke.rngom.dt.builtin.BuiltinDatatypeLibraryFactory
- All Implemented Interfaces:
- DatatypeLibraryFactory
public class BuiltinDatatypeLibraryFactory
- extends Object
- implements DatatypeLibraryFactory
DatatypeLibraryFactory for
RELAX NG Built-in datatype library and compatibility datatype library.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuiltinDatatypeLibraryFactory
public BuiltinDatatypeLibraryFactory(DatatypeLibraryFactory coreFactory)
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.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.