Interface ISchemaSource

    • Method Detail

      • getBase

        String getBase()
        Gets the base location of this source.

        The base location is the location from which relative import references are resolved.

        Returns:
        The base location. May be null.
      • getStream

        InputStream getStream()
                       throws IOException
        Opens the location into a readable stream.
        Throws:
        IOException - If the location cannot be opened for any reason.