|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.schema.codegen.custom.SchemaRootBase.SchemaTypeUnmarshaller
public static class SchemaRootBase.SchemaTypeUnmarshaller
Unmarshaller for schema-type elements.
| Field Summary | |
|---|---|
private static java.lang.String |
ELEMENT_NAME
Actual element name used in binding. |
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names |
| Constructor Summary | |
|---|---|
SchemaRootBase.SchemaTypeUnmarshaller()
|
|
| Method Summary | |
|---|---|
boolean |
isPresent(IUnmarshallingContext ictx)
Check for element present. |
java.lang.Object |
unmarshal(java.lang.Object obj,
IUnmarshallingContext ictx)
Unmarshal instance of element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static java.lang.String ELEMENT_NAME
public static final StringArray s_allowedAttributes
| Constructor Detail |
|---|
public SchemaRootBase.SchemaTypeUnmarshaller()
| Method Detail |
|---|
public boolean isPresent(IUnmarshallingContext ictx)
throws JiBXException
isPresent in interface IUnmarshallerictx -
true if present, false if not
JiBXException - on error
public java.lang.Object unmarshal(java.lang.Object obj,
IUnmarshallingContext ictx)
throws JiBXException
unmarshal in interface IUnmarshallerobj - ignored (new instance always created)ictx -
JiBXException - on error
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||