Uses of Interface
org.jibx.runtime.IUnmarshallingContext
-
Packages that use IUnmarshallingContext Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of IUnmarshallingContext in org.jibx.runtime
Methods in org.jibx.runtime that return IUnmarshallingContext Modifier and Type Method Description IUnmarshallingContextIBindingFactory. createUnmarshallingContext()Create unmarshalling context instance.Methods in org.jibx.runtime with parameters of type IUnmarshallingContext Modifier and Type Method Description static QNameQName. deserialize(String text, IUnmarshallingContext ictx)JiBX deserializer method.static QName[]QName. deserializeList(String text, IUnmarshallingContext ictx)JiBX deserializer method.booleanIUnmarshaller. isPresent(IUnmarshallingContext ctx)Check if instance present in XML.voidIUnmarshallable. unmarshal(IUnmarshallingContext ctx)Unmarshal self.ObjectIUnmarshaller. unmarshal(Object obj, IUnmarshallingContext ctx)Unmarshal instance of handled class.Constructors in org.jibx.runtime with parameters of type IUnmarshallingContext Constructor Description ValidationException(String msg, Object obj, IUnmarshallingContext ctx)Constructor from message, validation object, and unmarshalling context. -
Uses of IUnmarshallingContext in org.jibx.runtime.impl
Classes in org.jibx.runtime.impl that implement IUnmarshallingContext Modifier and Type Class Description classUnmarshallingContextPull parser wrapper supplying convenience methods for access.Methods in org.jibx.runtime.impl that return IUnmarshallingContext Modifier and Type Method Description IUnmarshallingContextBindingFactoryBase. createUnmarshallingContext()Create a new unmarshalling context.
-