Uses of Class
org.jibx.binding.model.ContainerElementBase
-
Packages that use ContainerElementBase Package Description org.jibx.binding.model -
-
Uses of ContainerElementBase in org.jibx.binding.model
Subclasses of ContainerElementBase in org.jibx.binding.model Modifier and Type Class Description classCollectionElementModel component for collection element of binding definition.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.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.Methods in org.jibx.binding.model that return ContainerElementBase Modifier and Type Method Description ContainerElementBaseTreeContext. getContextObject()Get parent container with linked object.ContainerElementBaseDefinitionContext. getNamedStructure(String label)Get labeled structure definition within this context.ContainerElementBaseTreeContext. getParentContainer()Get parent container information.Methods in org.jibx.binding.model with parameters of type ContainerElementBase Modifier and Type Method Description ValidationProblemDefinitionContext. addNamedStructure(ContainerElementBase def)Add named structure to set defined in this context.voidModelVisitor. exit(ContainerElementBase node)Exit any container element.booleanModelVisitor. visit(ContainerElementBase node)Visit container element.booleanRegistrationVisitor. visit(ContainerElementBase node)
-