Uses of Class
org.jibx.binding.model.TemplateElementBase
-
Packages that use TemplateElementBase Package Description org.jibx.binding.model -
-
Uses of TemplateElementBase in org.jibx.binding.model
Subclasses of TemplateElementBase in org.jibx.binding.model Modifier and Type Class Description classMappingElementModel component for mapping element of normal binding definition.classMappingElementBaseModel component for mapping element of binding definition.classPrecompiledMappingElementModel component for mapping element of precompiled binding definition.classTemplateElementModel component for template element of binding definition.Methods in org.jibx.binding.model that return TemplateElementBase Modifier and Type Method Description TemplateElementBaseStructureElement. getEffectiveMapping()Get actual type mapping.TemplateElementBaseDefinitionContext. getNamedTemplate(String name)Get named template definition.TemplateElementBaseDefinitionContext. getSpecificTemplate(String type)Get specific template definition for type.Methods in org.jibx.binding.model with parameters of type TemplateElementBase Modifier and Type Method Description protected voidTemplateElementBase. addExtensionType(TemplateElementBase ext)Add template or mapping which derives from this one.voidModelVisitor. exit(TemplateElementBase node)Exit any template element.booleanModelVisitor. visit(TemplateElementBase node)Visit template element.booleanRegistrationVisitor. visit(TemplateElementBase node)
-