@Deprecated public interface SchemaReaderIF
| Modifier and Type | Method and Description |
|---|---|
SchemaIF |
read()
Deprecated.
PUBLIC: Reads the schema from the data source and returns the
object structure.
|
SchemaIF read() throws IOException, SchemaSyntaxException
IOException - Thrown if there are problems with
the data source while reading the schema.SAXException - Thrown if the schema is not
well-formed XML.SchemaSyntaxException - Thrown if the schema violates the
schema language syntax.