Interface XMLTools.SchemaReader

Enclosing class:
XMLTools

public static interface XMLTools.SchemaReader
A schema reader can provide InputStreams for certain XML schemas.
  • Method Details

    • getSchemaAsStream

      InputStream getSchemaAsStream(String systemId)
      Get the given XML schema definition as an InputStream.
      Parameters:
      systemId - the system ID of the sought XML schema definition
      Returns:
      a stream from which to read the schema, or null if one is not available