Package | Description |
---|---|
org.apache.woden.internal | |
org.apache.woden.internal.schema | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.schema | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
protected abstract Schema |
BaseWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
Modifier and Type | Class and Description |
---|---|
class |
ImportedSchemaImpl
This interface represents a schema import, <xs:import>.
|
class |
InlinedSchemaImpl
This class represents an inlined schema, <xs:schema>.
|
class |
SchemaImpl
Abstract implementation of an XML Schema.
|
Modifier and Type | Method and Description |
---|---|
Schema[] |
TypesImpl.getSchemas() |
Schema[] |
TypesImpl.getSchemas(URI namespace) |
Modifier and Type | Method and Description |
---|---|
void |
TypesImpl.addSchema(Schema schema) |
void |
TypesImpl.removeSchema(Schema schema) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImportedSchema
This interface represents a schema import element, <xs:import>.
|
interface |
InlinedSchema
This interface represents an inlined schema element, <xs:schema>.
|
Modifier and Type | Method and Description |
---|---|
Schema[] |
TypesElement.getSchemas()
Return the schemas inlined or imported directly within this <types> element.
|
Schema[] |
TypesElement.getSchemas(URI namespace)
Return the schemas inlined or imported directly within this <types> element
whose target namespace matches the specified namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
TypesElement.addSchema(Schema schema)
Add a Schema object for a schema inlined or imported within the <types> element.
|
void |
TypesElement.removeSchema(Schema schema)
Delete the specified Schema object.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.