Package org.kohsuke.rngom.dt.builtin
Class BuiltinDatatypeLibraryFactory
java.lang.Object
org.kohsuke.rngom.dt.builtin.BuiltinDatatypeLibraryFactory
- All Implemented Interfaces:
org.relaxng.datatype.DatatypeLibraryFactory
public class BuiltinDatatypeLibraryFactory
extends Object
implements org.relaxng.datatype.DatatypeLibraryFactory
DatatypeLibraryFactory
for
RELAX NG Built-in datatype library and compatibility datatype library.-
Constructor Summary
ConstructorsConstructorDescriptionBuiltinDatatypeLibraryFactory
(org.relaxng.datatype.DatatypeLibraryFactory coreFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.relaxng.datatype.DatatypeLibrary
-
Constructor Details
-
BuiltinDatatypeLibraryFactory
public BuiltinDatatypeLibraryFactory(org.relaxng.datatype.DatatypeLibraryFactory coreFactory)
-
-
Method Details
-
createDatatypeLibrary
- Specified by:
createDatatypeLibrary
in interfaceorg.relaxng.datatype.DatatypeLibraryFactory
-