Uses of Interface
org.jibx.binding.def.IContextObj

Packages that use IContextObj
org.jibx.binding.def   
 

Uses of IContextObj in org.jibx.binding.def
 

Classes in org.jibx.binding.def that implement IContextObj
 class ObjectBinding
          Binding modifiers that apply to a class reference.
 

Methods in org.jibx.binding.def with parameters of type IContextObj
 IComponent MappingDirect.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent PrecompiledConcreteMapping.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent MappingDefinition.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent PrecompiledAbstractMapping.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
           
 IComponent IMapping.buildRef(IContainer parent, IContextObj objc, String type, PropertyDefinition prop)
          Build reference to mapping.
 void NestedBase.setObjectContext(IContextObj objc)
          Set the object context.
 void NestedStructure.setObjectContext(IContextObj objc)
          Set the object context.
static IComponent BindingBuilder.unmarshalStructure(UnmarshallingContext ctx, IContainer contain, IContextObj cobj, boolean coll, boolean uord, boolean implic)
          Unmarshal subclass instance for structure definition.
 

Constructors in org.jibx.binding.def with parameters of type IContextObj
MappingReference(IContainer contain, PropertyDefinition prop, String type, String reftext, String refqname, IContextObj objc, NameDefinition name, boolean synth, boolean nillable)
          Constructor from property and type.
NestedBase(IContainer contain, IContextObj objc, boolean ord, boolean flex, boolean defc)
          Constructor.
NestedCollection(IContainer parent, IContextObj objc, boolean ord, boolean opt, boolean flex, String type, org.jibx.binding.def.NestedCollection.CollectionLoad load, org.jibx.binding.def.NestedCollection.CollectionStore store)
          Constructor.
NestedStructure(IContainer parent, IContextObj objc, boolean ord, boolean choice, boolean flex, boolean ctx, boolean hasobj, boolean dupl)
          Constructor.
ObjectBinding(IContainer contain, IContextObj objc, String type, String fact, String pres, String posts, String pget, String ctype)
          Constructor.
PropertyDefinition(IContainer parent, IContextObj obj, String type, boolean isthis, boolean opt, String fname, String test, String flag, String get, String set)
          Constructor.
PropertyDefinition(IContextObj obj, boolean opt)
          Constructor for "this" object reference.
PropertyDefinition(String type, IContextObj obj, boolean opt)
          Constructor for implicit object reference.
StructureReference(IContainer contain, String label, PropertyDefinition prop, boolean hasname, IContextObj cobj)
          Constructor.
ValueChild(IContainer contain, IContextObj objc, NameDefinition name, PropertyDefinition prop, StringConversion conv, int style, int ident, String constant, boolean nillable)
          Constructor.
 



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