Uses of Class
org.jibx.binding.def.DefinitionContext
-
Packages that use DefinitionContext Package Description org.jibx.binding.def -
-
Uses of DefinitionContext in org.jibx.binding.def
Methods in org.jibx.binding.def that return DefinitionContext Modifier and Type Method Description DefinitionContextBindingDefinition. getDefinitionContext()DefinitionContextIContainer. getDefinitionContext()Get definition context for binding element.DefinitionContextNestedBase. getDefinitionContext()Methods in org.jibx.binding.def with parameters of type DefinitionContext Modifier and Type Method Description voidNameDefinition. fixNamespace(DefinitionContext defc)Finds the index for the namespace used with a name.Constructors in org.jibx.binding.def with parameters of type DefinitionContext Constructor Description DirectObject(IContainer parent, DefinitionContext defc, ClassFile target, boolean abs, ClassFile mcf, ClassFile ucf, String mapname, NameDefinition name, String factname)Constructor.ElementWrapper(DefinitionContext defc, NameDefinition name, IComponent wrap, boolean nillable)Constructor.MappingDefinition(IContainer contain, DefinitionContext defc, String type, NameDefinition name, String tname, boolean abs, String base, ObjectBinding bind, boolean nillable)Constructor.
-