Class DatatypeLibraryLoader

java.lang.Object
org.relaxng.datatype.helpers.DatatypeLibraryLoader
All Implemented Interfaces:
DatatypeLibraryFactory

public class DatatypeLibraryLoader extends Object implements DatatypeLibraryFactory
Discovers the datatype library implementation from the classpath.

The call of the createDatatypeLibrary method finds an implementation from a given datatype library URI at run-time.

  • Constructor Details

    • DatatypeLibraryLoader

      public DatatypeLibraryLoader()
  • Method Details