Uses of Class
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaReader
-
Packages that use AbstractSchemaReader Package Description org.ow2.easywsdl.schema.api.abstractElmt org.ow2.easywsdl.schema.impl -
-
Uses of AbstractSchemaReader in org.ow2.easywsdl.schema.api.abstractElmt
Constructors in org.ow2.easywsdl.schema.api.abstractElmt with parameters of type AbstractSchemaReader Constructor Description AbstractImportImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractImportImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractIncludeImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractIncludeImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructor -
Uses of AbstractSchemaReader in org.ow2.easywsdl.schema.impl
Subclasses of AbstractSchemaReader in org.ow2.easywsdl.schema.impl Modifier and Type Class Description classSchemaReaderImplConstructors in org.ow2.easywsdl.schema.impl with parameters of type AbstractSchemaReader Constructor Description ImportImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Import impt, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)ImportImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Import impt, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)IncludeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Include incl, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)IncludeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Include incl, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)RedefineImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Redefine model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)
-