| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSchemaImpl.addInclude(Include includeDef) |
Import |
DefaultSchemaImpl.createImport() |
Include |
DefaultSchemaImpl.createInclude() |
Redefine |
DefaultSchemaImpl.createRedefine() |
static SchemaFactory |
SchemaFactory.newInstance()
Get a new instance of a SchemaFactory.
|
Schema |
SchemaFactoryImpl.newSchema()
Create a new instance of a Definition, with an instance of a
PopulatedExtensionRegistry as its ExtensionRegistry.
|
abstract Schema |
SchemaFactory.newSchema()
Create a new instance of a Definition.
|
SchemaReader |
SchemaFactoryImpl.newSchemaReader()
Create a new instance of a SchemaReaderImpl.
|
abstract SchemaReader |
SchemaFactory.newSchemaReader()
Create a new instance of a SchemaReaderImpl.
|
SchemaReader |
SchemaFactoryImpl.newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features)
Create a new instance of a SchemaReaderImpl.
|
abstract SchemaReader |
SchemaFactory.newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features)
Create a new instance of a SchemaReaderImpl.
|
SchemaWriter |
SchemaFactoryImpl.newSchemaWriter()
Create a new instance of a SchemaWriterImpl.
|
abstract SchemaWriter |
SchemaFactory.newSchemaWriter()
Create a new instance of a SchemaWriterImpl.
|
Include |
DefaultSchemaImpl.removeInclude(Include includeDef) |
| Modifier and Type | Method and Description |
|---|---|
Document |
SchemaWriter.getDocument(Schema schemaDef)
Return a document generated from the specified SchemaImpl model.
|
Schema |
SchemaReader.read(Document document)
|
Schema |
SchemaReader.read(InputSource inputSource)
Read the XMLSchema definition accessible via the specified
InputSource, and bind it into a Schema object. |
Schema |
SchemaReader.read(URL schemaURL)
Read the XMLSchema definition available at the location identified by the
specified URL, and bind it into a
Schema object. |
void |
SchemaWriter.writeSchema(Schema schemaDef,
OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbsItfSchema.addInclude(Incl includeDef)
Add an include to this parent.
|
Impt |
AbsItfSchema.createImport()
Create an import to this parent.
|
Incl |
AbsItfSchema.createInclude()
Create an include to this parent.
|
Red |
AbsItfSchema.createRedefine() |
Incl |
AbsItfSchema.removeInclude(Incl includeDef)
Remove an include from this parent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSchemaImpl.addInclude(Incl incl)
IncludeImpl operation
|
protected abstract Schema |
AbstractSchemaReader.readExternalPart(URI schemaURI,
URI baseURI,
Map<URI,AbsItfSchema> imports)
Read an external XML Schema URI according to a base URI.
|
| 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
|
AbstractIncludeImpl(E model,
AbstractSchemaElementImpl parent,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader)
Default constructor
|
AbstractIncludeImpl(E model,
Map<SchemaReader.FeatureConstants,Object> features,
Map<URI,AbsItfSchema> imports,
URI baseURI,
AbstractSchemaReader reader)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorSchemaImpl.addInclude(Incl includeDef) |
protected AttNew |
AbstractSchemaConverter.convertAttribute(AbsItfAttribute oldAttribute,
Class<AttImpl> attImpl) |
protected void |
AbstractSchemaConverter.convertAttributes(List<AbsItfAttribute> attributes,
Class<AttImpl> attImpl,
SNew newDesc) |
protected CTNew |
AbstractSchemaConverter.convertComplexType(AbsItfComplexType oldCt,
Class<CTImpl> cTImpl) |
protected ENew |
AbstractSchemaConverter.convertElement(AbsItfElement oldElement,
Class<EImpl> eimpl)
Convert all wsdl element
|
protected void |
AbstractSchemaConverter.convertElements(List<AbsItfElement> elements,
Class<EImpl> eimpl,
SNew newDesc) |
abstract ImptNew |
AbstractSchemaConverter.convertImport(AbsItfImport desc) |
ImptNew |
AbstractSchemaConverter.convertImport(AbsItfImport oldImpt,
Class<ImptImpl> imptimpl) |
protected void |
AbstractSchemaConverter.convertImports(List<AbsItfImport> imports,
Class<ImptImpl> imptimpl,
SNew newDesc) |
protected InclNew |
AbstractSchemaConverter.convertInclude(AbsItfInclude oldInclude,
Class<InclImpl> inclimpl) |
protected void |
AbstractSchemaConverter.convertIncludes(List<AbsItfInclude> includes,
Class<InclImpl> inclimpl,
SNew newDesc) |
abstract SNew |
AbstractSchemaConverter.convertSchema(AbsItfSchema desc) |
protected SNew |
AbstractSchemaConverter.convertSchema(AbsItfSchema odlDesc,
Class<SImpl> simpl,
Class<AnnImpl> annImpl,
Class<AttGImpl> attGImpl,
Class<AttImpl> attImpl,
Class<CTImpl> cTImpl,
Class<EImpl> eImpl,
Class<GImpl> gImpl,
Class<ImptImpl> imptImpl,
Class<InclImpl> inclImpl,
Class<NotImpl> notImpl,
Class<RedImpl> redImpl,
Class<STImpl> sTImpl,
Class<TImpl> tImpl) |
protected STNew |
AbstractSchemaConverter.convertSimpleType(AbsItfSimpleType oldSt,
Class<STImpl> sTImpl) |
protected void |
AbstractSchemaConverter.convertTypes(List<AbsItfType> types,
Class<TImpl> tImpl,
Class<STImpl> sTImpl,
Class<CTImpl> cTImpl,
SNew newDesc) |
Impt |
DecoratorSchemaImpl.createImport() |
Incl |
DecoratorSchemaImpl.createInclude() |
Red |
DecoratorSchemaImpl.createRedefine() |
Incl |
DecoratorSchemaImpl.removeInclude(Incl includeDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaImpl.addInclude(Include incl) |
void |
SchemaJAXBContext.addOtherObjectFactory(Class<?>[] addedObjectFactories) |
void |
SchemaJAXBContext.addOtherObjectFactory(List<Class<?>> addedObjectFactories) |
Document |
SchemaWriterImpl.convertSchema2DOMElement(Schema schemaDescriptor,
NamespaceMapperImpl namespaceMapper) |
Import |
SchemaImpl.createImport() |
Include |
SchemaImpl.createInclude() |
Redefine |
SchemaImpl.createRedefine() |
Document |
SchemaWriterImpl.getDocument(Schema schemaDef) |
static SchemaJAXBContext |
SchemaJAXBContext.getInstance() |
Schema |
SchemaReaderImpl.read(Document doc)
|
Schema |
SchemaReaderImpl.read(InputSource inputSource)
Read the XMLSchema definition accessible via the specified
InputSource, and bind it into a Schema object. |
Schema |
SchemaReaderImpl.read(URL schemaURL)
Read the XMLSchema definition available at the location identified by the
specified URL, and bind it into a
Schema object. |
protected Schema |
SchemaReaderImpl.readExternalPart(URI schemaLocationURI,
URI baseURI,
Map<URI,AbsItfSchema> imports)
Read an external XML Schema URI according to a base URI.
|
protected Schema |
SchemaReaderImpl.readSchema(InputSource source,
Map<URI,AbsItfSchema> imports) |
Include |
SchemaImpl.removeInclude(Include includeDef) |
void |
SchemaWriterImpl.writeSchema(Schema schemaDef,
OutputStream output) |
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.