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, wait
createSchema, getOption
public Schema createSchema(InputSource in, PropertyMap properties) throws IOException, SAXException, IncorrectSchemaException
SchemaReader
Schema
by reading it from an InputSource
.createSchema
in interface SchemaReader
properties
- a PropertyMap
to control the schema creation;
must not be null
@return a newly created Schema
, never null
IOException
- if an I/O error occursSAXException
IncorrectSchemaException
ValidateProperty