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

Packages that use NestingElementBase
org.jibx.binding.model   
 

Uses of NestingElementBase in org.jibx.binding.model
 

Subclasses of NestingElementBase in org.jibx.binding.model
 class BindingElement
          Model component for binding element.
 class CollectionElement
          Model component for collection element of binding definition.
 class ContainerElementBase
          Model component for elements that can contain detailed binding information in the form of nested child components.
 class IncludeElement
          Model component for include element of binding definition.
 class InputElement
          Model component for input 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 OutputElement
          Model component for output element of binding definition.
 class PrecompiledMappingElement
          Model component for mapping element of precompiled binding definition.
 class SplitElement
          Model component for split element of 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 NestingElementBase
 NestingElementBase TreeContext.getParentElement()
          Get containing element.
 

Methods in org.jibx.binding.model with parameters of type NestingElementBase
 void ModelVisitor.exit(NestingElementBase node)
          Exit any nesting element.
 boolean ModelVisitor.visit(NestingElementBase node)
          Visit nesting element.
 



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