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

Packages that use MappingElementBase
org.jibx.binding.model   
 

Uses of MappingElementBase in org.jibx.binding.model
 

Subclasses of MappingElementBase in org.jibx.binding.model
 class MappingElement
          Model component for mapping element of normal binding definition.
 class PrecompiledMappingElement
          Model component for mapping element of precompiled binding definition.
 

Methods in org.jibx.binding.model with parameters of type MappingElementBase
 void DefinitionContext.addMappedName(NameAttributes name, MappingElementBase def, ValidationContext vctx)
          Add mapped name to set defined at this level.
 void BindingHolder.addMapping(MappingElementBase mapping)
          Add a mapping definition to the binding.
 void DefinitionContext.addTemplate(MappingElementBase def, ValidationContext vctx)
          Add template or mapping to set defined at this level.
 void ModelVisitor.exit(MappingElementBase node)
          Exit any mapping element.
 boolean ModelVisitor.visit(MappingElementBase node)
          Visit mapping element.
 boolean RegistrationVisitor.visit(MappingElementBase node)
           
 



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