public abstract class SchemaReaderImpl extends java.lang.Object implements SchemaReader
BASE_URI| Constructor and Description |
|---|
SchemaReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Parseable |
createParseable(XMLReaderCreator xrc,
org.xml.sax.InputSource in,
org.xml.sax.ErrorHandler eh) |
Schema |
createSchema(org.xml.sax.InputSource in,
PropertyMap properties)
Creates a
Schema by reading it from an InputSource. |
Option |
getOption(java.lang.String uri) |
public Schema createSchema(org.xml.sax.InputSource in, PropertyMap properties) throws java.io.IOException, org.xml.sax.SAXException, IncorrectSchemaException
SchemaReaderSchema by reading it from an InputSource.createSchema in interface SchemaReaderin - the InputSource from which to read the schema;
must not be nullproperties - a PropertyMap to control the schema creation;
must not be nullSchema, never nulljava.io.IOException - if an I/O error occursorg.xml.sax.SAXExceptionIncorrectSchemaExceptionValidatePropertypublic Option getOption(java.lang.String uri)
getOption in interface SchemaReaderprotected abstract Parseable createParseable(XMLReaderCreator xrc, org.xml.sax.InputSource in, org.xml.sax.ErrorHandler eh)