Class DatatypeLibraryLoader

  • All Implemented Interfaces:
    DatatypeLibraryFactory

    public class DatatypeLibraryLoader
    extends java.lang.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.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DatatypeLibrary createDatatypeLibrary​(java.lang.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
    • Constructor Detail

      • DatatypeLibraryLoader

        public DatatypeLibraryLoader()