Uses of Class
org.jibx.binding.model.ContainerElementBase

Packages that use ContainerElementBase
org.jibx.binding.model   
 

Uses of ContainerElementBase in org.jibx.binding.model
 

Subclasses of ContainerElementBase in org.jibx.binding.model
 class CollectionElement
          Model component for collection element of binding definition.
 class MappingElement
          Model component for mapping element of normal binding definition.
 class MappingElementBase
          Model component for mapping element of binding definition.
 class PrecompiledMappingElement
          Model component for mapping element of precompiled binding definition.
 class StructureElement
          Model component for structure element of binding definition.
 class StructureElementBase
          Model component for elements that define the binding structure for an object property.
 class TemplateElement
          Model component for template element of binding definition.
 class TemplateElementBase
          Model component for elements that define how instances of a particular class are converted to or from XML.
 

Methods in org.jibx.binding.model that return ContainerElementBase
 ContainerElementBase TreeContext.getContextObject()
          Get parent container with linked object.
 ContainerElementBase DefinitionContext.getNamedStructure(String label)
          Get labeled structure definition within this context.
 ContainerElementBase TreeContext.getParentContainer()
          Get parent container information.
 

Methods in org.jibx.binding.model with parameters of type ContainerElementBase
 ValidationProblem DefinitionContext.addNamedStructure(ContainerElementBase def)
          Add named structure to set defined in this context.
 void ModelVisitor.exit(ContainerElementBase node)
          Exit any container element.
 boolean ModelVisitor.visit(ContainerElementBase node)
          Visit container element.
 boolean RegistrationVisitor.visit(ContainerElementBase node)
           
 



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