public static class SchemaRootBase.SchemaTypeUnmarshaller extends Object implements IUnmarshaller
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names
|
| Constructor and Description |
|---|
SchemaRootBase.SchemaTypeUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPresent(IUnmarshallingContext ictx)
Check for element present.
|
Object |
unmarshal(Object obj,
IUnmarshallingContext ictx)
Unmarshal instance of element.
|
public static final StringArray s_allowedAttributes
public SchemaRootBase.SchemaTypeUnmarshaller()
public boolean isPresent(IUnmarshallingContext ictx) throws JiBXException
isPresent in interface IUnmarshallerictx - true if present, false if notJiBXException - on errorpublic Object unmarshal(Object obj, IUnmarshallingContext ictx) throws JiBXException
unmarshal in interface IUnmarshallerobj - ignored (new instance always created)ictx - JiBXException - on errorCopyright © 2005-2014 jibx.org. All Rights Reserved.