public abstract class AbstractImportImpl<E,S extends AbsItfSchema> extends AbstractIncludeImpl<E,S> implements AbsItfImport<S>
documentation, model, parent| Constructor and Description |
|---|
AbstractImportImpl(E model,
AbstractSchemaElementImpl parent,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader)
Default constructor
|
AbstractImportImpl(E model,
Map<SchemaReader.FeatureConstants,Object> features,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader)
Default constructor
|
getParentSchema, getSchema, setSchemacreateDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, hashCode, setDocumentation, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNamespaceURI, setNamespaceURIgetLocationURI, getSchema, setLocationURI, setSchemacreateDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentationpublic AbstractImportImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException
model - the modelparent - the parent descriptionURISyntaxException - If the schemaLocation attribute of the import is not a valid
URI.SchemaExceptionpublic AbstractImportImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader) throws SchemaException, URISyntaxException
impt - the modelparent - the parent descriptionURISyntaxException - If the schemaLocation attribute of the import is not a valid
URI.SchemaExceptionCopyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.