|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Import | |
|---|---|
| com.ebmwebsourcing.commons.schema.api | |
| com.ebmwebsourcing.commons.schema.api.abstractElmt | |
| com.ebmwebsourcing.commons.schema.impl | |
| Uses of Import in com.ebmwebsourcing.commons.schema.api |
|---|
| Methods in com.ebmwebsourcing.commons.schema.api that return Import | |
|---|---|
Import |
Schema.removeImport(Import importDef)
Remove an import from this schema. |
| Methods in com.ebmwebsourcing.commons.schema.api that return types with arguments of type Import | |
|---|---|
java.util.List<Import> |
Schema.getImports()
Get a map of lists containing all the imports defined here. |
java.util.List<Import> |
Schema.getImports(java.lang.String namespaceURI)
Get the list of imports for the specified namespaceURI. |
| Methods in com.ebmwebsourcing.commons.schema.api with parameters of type Import | |
|---|---|
void |
Schema.addImport(Import importDef)
Add an import to this schema. |
Import |
Schema.removeImport(Import importDef)
Remove an import from this schema. |
| Uses of Import in com.ebmwebsourcing.commons.schema.api.abstractElmt |
|---|
| Classes in com.ebmwebsourcing.commons.schema.api.abstractElmt that implement Import | |
|---|---|
class |
AbstractImport<E>
|
| Fields in com.ebmwebsourcing.commons.schema.api.abstractElmt with type parameters of type Import | |
|---|---|
protected java.util.List<Import> |
AbstractSchema.imports
list of imports |
| Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that return types with arguments of type Import | |
|---|---|
java.util.List<Import> |
AbstractSchema.getImports()
|
java.util.List<Import> |
AbstractSchema.getImports(java.lang.String namespaceUri)
|
| Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt with parameters of type Import | |
|---|---|
void |
AbstractSchema.addImport(Import impt)
Import operation |
| Uses of Import in com.ebmwebsourcing.commons.schema.impl |
|---|
| Classes in com.ebmwebsourcing.commons.schema.impl that implement Import | |
|---|---|
class |
Import
|
| Methods in com.ebmwebsourcing.commons.schema.impl that return Import | |
|---|---|
Import |
Schema.removeImport(Import importDef)
|
| Methods in com.ebmwebsourcing.commons.schema.impl with parameters of type Import | |
|---|---|
Import |
Schema.removeImport(Import importDef)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||