Package loci.common.xml
Interface XMLTools.SchemaReader
- Enclosing class:
- XMLTools
public static interface XMLTools.SchemaReader
A schema reader can provide
InputStreams for certain XML schemas.-
Method Summary
Modifier and TypeMethodDescriptiongetSchemaAsStream(String systemId) Get the given XML schema definition as anInputStream.
-
Method Details
-
getSchemaAsStream
Get the given XML schema definition as anInputStream.- Parameters:
systemId- the system ID of the sought XML schema definition- Returns:
- a stream from which to read the schema,
or
nullif one is not available
-