public abstract class AbstractSchemaReader extends Object implements SchemaReader
SchemaReader.FeatureConstants| Constructor and Description |
|---|
AbstractSchemaReader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Schema |
readExternalPart(URI schemaURI,
URI baseURI,
Map<URI,AbsItfSchema> imports)
Read an external XML Schema URI according to a base URI.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentBaseURI, getFeature, getFeatures, read, read, read, setDocumentBaseURI, setFeature, setFeaturesprotected abstract Schema readExternalPart(URI schemaURI, URI baseURI, Map<URI,AbsItfSchema> imports) throws SchemaException, MalformedURLException, URISyntaxException
SchemaExceptionMalformedURLException - The URL based on the external XSD URI and the current base
URI is a malformed URL.URISyntaxException - The URL based on the external XSD URI and the current base
URI is an URL not formatted strictly according to to RFC2396
and cannot be converted to a URI.Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.