Package | Description |
---|---|
org.apache.woden.schema | |
org.apache.woden.wsdl20.xml |
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 ? Apache Software Foundation. All Rights Reserved.