| Package | Description |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl |
| Modifier and Type | Method and Description |
|---|---|
IUnmarshallingContext |
IBindingFactory.createUnmarshallingContext()
Create unmarshalling context instance.
|
| Modifier and Type | Method and Description |
|---|---|
static QName |
QName.deserialize(String text,
IUnmarshallingContext ictx)
JiBX deserializer method.
|
static QName[] |
QName.deserializeList(String text,
IUnmarshallingContext ictx)
JiBX deserializer method.
|
boolean |
IUnmarshaller.isPresent(IUnmarshallingContext ctx)
Check if instance present in XML.
|
void |
IUnmarshallable.unmarshal(IUnmarshallingContext ctx)
Unmarshal self.
|
Object |
IUnmarshaller.unmarshal(Object obj,
IUnmarshallingContext ctx)
Unmarshal instance of handled class.
|
| Constructor and Description |
|---|
ValidationException(String msg,
Object obj,
IUnmarshallingContext ctx)
Constructor from message, validation object, and unmarshalling context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmarshallingContext
Pull parser wrapper supplying convenience methods for access.
|
| Modifier and Type | Method and Description |
|---|---|
IUnmarshallingContext |
BindingFactoryBase.createUnmarshallingContext()
Create a new unmarshalling context.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.