|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains the schema components of a namespace.
Method Summary | |
void |
addImportedSchema(ISchema aSchema)
Adds a schema to the collection of directly imported schemas. |
IComponent |
getComponent(IRef aRef)
Gets the specified component. |
IAnyTypeData |
getFactory()
|
java.lang.String |
getNamespace()
Gets the namespace. |
java.util.Iterator |
iterComponents(ISymbolspace aSymbolSpace)
Iterates the (top-level) components of the specified symbol space. |
java.util.Iterator |
iterImportedSchema()
Iterates the schemas that are directly imported by this schema. |
void |
setComponent(IComponent aComponent,
IConstraintViolations aViolations)
Sets the specified component. |
void |
setFactory(IAnyTypeData aFactory)
|
Methods inherited from interface org.jbind.xml.base.IHasLocation |
getLocation |
Method Detail |
public java.lang.String getNamespace()
public IComponent getComponent(IRef aRef)
aRef
- A reference (required).
public java.util.Iterator iterComponents(ISymbolspace aSymbolSpace)
aSymbolSpace
- (optional). If no symbol space is specified then
all top-level components are iterated.
IComponent
.public void setComponent(IComponent aComponent, IConstraintViolations aViolations)
aComponent
- A component. (required)public IAnyTypeData getFactory()
public void setFactory(IAnyTypeData aFactory)
public void addImportedSchema(ISchema aSchema)
public java.util.Iterator iterImportedSchema()
ISchema
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |