public abstract class AbstractSchemaReader extends Object implements SchemaReader
BASE_URI| Constructor and Description |
|---|
AbstractSchemaReader() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
createSchema(InputSource in,
PropertyMap properties)
Creates a
Schema by reading it from an InputSource. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSchema, getOptionpublic Schema createSchema(InputSource in, PropertyMap properties) throws IOException, SAXException, IncorrectSchemaException
SchemaReaderSchema by reading it from an InputSource.createSchema in interface SchemaReaderproperties - a PropertyMap to control the schema creation;
must not be null @return a newly created Schema, never nullIOException - if an I/O error occursSAXExceptionIncorrectSchemaExceptionValidateProperty