Class DatatypeLibraryLoader

java.lang.Object
com.sun.tools.rngdatatype.helpers.DatatypeLibraryLoader
All Implemented Interfaces:
DatatypeLibraryFactory

public class DatatypeLibraryLoader extends Object implements DatatypeLibraryFactory
Uses java.util.ServiceLoader to discover the datatype library implementation from the module path or 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()
      Default constructor.
  • Method Details