Uses of Interface
org.jibx.runtime.IUnmarshallingContext

Packages that use IUnmarshallingContext
org.jibx.runtime   
org.jibx.runtime.impl   
 

Uses of IUnmarshallingContext in org.jibx.runtime
 

Methods in org.jibx.runtime that return IUnmarshallingContext
 IUnmarshallingContext IBindingFactory.createUnmarshallingContext()
          Create unmarshalling context instance.
 

Methods in org.jibx.runtime with parameters of type IUnmarshallingContext
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.
 

Constructors in org.jibx.runtime with parameters of type IUnmarshallingContext
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
 class UnmarshallingContext
          Pull parser wrapper supplying convenience methods for access.
 

Methods in org.jibx.runtime.impl that return IUnmarshallingContext
 IUnmarshallingContext BindingFactoryBase.createUnmarshallingContext()
          Create a new unmarshalling context.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.