Uses of Class
org.jibx.binding.model.FormatElement
-
Packages that use FormatElement Package Description org.jibx.binding.model -
-
Uses of FormatElement in org.jibx.binding.model
Fields in org.jibx.binding.model declared as FormatElement Modifier and Type Field Description static FormatElement[]BuiltinFormats. s_builtinFormatsDefault format definitions.Methods in org.jibx.binding.model that return FormatElement Modifier and Type Method Description FormatElementFormatElement. getBaseFormat()Get base format information.FormatElementStringAttributes. getBaseFormat()Get base format information.FormatElementDefinitionContext. getBestFormat(IClass clas)Get best format definition for class.FormatElementDefinitionContext. getNamedFormat(String name)Get named format definition.FormatElementDefinitionContext. getSpecificFormat(String type)Get specific format definition for type.Methods in org.jibx.binding.model with parameters of type FormatElement Modifier and Type Method Description voidBindingHolder. addFormat(FormatElement format)Add a format definition to the binding.voidBindingOrganizer. addFormat(FormatElement format)Add a format definition to the binding.voidDefinitionContext. addFormat(FormatElement def, ValidationContext vctx)Add format to set defined at this level.booleanModelVisitor. visit(FormatElement node)Visit format element.
-