Uses of Class
org.jibx.binding.model.ElementBase
-
Packages that use ElementBase Package Description org.jibx.binding.model -
-
Uses of ElementBase in org.jibx.binding.model
Subclasses of ElementBase in org.jibx.binding.model Modifier and Type Class Description classBindingElementModel component for binding element.classCollectionElementModel component for collection element of binding definition.classContainerElementBaseModel component for elements that can contain detailed binding information in the form of nested child components.classFormatElementModel component for format element.classIncludeElementModel component for include element of binding definition.classInputElementModel component for input element of binding definition.classMappingElementModel component for mapping element of normal binding definition.classMappingElementBaseModel component for mapping element of binding definition.classNamespaceElementModel component for namespace element of binding definition.classNestingElementBaseModel component for elements that can contain other component elements.classOutputElementModel component for output element of binding definition.classPrecompiledMappingElementModel component for mapping element of precompiled binding definition.classSplitElementModel component for split element of binding definition.classStructureElementModel component for structure element of binding definition.classStructureElementBaseModel component for elements that define the binding structure for an object property.classTemplateElementModel component for template element of binding definition.classTemplateElementBaseModel component for elements that define how instances of a particular class are converted to or from XML.classValueElementModel component for value element.Methods in org.jibx.binding.model that return ElementBase Modifier and Type Method Description ElementBaseClassHierarchyContext. getMostSpecificComponent(IClass clas)Get best binding component for class.ElementBaseClassHierarchyContext. getNamedComponent(String name)Get named binding component definition.ElementBaseTreeContext. getParentElement(int level)Get containing element at generation level.ElementBaseClassHierarchyContext. getSpecificComponent(String name)Get specific binding component for type.protected ElementBaseTreeContext. peekElement()Peek current element of hierarchy.ElementBaseTreeContext. popNode()Pop node from tree.Methods in org.jibx.binding.model with parameters of type ElementBase Modifier and Type Method Description ValidationProblemDefinitionContext. addImpliedNamespace(NamespaceElement def, ElementBase ref)Add namespace declaration to set defined at this level.voidClassHierarchyContext. addNamedComponent(String label, ElementBase comp, ValidationContext vctx)Add named component to set defined at this level.voidClassHierarchyContext. addTypedComponent(IClass clas, ElementBase comp, ValidationContext vctx)Add typed component to set defined at this level.voidModelVisitor. exit(ElementBase node)Exit any element.voidValidationContext.ValidationVisitor. exit(ElementBase node)voidTreeContext. pushNode(ElementBase node)Push node on tree.voidTreeContext. tourTree(ElementBase root, ModelVisitor visitor)Tour binding model tree.booleanModelVisitor. visit(ElementBase node)Visit element.booleanValidationContext.PrevalidationVisitor. visit(ElementBase node)voidRegistrationVisitor. visitTree(ElementBase root)Visit binding model tree to handle registration.
-