|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement<E>
com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchema<Schema>
com.ebmwebsourcing.commons.schema.impl.Schema
public class Schema
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchema |
|---|
attributes, baseURI, document, elements, features, imports, includes, namespaceContext, schemaLocations, types |
| Fields inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement |
|---|
documentation, model |
| Constructor Summary | |
|---|---|
Schema(java.net.URI baseURI,
Schema schema,
org.jdom.Document doc,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTargetNamespace()
|
Import |
removeImport(Import importDef)
Remove an import from this schema. |
Include |
removeInclude(Include includeDef)
Remove an include from this schema. |
| Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchema |
|---|
addAttribute, addElement, addImport, addImportElementsInAllList, addInclude, addIncludeElementsInAllList, addType, getAllNamespaces, getAttribute, getAttributes, getDocument, getDocumentBaseURI, getElement, getElements, getFeatures, getImports, getImports, getIncludes, getIncludes, getSchemaLocation, getType, getTypes, setDocumentBaseURI, setFeatures, toString |
| Methods inherited from class com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement |
|---|
createDocumentation, getDocumentation, getModel, setDocumentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.commons.schema.api.Schema |
|---|
addAttribute, addElement, addImport, addInclude, addType, getAllNamespaces, getAttribute, getAttributes, getDocumentBaseURI, getElement, getElements, getImports, getImports, getIncludes, getIncludes, getSchemaLocation, getType, getTypes, setDocumentBaseURI |
| Methods inherited from interface com.ebmwebsourcing.commons.schema.api.SchemaElement |
|---|
createDocumentation, getDocumentation, setDocumentation |
| Constructor Detail |
|---|
public Schema(java.net.URI baseURI,
Schema schema,
org.jdom.Document doc,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
throws SchemaException
SchemaException| Method Detail |
|---|
public java.lang.String getTargetNamespace()
getTargetNamespace in interface Schemapublic Import removeImport(Import importDef)
Schema
removeImport in interface SchemaimportDef - the import to be removed
public Include removeInclude(Include includeDef)
throws SchemaException
Schema
removeInclude in interface SchemaincludeDef - the include to be removed
SchemaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||