Uses of Class
org.jibx.binding.model.MappingElementBase
-
Packages that use MappingElementBase Package Description org.jibx.binding.model -
-
Uses of MappingElementBase in org.jibx.binding.model
Subclasses of MappingElementBase in org.jibx.binding.model Modifier and Type Class Description classMappingElementModel component for mapping element of normal binding definition.classPrecompiledMappingElementModel component for mapping element of precompiled binding definition.Methods in org.jibx.binding.model with parameters of type MappingElementBase Modifier and Type Method Description voidDefinitionContext. addMappedName(NameAttributes name, MappingElementBase def, ValidationContext vctx)Add mapped name to set defined at this level.voidBindingHolder. addMapping(MappingElementBase mapping)Add a mapping definition to the binding.voidDefinitionContext. addTemplate(MappingElementBase def, ValidationContext vctx)Add template or mapping to set defined at this level.voidModelVisitor. exit(MappingElementBase node)Exit any mapping element.booleanModelVisitor. visit(MappingElementBase node)Visit mapping element.booleanRegistrationVisitor. visit(MappingElementBase node)
-