|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISchemaElement | |
|---|---|
| com.ebm_ws.infra.xmlmapping.impl | |
| com.ebm_ws.infra.xmlmapping.schema | |
| Uses of ISchemaElement in com.ebm_ws.infra.xmlmapping.impl |
|---|
| Methods in com.ebm_ws.infra.xmlmapping.impl that return ISchemaElement | |
|---|---|
ISchemaElement[] |
SchemaImpl.getAllElements()
|
ISchemaElement |
SchemaImpl.getElement(java.lang.Class iClass)
|
ISchemaElement |
ObjInfo.getSchemaElement()
|
| Constructors in com.ebm_ws.infra.xmlmapping.impl with parameters of type ISchemaElement | |
|---|---|
ObjInfo(ObjInfo iParent,
MappedField iParentMapping,
int iChildIdx,
ISchemaElement iSchemaElt,
IXmlObject iObj)
|
|
ObjInfo(ObjInfo iParent,
MappedField iParentMapping,
ISchemaElement iSchemaElt,
IXmlObject iObj)
|
|
| Uses of ISchemaElement in com.ebm_ws.infra.xmlmapping.schema |
|---|
| Methods in com.ebm_ws.infra.xmlmapping.schema that return ISchemaElement | |
|---|---|
ISchemaElement[] |
ISchema.getAllElements()
Returns all elements belonging to this schema. |
ISchemaElement[] |
SchemasManager.getAllImplementors(java.lang.Class iSubstitutionGroup)
Returns all schema elements that are compatible with the given class |
ISchemaElement |
SchemasManager.getElement(java.lang.Class iClass)
Returns the schema element describing the given class, if found in any declard schema. |
ISchemaElement |
ISchema.getElement(java.lang.Class iClass)
|
ISchemaElement[] |
ISchemaElement.getSubstitutionGroups()
Returns the schema elements describing the substitution groups for this element. |
ISchemaElement |
ISchemaElement.getSuperType()
Returns the schema element describing the super type of this element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||