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

Packages that use IContainer
org.jibx.binding.def   
 

Uses of IContainer in org.jibx.binding.def
 

Classes in org.jibx.binding.def that implement IContainer
 class BindingDefinition
          Binding definition.
 class NestedBase
          Base class for structure and collection binding definitions.
 class NestedCollection
          Collection binding definition.
 class NestedStructure
          Structure binding definition.
 

Methods in org.jibx.binding.def with parameters of type IContainer
 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.
static IMapping BindingBuilder.unmarshalMapping(UnmarshallingContext ctx, IContainer parent, ArrayList nss, boolean uord)
          Unmarshal mapping definition.
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 IContainer
DefinitionContext(IContainer contain)
          Constructor.
DirectGeneric(IContainer parent, String type)
          Constructor without implicit property.
DirectGeneric(IContainer parent, String type, PropertyDefinition prop)
          Constructor with defined property.
DirectObject(IContainer parent, DefinitionContext defc, ClassFile target, boolean abs, ClassFile mcf, ClassFile ucf, String mapname, NameDefinition name, String factname)
          Constructor.
MappingBase(IContainer contain, String type, String tname)
          Constructor.
MappingBase(IContainer contain, String type, String tname, IComponent wrap)
          Constructor with wrapped component supplied.
MappingDefinition(IContainer contain, DefinitionContext defc, String type, NameDefinition name, String tname, boolean abs, String base, ObjectBinding bind, boolean nillable)
          Constructor.
MappingDirect(IContainer contain, String type, String tname, DirectObject dir, boolean abs)
          Constructor.
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.
PrecompiledAbstractMapping(String type, String tname, String mapname, int index, IBindingFactory factory, int[] nsxlate, IContainer parent)
          Constructor.
PrecompiledConcreteMapping(String mapname, String type, NameDefinition name, String marname, String umarname, IContainer parent, boolean xlated, String factname)
          Constructor.
PropertyDefinition(IContainer parent, IContextObj obj, String type, boolean isthis, boolean opt, String fname, String test, String flag, String get, String set)
          Constructor.
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.