A B C D E F G H I K L M N O P R S T U V W X 
All Classes All Packages

A

ABSTRACTMARSHALLER_INTERFACE - Static variable in class org.jibx.binding.def.MappingBase
 
accumulateInterfaces(String[], HashMap, ArrayList) - Method in class org.jibx.binding.classes.ClassFile
Accumulate interface signatures recursively.
add(int, Object) - Method in class org.jibx.binding.model.EmptyArrayList
 
add(int, Object) - Method in class org.jibx.util.LazyList
 
add(Object) - Method in class org.jibx.binding.model.EmptyArrayList
 
add(Object) - Method in class org.jibx.util.InsertionOrderedSet
 
add(Object, Object) - Method in class org.jibx.binding.util.MultipleValueMap
Add value for key.
add(String) - Method in class org.jibx.util.StringSizedSet
Add a key to the set.
add(String) - Method in class org.jibx.util.UniqueNameSet
Add name to set.
add(String, int) - Method in class org.jibx.util.StringIntSizedMap
Add an entry to the table.
addAll(int, Collection) - Method in class org.jibx.binding.model.EmptyArrayList
 
addAll(Object[]) - Method in class org.jibx.util.InsertionOrderedSet
Convenience method to add every item in an array.
addAll(Collection) - Method in class org.jibx.binding.model.EmptyArrayList
 
addAll(Collection) - Method in class org.jibx.util.InsertionOrderedSet
 
addAll(UniqueNameSet) - Method in class org.jibx.util.UniqueNameSet
Add all the names from another name set to this set.
addBinding(Object, String, String, boolean) - Method in class org.jibx.binding.model.BindingOrganizer
Add a binding to the set in use.
addBindingFileSet(FileSet) - Method in class org.jibx.binding.ant.CompileTask
 
addBindingObject(Object, BindingHolder) - Method in class org.jibx.binding.model.BindingOrganizer
Associate a control object with an existing binding.
addChild(Object) - Method in class org.jibx.binding.model.NestingElementBase
Add child element.
addClassList(ClassFile[], ClassFile[]) - Method in class org.jibx.binding.def.BindingDefinition
Add the list of classes used by the binding compiler to the binding factory.
addClassPathSet(FileSet) - Method in class org.jibx.binding.ant.CompileTask
 
addComponent(IComponent) - Method in class org.jibx.binding.def.NestedBase
Add child component to nested structure.
addConversion(QName, StringConversion) - Method in class org.jibx.binding.def.DefinitionContext
Add named conversion.
addDefaultConstructor() - Method in class org.jibx.binding.classes.ClassFile
Add default constructor to a class.
addDefaultPrefix(String, String) - Method in class org.jibx.binding.model.BindingOrganizer
Set the default prefix for a namespace, if none already set.
addError(String) - Method in class org.jibx.binding.model.ValidationContext
Add error item for current element.
addError(String, Object) - Method in class org.jibx.binding.model.ValidationContext
Add error item.
addException(String) - Method in class org.jibx.binding.classes.MethodBuilder
Add exception to those needing handling.
addExtension(MappingDefinition) - Method in interface org.jibx.binding.def.IMapping
Add extension to abstract mapping.
addExtension(MappingDefinition) - Method in class org.jibx.binding.def.MappingDefinition
 
addExtension(MappingDefinition) - Method in class org.jibx.binding.def.MappingDirect
 
addExtension(MappingDefinition) - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
addExtension(MappingDefinition) - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
addExtensionType(TemplateElementBase) - Method in class org.jibx.binding.model.TemplateElementBase
Add template or mapping which derives from this one.
addFactory(String) - Method in class org.jibx.binding.classes.BoundClass
Add binding factory to class.
addFatal(String) - Method in class org.jibx.binding.model.ValidationContext
Add fatal item for current element.
addFatal(String, Object) - Method in class org.jibx.binding.model.ValidationContext
Add fatal item.
addField(String, String, int) - Method in class org.jibx.binding.classes.ClassFile
Add field to class without initialization.
addField(String, String, int, int) - Method in class org.jibx.binding.classes.ClassFile
Add field to class with initial int value.
addField(String, String, int, String) - Method in class org.jibx.binding.classes.ClassFile
Add field to class with initial String value.
addFormat(FormatElement) - Method in class org.jibx.binding.model.BindingHolder
Add a format definition to the binding.
addFormat(FormatElement) - Method in class org.jibx.binding.model.BindingOrganizer
Add a format definition to the binding.
addFormat(FormatElement, ValidationContext) - Method in class org.jibx.binding.model.DefinitionContext
Add format to set defined at this level.
addIdClass(IClass) - Method in class org.jibx.binding.model.BindingElement
Add a class defined with a ID value.
addIMarshallableMethod() - Method in class org.jibx.binding.def.MappingBase
Generate marshallable interface methods for this mapping.
addImpliedNamespace(NamespaceDefinition) - Method in class org.jibx.binding.def.DefinitionContext
Add namespace declaration to set defined at this level.
addImpliedNamespace(NamespaceElement, ElementBase) - Method in class org.jibx.binding.model.DefinitionContext
Add namespace declaration to set defined at this level.
addIncludeBinding(String, BindingElement) - Method in class org.jibx.binding.model.BindingElement
Add binding accessible to includes.
addIncludePath(String, boolean) - Method in class org.jibx.binding.model.BindingElement
Add include path to set processed.
addInterface(String) - Method in class org.jibx.binding.classes.ClassFile
Add interface to class.
addIUnmarshallableMethod() - Method in class org.jibx.binding.def.MappingBase
Generate unmarshallable interface method for this mapping.
addLocal(String, Type) - Method in class org.jibx.binding.classes.MethodBuilder
Add local variable to method.
addMappedName(NameAttributes, MappingElementBase, ValidationContext) - Method in class org.jibx.binding.model.DefinitionContext
Add mapped name to set defined at this level.
addMapping(IMapping) - Method in class org.jibx.binding.def.DefinitionContext
Add class mapping to set defined at this level.
addMapping(MappingElementBase) - Method in class org.jibx.binding.model.BindingHolder
Add a mapping definition to the binding.
addMappingName(String) - Method in class org.jibx.binding.def.BindingDefinition
Add mapping name to binding.
addMethod() - Method in class org.jibx.binding.classes.MethodBuilder
Add constructed method to class.
addMethod(Method) - Method in class org.jibx.binding.classes.ClassFile
Add method to class.
addMethodExceptions(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Add exceptions thrown by called method to those needing handling.
addModifiedClass(ClassFile) - Static method in class org.jibx.binding.classes.MungedClass
Add class file to set modified.
addNamedComponent(String, ElementBase, ValidationContext) - Method in class org.jibx.binding.model.ClassHierarchyContext
Add named component to set defined at this level.
addNamedStructure(String, IComponent) - Method in class org.jibx.binding.def.DefinitionContext
Add named structure component to set defined at this level.
addNamedStructure(ContainerElementBase) - Method in class org.jibx.binding.model.DefinitionContext
Add named structure to set defined in this context.
addNamespace(NamespaceDefinition) - Method in class org.jibx.binding.def.DefinitionContext
Add namespace to set defined at this level.
addNamespace(NamespaceDefinition) - Method in interface org.jibx.binding.def.IMapping
Add namespace.
addNamespace(NamespaceDefinition) - Method in class org.jibx.binding.def.MappingDefinition
 
addNamespace(NamespaceDefinition) - Method in class org.jibx.binding.def.MappingDirect
 
addNamespace(NamespaceDefinition) - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
addNamespace(NamespaceDefinition) - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
addNamespace(NamespaceElement) - Method in class org.jibx.binding.model.DefinitionContext
Add namespace to set defined at this level.
addNamespaceDecl(String, String) - Method in class org.jibx.binding.model.BindingElement
Add namespace declaration for output when marshalling.
addNamespaceDecl(String, String) - Method in class org.jibx.util.HolderBase
Subclass hook method to handle adding a namespace declaration.
addNamespaceUsage(String) - Method in class org.jibx.binding.model.BindingHolder
Add usage of namespace for an element or attribute name in binding.
addPrecompiledBinding(IBindingFactory, int, int) - Method in class org.jibx.binding.def.BindingDefinition
Add a precompiled binding reference to this binding.
addPreserveClass(String) - Static method in class org.jibx.binding.classes.ClassCache
Add class name to set to be preserved without modification.
addPrivateField(String, String) - Method in class org.jibx.binding.classes.ClassFile
Add private field to class without initialization.
addProblem(ValidationProblem) - Method in class org.jibx.binding.model.ValidationContext
Add problem report.
addReference(HolderBase) - Method in class org.jibx.util.HolderBase
Record a reference from this file to another file of the same type.
addRootUris(Collection) - Method in class org.jibx.binding.model.BindingOrganizer
Adds a collection of namespace URIs to be referenced at root binding level.
addSkip(Object) - Method in class org.jibx.binding.model.TreeContext
Add element to set to be skipped.
addTemplate(MappingElementBase, ValidationContext) - Method in class org.jibx.binding.model.DefinitionContext
Add template or mapping to set defined at this level.
addTopChild(Object) - Method in class org.jibx.binding.model.BindingElement
Add top-level child element.
addTopChild(Object) - Method in class org.jibx.binding.model.PrecompiledMappingElement
Add top-level child element.
addTopChild(Object) - Method in class org.jibx.binding.model.TemplateElementBase
Add top-level child element.
addTypedComponent(IClass, ElementBase, ValidationContext) - Method in class org.jibx.binding.model.ClassHierarchyContext
Add typed component to set defined at this level.
addTypeNameReference(String, Object) - Method in class org.jibx.binding.model.BindingHolder
Add reference from this binding to a type name defined in the same or another binding.
addTypeNameReference(BindingHolder, String, Object) - Method in class org.jibx.binding.model.BindingOrganizer
Add reference from binding to a type name defined in the same or another binding.
addWarning(String) - Method in class org.jibx.binding.model.ValidationContext
Add warning item for current element.
addWarning(String, Object) - Method in class org.jibx.binding.model.ValidationContext
Add warning item.
advance() - Method in class org.jibx.util.SparseArrayIterator
Advance to next iteration value.
ALLDEFAULT_USAGE - Static variable in class org.jibx.binding.model.NamespaceElement
 
appendAASTORE() - Method in class org.jibx.binding.classes.MethodBuilder
Append an AASTORE to the instruction list.
appendACONST_NULL() - Method in class org.jibx.binding.classes.MethodBuilder
Append an ACONST_NULL to the instruction list.
appendALOAD(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append appropriate array load to the instruction list.
appendARRAYLENGTH() - Method in class org.jibx.binding.classes.MethodBuilder
Append an ARRAYLENGTH to the instruction list.
appendASTORE(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append the appropriate array store to the instruction list.
appendCall(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create invoke instruction for static, member, or interface method and append to method.
appendCallInit(String, String) - Method in class org.jibx.binding.classes.MethodBuilder
Create invoke initializer instruction from signature and append to method.
appendCallInterface(String, String) - Method in class org.jibx.binding.classes.MethodBuilder
Create invoke interface method instruction from signature and append to method.
appendCallStatic(String, String) - Method in class org.jibx.binding.classes.MethodBuilder
Create invoke static method instruction from signature and append to method.
appendCallVirtual(String, String) - Method in class org.jibx.binding.classes.MethodBuilder
Create invoke virtual method instruction from signature and append to method.
appendCreateArray(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append instruction to create instance of array.
appendCreateCast(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append check cast instruction from object (if needed).
appendCreateCast(String, String) - Method in class org.jibx.binding.classes.MethodBuilder
Append check cast instruction (if needed).
appendCreateNew(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append instruction to create instance of class.
appendDCMPG() - Method in class org.jibx.binding.classes.MethodBuilder
Append an DCMPG to the instruction list.
appendDUP() - Method in class org.jibx.binding.classes.MethodBuilder
Append a DUP to the instruction list.
appendDUP_X1() - Method in class org.jibx.binding.classes.MethodBuilder
Append a DUP_X1 to the instruction list.
appendDUP2() - Method in class org.jibx.binding.classes.MethodBuilder
Append a DUP2 to the instruction list.
appendFCMPG() - Method in class org.jibx.binding.classes.MethodBuilder
Append an FCMPG to the instruction list.
appendGet(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create get instruction and append to method.
appendGetField(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create getfield instruction and append to method.
appendGetStatic(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create getstatic instruction and append to method.
appendIASTORE() - Method in class org.jibx.binding.classes.MethodBuilder
Append an IASTORE to the instruction list.
appendICONST_0() - Method in class org.jibx.binding.classes.MethodBuilder
Append an ICONST_0 to the instruction list.
appendICONST_1() - Method in class org.jibx.binding.classes.MethodBuilder
Append an ICONST_1 to the instruction list.
appendIF_ICMPNE(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IF_ICMPNE branch instruction to method.
appendIFEQ(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IFEQ branch instruction to method.
appendIFGE(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IFGE branch instruction to method.
appendIFLT(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IFLT branch instruction to method.
appendIFNE(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IFNE branch instruction to method.
appendIFNONNULL(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IFNONNULL branch instruction to method.
appendIFNULL(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append IFNULL branch instruction to method.
appendIncrementLocal(int, int) - Method in class org.jibx.binding.classes.MethodBuilder
Append instruction to increment local integer variable.
appendInstanceOf(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append instanceof check instruction.
appendISUB() - Method in class org.jibx.binding.classes.MethodBuilder
Append an ISUB to the instruction list.
appendIXOR() - Method in class org.jibx.binding.classes.MethodBuilder
Append an IXOR to the instruction list.
appendLCMP() - Method in class org.jibx.binding.classes.MethodBuilder
Append an LCMP to the instruction list.
appendLoadConstant(int) - Method in class org.jibx.binding.classes.MethodBuilder
Create load constant instruction and append to method.
appendLoadConstant(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Create load constant instruction and append to method.
appendLoadConstant(String) - Method in class org.jibx.binding.classes.MethodBuilder
Create load constant instruction and append to method.
appendLoadLocal(int) - Method in class org.jibx.binding.classes.MethodBuilder
Append instruction to load local variable.
appendPOP() - Method in class org.jibx.binding.classes.MethodBuilder
Append a POP to the instruction list.
appendPOP2() - Method in class org.jibx.binding.classes.MethodBuilder
Append a POP2 to the instruction list.
appendPut(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create put instruction and append to method.
appendPutField(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create putfield instruction and append to method.
appendPutStatic(ClassItem) - Method in class org.jibx.binding.classes.MethodBuilder
Create putstatic instruction and append to method.
appendReturn() - Method in class org.jibx.binding.classes.MethodBuilder
Append simple return.
appendReturn(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append typed return.
appendReturn(Type) - Method in class org.jibx.binding.classes.MethodBuilder
Append typed return.
appendStoreLocal(int) - Method in class org.jibx.binding.classes.MethodBuilder
Append instruction to store local variable.
appendSWAP() - Method in class org.jibx.binding.classes.MethodBuilder
Append a SWAP to the instruction list.
appendSWAP1For2() - Method in class org.jibx.binding.classes.MethodBuilder
Append instructions to exchange a single-word value on the top of the stack with the double-word value below it on the stack.
appendTargetACONST_NULL() - Method in class org.jibx.binding.classes.MethodBuilder
Append an ACONST_NULL to the instruction list as a branch target.
appendTargetCreateNew(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append instruction to create instance of class as a branch target.
appendTargetLoadConstant(int) - Method in class org.jibx.binding.classes.MethodBuilder
Append a load constant instruction as a branch target.
appendTargetLoadConstant(String) - Method in class org.jibx.binding.classes.MethodBuilder
Append a load constant instruction as a branch target.
appendTargetNOP() - Method in class org.jibx.binding.classes.MethodBuilder
Append a NOP to the instruction list as a branch target.
appendThrow() - Method in class org.jibx.binding.classes.MethodBuilder
Append exception throw.
appendUnconditionalBranch(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Append unconditional branch instruction to method.
applyKeyValueMap(Map, Object) - Static method in class org.jibx.util.ReflectionUtilities
Apply a key/value map to an object instance.
ArrayMap - Class in org.jibx.binding.util
Array with reverse mapping from values to indices.
ArrayMap() - Constructor for class org.jibx.binding.util.ArrayMap
Default constructor.
ArrayMap(int) - Constructor for class org.jibx.binding.util.ArrayMap
Constructor with initial capacity supplied.
asList() - Method in class org.jibx.util.InsertionOrderedSet
Get list of values in order added.
ATTRIBUTE_STYLE - Static variable in class org.jibx.binding.model.NestingAttributes
 
AttributeBase - Class in org.jibx.binding.model
Base class for all attribute group structures in binding definition model.
AttributeBase() - Constructor for class org.jibx.binding.model.AttributeBase
 
ATTRIBUTES_USAGE - Static variable in class org.jibx.binding.model.NamespaceElement
 

B

BASE_USER_NAMESPACE - Static variable in class org.jibx.binding.def.BindingDefinition
First namespace index available for user definitions.
BaseMappingWrapper - Class in org.jibx.binding.def
Component decorator for abstract base mapping from extension mapping.
BaseMappingWrapper(IComponent) - Constructor for class org.jibx.binding.def.BaseMappingWrapper
Constructor.
BINDING_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
BindingBuilder - Class in org.jibx.binding.def
Binding definition builder.
BindingBuilder() - Constructor for class org.jibx.binding.def.BindingBuilder
 
BindingDefinition - Class in org.jibx.binding.def
Binding definition.
BindingDefinition(String, boolean, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, int, int) - Constructor for class org.jibx.binding.def.BindingDefinition
Constructor.
BindingElement - Class in org.jibx.binding.model
Model component for binding element.
BindingElement() - Constructor for class org.jibx.binding.model.BindingElement
Default constructor.
BindingElement.UnmarshalWrapper - Class in org.jibx.binding.model
Inner class as wrapper for binding element on unmarshalling.
bindingFromFileName(String) - Static method in class org.jibx.binding.Utility
Get the default binding name from a supplied file name.
BindingGenerator - Class in org.jibx.binding
Binding generator.
BindingGenerator() - Constructor for class org.jibx.binding.BindingGenerator
Default constructor.
BindingGenerator(boolean, boolean, String) - Constructor for class org.jibx.binding.BindingGenerator
Constructor with settings specified.
BindingHolder - Class in org.jibx.binding.model
External data for a binding definition.
BindingHolder(String, boolean, BindingOrganizer) - Constructor for class org.jibx.binding.model.BindingHolder
Constructor.
BindingMethod - Class in org.jibx.binding.classes
Binding method information.
BindingMethod(ClassFile) - Constructor for class org.jibx.binding.classes.BindingMethod
Constructor.
BindingOrganizer - Class in org.jibx.binding.model
Organizer for a set of bindings under construction.
BindingOrganizer(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jibx.binding.model.BindingOrganizer
Constructor taking flags used with constructed bindings.
BindingUtils - Class in org.jibx.binding.model
Utility methods to support working with binding definitions.
BindingUtils() - Constructor for class org.jibx.binding.model.BindingUtils
 
BOTH_BINDING - Static variable in class org.jibx.binding.model.BindingElement
 
BoundClass - Class in org.jibx.binding.classes
Bound class handler.
BranchTarget - Class in org.jibx.binding.classes
Wrapper for branch target information.
BranchWrapper - Class in org.jibx.binding.classes
Wrapper for branch handle.
buildItem(ClassItem) - Method in class org.jibx.binding.model.ClassWrapper
Build an item wrapper.
buildIterator(Object[]) - Static method in class org.jibx.util.SparseArrayIterator
Build iterator.
buildNamespace(String, String) - Static method in class org.jibx.binding.def.NamespaceDefinition
Instance builder with supplied values.
buildRef(IContainer, IContextObj, String, PropertyDefinition) - Method in interface org.jibx.binding.def.IMapping
Build reference to mapping.
buildRef(IContainer, IContextObj, String, PropertyDefinition) - Method in class org.jibx.binding.def.MappingDefinition
 
buildRef(IContainer, IContextObj, String, PropertyDefinition) - Method in class org.jibx.binding.def.MappingDirect
 
buildRef(IContainer, IContextObj, String, PropertyDefinition) - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
buildRef(IContainer, IContextObj, String, PropertyDefinition) - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
buildURL(URL, String) - Static method in class org.jibx.util.ClasspathUrlExtender
Construct a URL which may represent a resource from the classpath.
BuiltinFormats - Class in org.jibx.binding.model
Built-in <format> definitions.
BuiltinFormats() - Constructor for class org.jibx.binding.model.BuiltinFormats
 

C

CDATA_STYLE - Static variable in class org.jibx.binding.model.ValueElement
 
ChainedMap - Class in org.jibx.util
Partial implementation of Map which provides a merged view of a defaults map with an overrides map.
ChainedMap(Map) - Constructor for class org.jibx.util.ChainedMap
Constructor.
checkCompatibleChildren(ValidationContext, IClass, ArrayList) - Method in class org.jibx.binding.model.ContainerElementBase
Check that child components are of types compatible with the container object type.
CHECKEXTENDS_FULLNAME - Static variable in class org.jibx.binding.def.MappingBase
 
CHECKEXTENDS_METHODNAME - Static variable in class org.jibx.binding.def.MappingBase
 
CHECKEXTENDS_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
childIterator() - Method in class org.jibx.binding.model.NestingElementBase
Get iterator for child elements.
children() - Method in class org.jibx.binding.model.NestingElementBase
Get list of child elements.
ClassCache - Class in org.jibx.binding.classes
Cache for class files being modified.
ClassCache.ClassCacheLocator - Class in org.jibx.binding.classes
Locator using the cache.
ClassCacheLocator() - Constructor for class org.jibx.binding.classes.ClassCache.ClassCacheLocator
 
ClassFile - Class in org.jibx.binding.classes
Class file information.
ClassFile(String, File, File) - Constructor for class org.jibx.binding.classes.ClassFile
Constructor for preexisting class file.
ClassFile(String, File, ClassFile, int, String[]) - Constructor for class org.jibx.binding.classes.ClassFile
Constructor for new class file.
ClassFile(String, String) - Constructor for class org.jibx.binding.classes.ClassFile
Constructor for synthetic placeholder classfile with no backing class data.
ClassHierarchyContext - Class in org.jibx.binding.model
Context for components using a hierarchy of definitions based on class type.
ClassHierarchyContext(ClassHierarchyContext) - Constructor for class org.jibx.binding.model.ClassHierarchyContext
Constructor.
classifyComponents(ValidationContext) - Method in class org.jibx.binding.model.ContainerElementBase
Classify child components as contributing attributes, content, or both.
classifyComponents(ValidationContext) - Method in class org.jibx.binding.model.StructureElement
Classify child components as contributing attributes, content, or both.
ClassItem - Class in org.jibx.binding.classes
Wrapper for field or method information.
ClassItem(String, ClassFile, FieldOrMethod) - Constructor for class org.jibx.binding.classes.ClassItem
Constructor.
ClassItemWrapper - Class in org.jibx.binding.model
Wrapper for class field or method item information.
ClassItemWrapper(IClass, ClassItem) - Constructor for class org.jibx.binding.model.ClassItemWrapper
Constructor.
CLASSPATH_PROTOCOL - Static variable in class org.jibx.util.ClasspathUrlExtender
Protocol name for classpath access.
ClasspathHandler(ClassLoader) - Constructor for class org.jibx.util.ClasspathUrlExtender.ClasspathHandler
Constructor.
ClasspathUrlExtender - Class in org.jibx.util
Support class for accessing resources using classpath URLs.
ClasspathUrlExtender() - Constructor for class org.jibx.util.ClasspathUrlExtender
 
ClasspathUrlExtender.ClasspathHandler - Class in org.jibx.util
Handler for opening a connection to a resource from the classpath.
ClassUtils - Class in org.jibx.binding.model
Utilities for working with class, field, or method information.
ClassUtils() - Constructor for class org.jibx.binding.model.ClassUtils
 
ClassWrapper - Class in org.jibx.binding.model
Wrapper for class information.
ClassWrapper(IClassLocator, ClassFile) - Constructor for class org.jibx.binding.model.ClassWrapper
Constructor.
clear() - Method in class org.jibx.binding.model.EmptyArrayList
 
clear() - Method in class org.jibx.binding.util.MultipleValueMap
Clear all entries.
clear() - Method in class org.jibx.binding.util.ObjectStack
Set the stack to the empty state.
clear() - Method in class org.jibx.util.ChainedMap
Clear all override key-value pairs.
clear() - Method in class org.jibx.util.InsertionOrderedMap
 
clear() - Method in class org.jibx.util.InsertionOrderedSet
 
clear() - Method in class org.jibx.util.ReferenceCountMap
Clear all keys and counts.
clear() - Method in class org.jibx.util.StringIntSizedMap
Set the table to the empty state.
clear() - Method in class org.jibx.util.StringSizedSet
Set the table to the empty state.
clear() - Method in class org.jibx.util.StringStack
Set the stack to the empty state.
clone() - Method in class org.jibx.binding.util.ObjectStack
Duplicates the object with the generic call.
clone() - Method in class org.jibx.util.ReferenceCountMap
Construct a copy of the table.
clone() - Method in class org.jibx.util.StringStack
Duplicates the object with the generic call.
codeComplete() - Method in class org.jibx.binding.classes.ClassFile
Finalize current modified state of class.
codeComplete(boolean) - Method in class org.jibx.binding.classes.MethodBuilder
Complete method construction.
COLLAPSE_WHITESPACE - Static variable in class org.jibx.binding.model.StringAttributes
 
COLLECTION_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
CollectionElement - Class in org.jibx.binding.model
Model component for collection element of binding definition.
CollectionElement() - Constructor for class org.jibx.binding.model.CollectionElement
Default constructor.
compact() - Method in class org.jibx.util.LazyList
Compact the list, removing any null values.
COMPARE_OBJECTS_METHOD - Static variable in class org.jibx.binding.def.StringConversion
 
COMPARE_OBJECTS_SIGNATURE - Static variable in class org.jibx.binding.def.StringConversion
 
compile(String[], String[]) - Method in class org.jibx.binding.Compile
Compile a set of bindings using supplied classpaths.
Compile - Class in org.jibx.binding
Binding compiler.
Compile() - Constructor for class org.jibx.binding.Compile
Default constructor.
Compile(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jibx.binding.Compile
Constructor with settings specified.
CompileTask - Class in org.jibx.binding.ant
Class alters user defined class files for JiBX functionality.
CompileTask() - Constructor for class org.jibx.binding.ant.CompileTask
 
componentDescription(Object) - Static method in class org.jibx.binding.model.ValidationProblem
Create description text for a component of a binding definition.
ComponentProperty - Class in org.jibx.binding.def
Property reference with binding defined by component.
ComponentProperty(PropertyDefinition, IComponent, boolean) - Constructor for class org.jibx.binding.def.ComponentProperty
Constructor.
computeHashCode() - Method in class org.jibx.binding.classes.ClassFile
Computes a hash code based on characteristics of the class.
computeMethodHash(Method) - Static method in class org.jibx.binding.classes.BindingMethod
Computes the hash code for a method.
configureFiles(String, String, List) - Method in class org.jibx.binding.model.BindingOrganizer
Configure the names to be used for writing bindings to files.
ContainerElementBase - Class in org.jibx.binding.model
Model component for elements that can contain detailed binding information in the form of nested child components.
ContainerElementBase(int) - Constructor for class org.jibx.binding.model.ContainerElementBase
Constructor.
contains(Object) - Method in class org.jibx.util.InsertionOrderedSet
 
contains(String) - Method in class org.jibx.util.StringSizedSet
Check if an entry is present in the table.
contains(String) - Method in class org.jibx.util.UniqueNameSet
Check if a name is already present in context.
containsAll(Collection) - Method in class org.jibx.util.InsertionOrderedSet
 
containsKey(Object) - Method in class org.jibx.binding.util.MultipleValueMap
Check key present in map.
containsKey(Object) - Method in class org.jibx.util.ChainedMap
Check if a key has a defined value.
containsKey(Object) - Method in class org.jibx.util.InsertionOrderedMap
 
containsKey(String) - Method in class org.jibx.util.StringIntSizedMap
Check if an entry is present in the table.
containsValue(Object) - Method in class org.jibx.util.ChainedMap
Check if a value is present.
containsValue(Object) - Method in class org.jibx.util.InsertionOrderedMap
 
ContextMethodBuilder - Class in org.jibx.binding.classes
Builder for binding methods with a context and, optionally, a current object.
ContextMethodBuilder(String, String, ClassFile, int, int, String, int, String) - Constructor for class org.jibx.binding.classes.ContextMethodBuilder
Constructor from signature.
ContextMethodBuilder(String, String, ClassFile, int, String, int, String) - Constructor for class org.jibx.binding.classes.ContextMethodBuilder
Constructor from signature for public, final method.
ContextMethodBuilder(String, Type, Type[], ClassFile, int, int, String, int, String) - Constructor for class org.jibx.binding.classes.ContextMethodBuilder
Constructor with types specified.
convertDefault(String) - Method in class org.jibx.binding.def.ObjectStringConversion
Convert text representation into default value object.
convertDefault(String) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Convert text representation into default value object.
convertDefault(String) - Method in class org.jibx.binding.def.StringConversion
Convert text representation into default value object.
createCallInit(String, String) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke initializer instruction from signature.
createCallInterface(String, String) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke interface method instruction from signature.
createCallInterface(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke instruction for interface method.
createCallStatic(String, String) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke static method instruction from signature.
createCallStatic(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke instruction for static method.
createCallVirtual(String, String) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke virtual method instruction from signature.
createCallVirtual(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create invoke instruction for virtual method.
createClasspath() - Method in class org.jibx.binding.ant.CompileTask
Creates the classpath for this task and returns it.
createGetField(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create getfield instruction.
createGetStatic(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create getstatic instruction.
createLoadConstant(int) - Method in class org.jibx.binding.classes.InstructionBuilder
Create load constant instruction.
createLoadConstant(Object) - Method in class org.jibx.binding.classes.InstructionBuilder
Create load constant instruction.
createLoadConstant(String) - Method in class org.jibx.binding.classes.InstructionBuilder
Create load constant instruction.
createLocal(String, Type) - Method in class org.jibx.binding.classes.MethodBuilder
Add local variable to method.
createPutField(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create putfield instruction.
createPutStatic(ClassItem) - Method in class org.jibx.binding.classes.InstructionBuilder
Create putstatic instruction.
CURRENT_VERSION_NAME - Static variable in class org.jibx.binding.def.BindingDefinition
Current distribution file name.

D

DEF_IDENT - Static variable in class org.jibx.binding.model.ValueElement
 
DEFAULT_FILL_FRACTION - Static variable in class org.jibx.util.StringIntSizedMap
Default fill fraction for sizing of tables.
DEFAULT_FILL_FRACTION - Static variable in class org.jibx.util.StringSizedSet
Default fill fraction for sizing of tables.
DEFAULT_NOT_FOUND - Static variable in class org.jibx.util.StringIntSizedMap
Default value returned when key not found in table.
DEFAULT_SIZE - Static variable in class org.jibx.binding.util.ObjectStack
Default initial array size.
DEFAULT_SIZE - Static variable in class org.jibx.util.StringStack
Default initial array size.
defineSlot(Object, Type) - Method in class org.jibx.binding.classes.ExceptionMethodBuilder
Define local variable slot for object.
DefinitionContext - Class in org.jibx.binding.def
Nesting level for definitions in binding.
DefinitionContext - Class in org.jibx.binding.model
Definition context information.
DefinitionContext(IContainer) - Constructor for class org.jibx.binding.def.DefinitionContext
Constructor.
DefinitionContext(DefinitionContext) - Constructor for class org.jibx.binding.model.DefinitionContext
Constructor.
delayedAddUnique(ClassFile) - Static method in class org.jibx.binding.classes.MungedClass
Add unique support class at end of binding process.
delete() - Method in class org.jibx.binding.classes.ClassFile
Delete class file information.
delete() - Method in class org.jibx.binding.classes.ExistingMethod
Delete method from class.
deleteField(String) - Method in class org.jibx.binding.classes.ClassFile
Delete field from class.
deleteMethod(String, String) - Method in class org.jibx.binding.classes.ClassFile
Delete method from class.
depluralize(String) - Static method in class org.jibx.util.NameUtilities
Convert potentially plural name to singular form.
derive(String, String, String, String, String) - Method in class org.jibx.binding.def.ObjectStringConversion
Derive from existing formatting information.
derive(String, String, String, String, String) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Derive from existing formatting information.
derive(String, String, String, String, String) - Method in class org.jibx.binding.def.StringConversion
Derive from existing formatting information.
deriveClassName(String, String) - Method in class org.jibx.binding.classes.BoundClass
Derive generated class name for bound class.
deriveClassName(String, String) - Method in class org.jibx.binding.classes.ClassFile
Derive generated class name.
DESERIALIZER_SIGNATURES - Static variable in class org.jibx.binding.def.StringConversion
 
DirectGeneric - Class in org.jibx.binding.def
Linkage to generic object with defined marshaller and/or unmarshaller.
DirectGeneric(IContainer, String) - Constructor for class org.jibx.binding.def.DirectGeneric
Constructor without implicit property.
DirectGeneric(IContainer, String, PropertyDefinition) - Constructor for class org.jibx.binding.def.DirectGeneric
Constructor with defined property.
DirectObject - Class in org.jibx.binding.def
Linkage to object with supplied marshaller and unmarshaller.
DirectObject(IContainer, DefinitionContext, ClassFile, boolean, ClassFile, ClassFile, String, NameDefinition, String) - Constructor for class org.jibx.binding.def.DirectObject
Constructor.
DirectProperty - Class in org.jibx.binding.def
Property reference with marshaller and unmarshaller.
DirectProperty(PropertyDefinition, DirectObject) - Constructor for class org.jibx.binding.def.DirectProperty
Constructor.
DummyClassLocator - Class in org.jibx.util
Dummy class locator, used when no class information is available.
DummyClassLocator() - Constructor for class org.jibx.util.DummyClassLocator
 

E

ELEMENT_NAMES - Static variable in class org.jibx.binding.model.ElementBase
 
ELEMENT_STYLE - Static variable in class org.jibx.binding.model.NestingAttributes
 
ElementBase - Class in org.jibx.binding.model
Base class for all element structures in binding definition model.
ElementBase(int) - Constructor for class org.jibx.binding.model.ElementBase
Constructor.
elementName(String) - Method in class org.jibx.binding.BindingGenerator
Generate structure element name from class name using set conversions.
ELEMENTS_USAGE - Static variable in class org.jibx.binding.model.NamespaceElement
 
ElementWrapper - Class in org.jibx.binding.def
Component decorator for element definition.
ElementWrapper(DefinitionContext, NameDefinition, IComponent, boolean) - Constructor for class org.jibx.binding.def.ElementWrapper
Constructor.
EMPTY_ARRAY - Static variable in class org.jibx.util.StringArray
Empty array of strings.
EMPTY_BYTES - Static variable in class org.jibx.binding.classes.ClassFile
 
EMPTY_CLASS_ITEMS - Static variable in class org.jibx.binding.classes.ClassFile
 
EMPTY_ITERATOR - Static variable in class org.jibx.util.LazyList
Singleton iterator for empty collection.
EMPTY_ITERATOR - Static variable in class org.jibx.util.SparseArrayIterator
Empty iterator.
EMPTY_LIST - Static variable in class org.jibx.util.LazyList
Unmodifiable empty list instance.
EMPTY_METHOD_ARRAY - Static variable in class org.jibx.binding.classes.ClassFile
 
EmptyArrayList - Class in org.jibx.binding.model
Unmodifiable empty array list.
ensureCapacity(int) - Method in class org.jibx.binding.model.EmptyArrayList
 
ensureCapacity(int) - Method in class org.jibx.binding.util.ObjectStack
Ensure that the array has the capacity for at least the specified number of values.
ensureCapacity(int) - Method in class org.jibx.util.StringStack
Ensure that the array has the capacity for at least the specified number of values.
enter() - Method in class org.jibx.binding.util.SparseStack
Enter a level of nesting.
entrySet() - Method in class org.jibx.util.ChainedMap
Get the set of entries.
entrySet() - Method in class org.jibx.util.InsertionOrderedMap
 
equalFieldOrMethods(FieldOrMethod, FieldOrMethod) - Static method in class org.jibx.binding.classes.ClassFile
Compare two field or method items to see if they're equal.
equalMethods(Method, Method) - Static method in class org.jibx.binding.classes.ClassFile
Compare two methods to see if they're equal.
equals(Object) - Method in class org.jibx.binding.classes.BindingMethod
Check if objects are equal.
equals(Object) - Method in class org.jibx.binding.classes.ClassFile
Check if objects are equal.
equals(Object) - Method in class org.jibx.binding.model.NameAttributes
 
ERROR_LEVEL - Static variable in class org.jibx.binding.model.ValidationProblem
 
EXCEPTION_CONSTRUCTOR_SIGNATURE1 - Static variable in class org.jibx.binding.classes.MethodBuilder
 
EXCEPTION_CONSTRUCTOR_SIGNATURE2 - Static variable in class org.jibx.binding.classes.MethodBuilder
 
ExceptionMethodBuilder - Class in org.jibx.binding.classes
Builder for simple methods that may just pass checked exceptions on to caller.
ExceptionMethodBuilder(String, String, ClassFile) - Constructor for class org.jibx.binding.classes.ExceptionMethodBuilder
Constructor from signature for public, final method.
ExceptionMethodBuilder(String, String, ClassFile, int) - Constructor for class org.jibx.binding.classes.ExceptionMethodBuilder
Constructor from signature.
ExceptionMethodBuilder(String, Type, Type[], ClassFile, int) - Constructor for class org.jibx.binding.classes.ExceptionMethodBuilder
Constructor with types specified.
execute() - Method in class org.jibx.binding.ant.CompileTask
Hook method called by Ant.
ExistingMethod - Class in org.jibx.binding.classes
Information for an existing binding method.
ExistingMethod(Method, ClassItem, ClassFile) - Constructor for class org.jibx.binding.classes.ExistingMethod
Constructor.
exit() - Method in class org.jibx.binding.util.SparseStack
Exit a level of nesting with changed item returned.
exit(BindingElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit binding element.
exit(CollectionElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit collection element.
exit(ContainerElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Exit any container element.
exit(ElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Exit any element.
exit(ElementBase) - Method in class org.jibx.binding.model.ValidationContext.ValidationVisitor
 
exit(IncludeElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit include element.
exit(InputElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit input element.
exit(MappingElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit mapping element in normal binding.
exit(MappingElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Exit any mapping element.
exit(NestingElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Exit any nesting element.
exit(OutputElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit output element.
exit(PrecompiledMappingElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit mapping element in precompiled binding.
exit(SplitElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit split element.
exit(StructureElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit structure element.
exit(StructureElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Exit any structure element.
exit(TemplateElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit template element.
exit(TemplateElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Exit any template element.
exit(ValueElement) - Method in class org.jibx.binding.model.ModelVisitor
Exit value element.
extract(Object) - Method in class org.jibx.binding.util.MultipleValueMap
Extract all values for key.

F

FATAL_LEVEL - Static variable in class org.jibx.binding.model.ValidationProblem
 
fileName(String) - Static method in class org.jibx.binding.Utility
Extract base file name from a full path.
find(Object) - Method in class org.jibx.binding.util.ArrayMap
Find existing object.
findClass(String) - Method in class org.jibx.binding.Loader
Find and load class by name.
findClassesUsed(String, ArrayList, HashSet, HashSet) - Static method in class org.jibx.binding.BindingGenerator
Get the set of data classes passed to or returned by a list of methods within a class.
findOrAdd(Object) - Method in class org.jibx.binding.util.ArrayMap
Add object.
findStaticMethod(String, String[]) - Static method in class org.jibx.binding.classes.ClassItem
Get static method by fully qualified name.
findStaticMethod(String, String[], ValidationContext) - Static method in class org.jibx.binding.model.ClassUtils
Get static method by fully qualified name.
findVirtualMethod(String, String[]) - Static method in class org.jibx.binding.classes.ClassItem
Get virtual method by fully qualified name.
findVirtualMethod(String, String[], ValidationContext) - Static method in class org.jibx.binding.model.ClassUtils
Get virtual method by fully qualified name.
finish() - Method in class org.jibx.util.HolderBase
Implementation method for subclasses to complete the construction of the file.
fixDispositions() - Static method in class org.jibx.binding.classes.MungedClass
Finalize class name assignments and dispositions.
fixNamespace(DefinitionContext) - Method in class org.jibx.binding.def.NameDefinition
Finds the index for the namespace used with a name.
forceBindingPrefix(String, BindingHolder) - Method in class org.jibx.binding.model.BindingOrganizer
Force specified prefix to be used for binding.
FORMAT_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
FormatElement - Class in org.jibx.binding.model
Model component for format element.
FormatElement() - Constructor for class org.jibx.binding.model.FormatElement
Constructor.
foundMatch(String, URL) - Method in interface org.jibx.util.ResourceMatcher.ReportMatch
Match found for pattern.
FRAMEWORK_EXCEPTION_CLASS - Static variable in class org.jibx.binding.classes.MethodBuilder
 
freeSlot(Object) - Method in class org.jibx.binding.classes.ExceptionMethodBuilder
Free local variable slot for object.

G

genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.BaseMappingWrapper
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ComponentProperty
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genAttributeMarshal(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate attribute marshalling code.
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.OptionalStructureWrapper
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.StructureReference
 
genAttributeMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.BaseMappingWrapper
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ComponentProperty
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate attribute unmarshalling code.
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genAttributeUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genAttrPresentTest(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate code to test for attribute present.
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genAttrPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.BaseMappingWrapper
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ComponentProperty
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genContentMarshal(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate element or text marshalling code.
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.OptionalStructureWrapper
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.StructureReference
 
genContentMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genContentPresentTest(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate code to test for content present.
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedBase
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genContentPresentTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.BaseMappingWrapper
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ComponentProperty
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genContentUnmarshal(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate element or text unmarshalling code.
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.MappingReference
Patch the generated code to remove the unmarshalled object when it's a "this" reference with both elements and attributes.
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genContentUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
generate(ArrayList, HashSet, HashMap, HashMap, HashMap, ArrayList) - Method in class org.jibx.binding.BindingGenerator
Generate a set of bindings using supplied classpaths and class names.
generate(BindingElement) - Method in class org.jibx.binding.SchemaGenerator
Process a binding definition for schema generation.
generateCode(boolean) - Method in class org.jibx.binding.def.BindingDefinition
Generate code.
generateCode(boolean) - Method in interface org.jibx.binding.def.IMapping
Generate required code for mapping.
generateCode(boolean) - Method in class org.jibx.binding.def.MappingDefinition
 
generateCode(boolean) - Method in class org.jibx.binding.def.MappingDirect
 
generateCode(boolean) - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
generateCode(boolean) - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
generateCode(boolean, boolean) - Method in class org.jibx.binding.def.BindingDefinition
Generate code.
generateCode(boolean, boolean) - Method in class org.jibx.binding.def.DefinitionContext
Generate code.
genExceptionHandler() - Method in class org.jibx.binding.classes.MarshalBuilder
Add exception handler code.
genExceptionHandler() - Method in class org.jibx.binding.classes.MarshalUnmarshalBuilder
Add exception handler code.
genExceptionHandler() - Method in class org.jibx.binding.classes.UnmarshalBuilder
Add exception handler code.
genFlag(MethodBuilder) - Method in class org.jibx.binding.def.PropertyDefinition
Generate code to call flag method with value on stack.
genFromText(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectStringConversion
Generate code to convert String representation.
genFromText(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Generate code to convert String representation.
genFromText(ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to convert String representation.
genIfPresentTest(UnmarshalBuilder) - Method in class org.jibx.binding.def.ValueChild
Generate test if present code.
genLoad(ContextMethodBuilder) - Method in class org.jibx.binding.def.PropertyDefinition
Generate code to load property value to stack.
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genLoadId(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate code to load ID value of instance to stack.
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genLoadId(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genLoadNamespaces(MethodBuilder) - Method in class org.jibx.binding.def.DefinitionContext
Generate code for loading namespace index and URI arrays.
genMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
Generate marshalling code for this mapping.
genMarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
Generate marshalling code for this mapping.
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.BaseMappingWrapper
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectProperty
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.ElementWrapper
 
genNewInstance(ContextMethodBuilder) - Method in interface org.jibx.binding.def.IComponent
Generate code to create new instance of object.
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedCollection
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.NestedStructure
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectBinding
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.PassThroughComponent
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrecompiledBinding
 
genNewInstance(ContextMethodBuilder) - Method in class org.jibx.binding.def.ValueChild
 
genParseOptional(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectStringConversion
Generate code to parse and convert optional attribute or element.
genParseOptional(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Generate code to parse and convert optional attribute or element.
genParseOptional(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to parse and convert optional attribute or element.
genParseRequired(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectStringConversion
Generate code to parse and convert required attribute or element.
genParseRequired(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Generate code to parse and convert required attribute or element.
genParseRequired(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to parse and convert required attribute or element.
genPopValues(int, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to pop values from stack.
genPushIndexPair(MethodBuilder) - Method in class org.jibx.binding.def.NameDefinition
Generate code to push namespace index followed by name.
genPushName(MethodBuilder) - Method in class org.jibx.binding.def.NameDefinition
Generate code to push name.
genPushUri(MethodBuilder) - Method in class org.jibx.binding.def.NameDefinition
Generate code to push namespace URI.
genPushUriPair(MethodBuilder) - Method in class org.jibx.binding.def.NameDefinition
Generate code to push namespace URI followed by name.
genStore(MethodBuilder) - Method in class org.jibx.binding.def.PropertyDefinition
Generate code to store property value from stack.
genTest(ContextMethodBuilder) - Method in class org.jibx.binding.def.PropertyDefinition
Generate code to test if property is present.
genTestPresent(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
Generate presence test code for this mapping.
genTestPresent(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
Generate presence test code for this mapping.
genToOptionalText(String, ContextMethodBuilder, int) - Method in class org.jibx.binding.def.ObjectStringConversion
Generate code to check if an optional value is not equal to the default.
genToOptionalText(String, ContextMethodBuilder, int) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Generate code to check if an optional value is not equal to the default.
genToOptionalText(String, ContextMethodBuilder, int) - Method in class org.jibx.binding.def.StringConversion
Generate code to check if an optional value is not equal to the default.
genToText(String, ContextMethodBuilder) - Method in class org.jibx.binding.def.ObjectStringConversion
Shared code generation for converting instance of type to String.
genToText(String, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to convert value to a String.
genUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectGeneric
Generate unmarshalling code for this mapping.
genUnmarshal(ContextMethodBuilder) - Method in class org.jibx.binding.def.DirectObject
Generate unmarshalling code for this mapping.
genWriteOptional(boolean, String, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to convert and write optional value to generated document.
genWriteRequired(boolean, String, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to convert and write required value to generated document.
genWriteText(boolean, ContextMethodBuilder) - Method in class org.jibx.binding.def.StringConversion
Generate code to write String value to generated document.
get(int) - Method in class org.jibx.binding.util.ArrayMap
Get value for index.
get(int) - Method in class org.jibx.util.LazyList
 
get(int) - Method in class org.jibx.util.StringArray
Get string at a particular index in the list.
get(Object) - Method in class org.jibx.binding.util.MultipleValueMap
Get all values for key.
get(Object) - Method in class org.jibx.util.ChainedMap
Get value for key.
get(Object) - Method in class org.jibx.util.InsertionOrderedMap
 
get(Object, int) - Method in class org.jibx.binding.util.MultipleValueMap
Get indexed value for key.
get(String) - Method in class org.jibx.util.StringIntSizedMap
Find an entry in the table.
getAccessFlags() - Method in class org.jibx.binding.classes.BindingMethod
Get access flags.
getAccessFlags() - Method in class org.jibx.binding.classes.ClassItem
Get access flags.
getAccessFlags() - Method in class org.jibx.binding.classes.ExistingMethod
Get access flags.
getAccessFlags() - Method in class org.jibx.binding.classes.MethodBuilder
Get access flags.
getAccessFlags() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getAccessFlags() - Method in interface org.jibx.util.IClassItem
Get access flags.
getAccessibleField(String) - Method in class org.jibx.binding.classes.ClassFile
Get internal information for field.
getAccessibleMethod(String, String) - Method in class org.jibx.binding.classes.ClassFile
Get internal information for method without respect to potential trailing arguments or return value.
getAddMethodItem() - Method in class org.jibx.binding.model.CollectionElement
Get add method information.
getAddMethodName() - Method in class org.jibx.binding.model.CollectionElement
Get add method name.
getArgumentCount() - Method in class org.jibx.binding.classes.ClassItem
Get number of arguments for method.
getArgumentCount() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getArgumentCount() - Method in interface org.jibx.util.IClassItem
Get number of arguments for method.
getArgumentType(int) - Method in class org.jibx.binding.classes.ClassItem
Get argument type as fully qualified class name.
getArgumentType(int) - Method in class org.jibx.binding.model.ClassItemWrapper
 
getArgumentType(int) - Method in interface org.jibx.util.IClassItem
Get argument type as fully qualified class name.
getArgumentTypes() - Method in class org.jibx.binding.classes.ClassItem
Get argument types as array of fully qualified class names.
getAttributeComponents() - Method in class org.jibx.binding.model.ContainerElementBase
Get list of child components contributing attribute items to this container element.
getAttributeMarshalMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which marshals attributes from an instance.
getAttributeMarshalMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getAttributeMarshalMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getAttributeNamespace(NameAttributes) - Method in class org.jibx.binding.model.DefinitionContext
Get namespace definition for attribute name.
getAttributePresentTestMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which checks attributes to determine if an instance is present.
getAttributePresentTestMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getAttributePresentTestMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getAttributes() - Method in class org.jibx.binding.def.NestedBase
Get the attribute children of this mapping.
getAttributeUnmarshalMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which unmarshals attributes into an instance.
getAttributeUnmarshalMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getAttributeUnmarshalMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getBaseFormat() - Method in class org.jibx.binding.model.FormatElement
Get base format information.
getBaseFormat() - Method in class org.jibx.binding.model.StringAttributes
Get base format information.
getBaseName() - Method in class org.jibx.binding.model.TemplateElement
Get base type name.
getBaseNamespace() - Method in class org.jibx.binding.model.TemplateElement
Get effective namespace information for base type.
getBasePrefix() - Method in class org.jibx.binding.model.TemplateElement
Get namespace URI specified for base type.
getBaseUri() - Method in class org.jibx.binding.model.TemplateElement
Get namespace URI specified for base type.
getBaseUrl() - Method in class org.jibx.binding.model.BindingElement
Get base URL for relative include paths.
getBestFormat(IClass) - Method in class org.jibx.binding.model.DefinitionContext
Get best format definition for class.
getBestMethod(String, String, String[]) - Method in class org.jibx.binding.classes.ClassFile
Get information for best matching method.
getBestMethod(String, String, String[]) - Method in class org.jibx.binding.model.ClassWrapper
 
getBestMethod(String, String, String[]) - Method in interface org.jibx.util.IClass
Get information for best matching method.
getBinding() - Method in interface org.jibx.binding.def.IMapping
Get the actual binding for a mapping.
getBinding() - Method in class org.jibx.binding.def.MappingDefinition
 
getBinding() - Method in class org.jibx.binding.def.MappingDirect
 
getBinding() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getBinding() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getBinding() - Method in class org.jibx.binding.model.BindingHolder
Get the binding element.
getBinding() - Method in class org.jibx.binding.model.IncludeElement
Get the included binding model.
getBinding(int) - Static method in class org.jibx.binding.def.BindingDefinition
Get indexed binding.
getBinding(Object) - Method in class org.jibx.binding.model.BindingOrganizer
Get the binding associated with a particular control object and namespace, if defined.
getBindingMethods(String, String[]) - Method in class org.jibx.binding.classes.ClassFile
Get all binding methods currently defined in class.
getBindingRoot() - Method in class org.jibx.binding.def.BindingDefinition
 
getBindingRoot() - Method in interface org.jibx.binding.def.IContainer
Get root of binding definition.
getBindingRoot() - Method in class org.jibx.binding.def.NestedBase
 
getBindingRoot() - Method in class org.jibx.binding.model.TreeContext
Get root element of binding.
getBoundClass() - Method in class org.jibx.binding.def.BindingDefinition
Get class linked to binding element.
getBoundClass() - Method in interface org.jibx.binding.def.IContextObj
Get class linked to binding element.
getBoundClass() - Method in class org.jibx.binding.def.MappingBase
Get the mapped class information.
getBoundClass() - Method in class org.jibx.binding.def.MappingDefinition
Get the mapped class information.
getBoundClass() - Method in class org.jibx.binding.def.MappingDirect
Get the mapped class information.
getBoundClass() - Method in class org.jibx.binding.def.ObjectBinding
 
getBoundType() - Method in interface org.jibx.binding.def.IMapping
Get class name handled by mapping.
getBoundType() - Method in class org.jibx.binding.def.MappingDefinition
 
getBoundType() - Method in class org.jibx.binding.def.MappingDirect
 
getBoundType() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getBoundType() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getChildContext() - Method in class org.jibx.binding.model.TreeContext
Get a secondary context for the same tree as this instance.
getChildObjectType() - Method in class org.jibx.binding.model.CollectionElement
 
getChildObjectType() - Method in class org.jibx.binding.model.ContainerElementBase
Get class passed to child components.
getClassFile() - Method in class org.jibx.binding.classes.BindingMethod
Get class file containing method.
getClassFile() - Method in class org.jibx.binding.classes.BoundClass
Get bound class file information.
getClassFile() - Method in class org.jibx.binding.classes.ClassItem
Get owning class information.
getClassFile() - Method in class org.jibx.binding.model.ClassWrapper
 
getClassFile() - Method in interface org.jibx.util.IClass
Get class file information.
getClassFile(String) - Static method in class org.jibx.binding.classes.ClassCache
Get class information.
getClassFile(String) - Static method in class org.jibx.binding.classes.ClassFile
Constructor for preexisting class file from classpath.
getClassInfo(String) - Method in class org.jibx.binding.classes.ClassCache.ClassCacheLocator
 
getClassInfo(String) - Method in class org.jibx.binding.model.TreeContext
Get class information.
getClassInfo(String) - Method in class org.jibx.binding.model.ValidationContext
Get class information.
getClassInfo(String) - Method in class org.jibx.util.DummyClassLocator
Get class information.
getClassInfo(String) - Method in interface org.jibx.util.IClassLocator
Get class information.
getClassItem() - Method in class org.jibx.binding.model.ClassItemWrapper
Get class item information.
getClassLoader() - Static method in class org.jibx.binding.classes.ClassFile
Get the classloader used for classes referenced in the binding.
getClassMapping(String) - Method in class org.jibx.binding.def.DefinitionContext
Get mapping definition for class.
getClassName() - Method in class org.jibx.binding.classes.BoundClass
Get bound class file name.
getClassName() - Method in class org.jibx.binding.model.TemplateElementBase
Get mapped class name.
getClasspath() - Method in class org.jibx.binding.ant.CompileTask
Returns the current classpath.
getClassPaths() - Static method in class org.jibx.binding.Loader
Method builds an array of URL for items in the class path.
getClassPaths() - Static method in class org.jibx.binding.Utility
Method builds a string array of items in the class path.
getComment() - Method in class org.jibx.binding.model.ElementBase
Get element comment.
getCompleteMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which handles unmarshalling completion.
getCompleteMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getCompleteMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getComponent() - Method in class org.jibx.binding.model.ValidationProblem
Get the main binding definition item for the problem.
getConstantPoolGen() - Method in class org.jibx.binding.classes.InstructionBuilder
Get constant pool generator.
getConstantValue() - Method in class org.jibx.binding.model.ValueElement
Get constant value.
getConstPoolGen() - Method in class org.jibx.binding.classes.ClassFile
Get constant pool generator for modifying class.
getContaining() - Method in class org.jibx.binding.model.ClassHierarchyContext
Get containing context.
getContaining() - Method in class org.jibx.binding.model.DefinitionContext
Get containing context.
getContainingBinding() - Method in class org.jibx.binding.model.BindingElement.UnmarshalWrapper
 
getContainingClass() - Method in class org.jibx.binding.model.ClassItemWrapper
Get containing class information.
getContentComponents() - Method in class org.jibx.binding.model.ContainerElementBase
Get list of child components contributing content items to this container element.
getContentMarshalMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which marshals child elements and character data content from an instance.
getContentMarshalMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getContentMarshalMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getContentPresentTestMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which checks child elements to determine if an instance is present.
getContentPresentTestMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getContentPresentTestMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getContents() - Method in class org.jibx.binding.def.NestedBase
Get the content children of this mapping.
getContentUnmarshalMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which unmarshals child elements and character data content into an instance.
getContentUnmarshalMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getContentUnmarshalMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getContextObject() - Method in class org.jibx.binding.model.TreeContext
Get parent container with linked object.
getConversion(ClassFile) - Method in class org.jibx.binding.def.DefinitionContext
Get conversion definition for class.
getCount(Object) - Method in class org.jibx.binding.util.MultipleValueMap
Get number of values present for key.
getCount(Object) - Method in class org.jibx.util.ReferenceCountMap
Find an entry in the table.
getCreateClass() - Method in class org.jibx.binding.model.ContainerElementBase
Get new instance creation class information.
getCreateClass() - Method in class org.jibx.binding.model.ObjectAttributes
Get new instance creation class information.
getCreateMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which creates an instance of the bound class if one does not already exist.
getCreateMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getCreateMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getCreateType() - Method in class org.jibx.binding.model.ContainerElementBase
Get type to be used for creating new instance.
getCreateType() - Method in class org.jibx.binding.model.ObjectAttributes
Get type to be used for creating new instance.
getCurrent() - Method in class org.jibx.binding.util.SparseStack
Get current object.
getCurrentDefinitions() - Method in class org.jibx.binding.model.TreeContext
Get definition context for innermost nesting element.
getDeclaredType() - Method in class org.jibx.binding.model.PropertyAttributes
Get declared type name.
getDeclaredType() - Method in class org.jibx.binding.model.StructureElementBase
Get declared type name.
getDeclaredType() - Method in class org.jibx.binding.model.ValueElement
Get declared type name.
getDefault() - Method in class org.jibx.binding.model.FormatElement
Get default value.
getDefault() - Method in class org.jibx.binding.model.StringAttributes
Get default value.
getDefault() - Method in class org.jibx.binding.model.ValueElement
Get default value.
getDefaultIndex(boolean) - Method in class org.jibx.binding.def.DefinitionContext
Get the default namespace index for a contained name.
getDefaultName() - Method in class org.jibx.binding.model.NamespaceElement
Get namespace default type name.
getDefaultName() - Method in class org.jibx.binding.model.StringAttributes
Get whitespace handling type name.
getDefaultPackage() - Method in class org.jibx.binding.def.BindingDefinition
Get default package used for code generation.
getDefaultRoot() - Method in class org.jibx.binding.def.BindingDefinition
Get root directory for default code generation package.
getDefaultStyle() - Method in class org.jibx.binding.model.BindingElement
Get default style value for child components.
getDefaultStyle() - Method in class org.jibx.binding.model.NestingElementBase
Get default style value for child components.
getDefaultText() - Method in class org.jibx.binding.model.FormatElement
Get default value text.
getDefaultText() - Method in class org.jibx.binding.model.StringAttributes
Get default value text.
getDefaultText() - Method in class org.jibx.binding.model.ValueElement
Get default value text.
getDefaultURI(boolean) - Method in class org.jibx.binding.def.DefinitionContext
Get the default namespace URI for a contained name.
getDefinedField(String) - Method in class org.jibx.binding.classes.ClassFile
Get internal information for field.
getDefinitionContext() - Method in class org.jibx.binding.def.BindingDefinition
 
getDefinitionContext() - Method in interface org.jibx.binding.def.IContainer
Get definition context for binding element.
getDefinitionContext() - Method in class org.jibx.binding.def.NestedBase
 
getDefinitions() - Method in class org.jibx.binding.model.NestingElementBase
Get definition context.
getDefinitions() - Method in class org.jibx.binding.model.TreeContext
Get innermost containing definition context.
getDefinitions() - Method in class org.jibx.binding.SchemaGenerator
Get innermost containing definition context.
getDefinitions(BindingElement, Map, Map, Map) - Static method in class org.jibx.binding.model.BindingUtils
Find all mapping definitions representing the equivalent of schema type and element definitions.
getDescription() - Method in class org.jibx.binding.model.ValidationProblem
Get problem description.
getDeserializer() - Method in class org.jibx.binding.model.FormatElement
Get deserializer method information.
getDeserializer() - Method in class org.jibx.binding.model.StringAttributes
Get deserializer method information.
getDeserializer() - Method in class org.jibx.binding.model.ValueElement
Get deserializer method information.
getDeserializerName() - Method in class org.jibx.binding.model.FormatElement
Get deserializer name.
getDeserializerName() - Method in class org.jibx.binding.model.StringAttributes
Get deserializer name.
getDeserializerName() - Method in class org.jibx.binding.model.ValueElement
Get deserializer name.
getDirectField(String) - Method in class org.jibx.binding.classes.ClassFile
Get information for field.
getDirectField(String) - Method in class org.jibx.binding.model.ClassWrapper
 
getDirectField(String) - Method in interface org.jibx.util.IClass
Get information for field.
getDirectMungedFile() - Method in class org.jibx.binding.classes.BoundClass
Get direct munged class file information, if available.
getEffectiveMapping() - Method in class org.jibx.binding.model.StructureElement
Get actual type mapping.
getEffectiveStyleName() - Method in class org.jibx.binding.model.ValueElement
Get name for style that applies to this value.
getElementDefaultNamespace() - Method in class org.jibx.binding.model.BindingHolder
Get default namespace URI for elements defined in this binding.
getElementDefaultNamespace() - Method in class org.jibx.binding.model.DefinitionContext
Get the default namespace applied to element definitions.
getElementNamespace(NameAttributes, ValidationContext) - Method in class org.jibx.binding.model.DefinitionContext
Get namespace definition for element name.
getEnumValue() - Method in class org.jibx.binding.model.FormatElement
Get enum value method information.
getEnumValue() - Method in class org.jibx.binding.model.StringAttributes
Get enum value method information.
getEnumValue() - Method in class org.jibx.binding.model.ValueElement
Get enum value method information.
getEnumValueName() - Method in class org.jibx.binding.model.FormatElement
Get enum value method name.
getEnumValueName() - Method in class org.jibx.binding.model.StringAttributes
Get enum value method name.
getEnumValueName() - Method in class org.jibx.binding.model.ValueElement
Get enum value method name.
getErrorCount() - Method in class org.jibx.binding.model.ValidationContext
Get number of error problems reported.
getExceptionJavaDoc(int) - Method in class org.jibx.binding.model.ClassItemWrapper
 
getExceptionJavaDoc(int) - Method in interface org.jibx.util.IClassItem
Get method throws JavaDoc description, if available.
getExceptions() - Method in class org.jibx.binding.classes.ClassItem
Get names of exceptions thrown by method.
getExceptions() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getExceptions() - Method in interface org.jibx.util.IClassItem
Get names of exceptions thrown by method.
getExistingIncludeBinding(URL) - Method in class org.jibx.binding.model.BindingElement
Get existing included binding.
getExtendsMapping() - Method in class org.jibx.binding.model.MappingElement
Get mapping extended by this one.
getExtendsMapping() - Method in class org.jibx.binding.model.TemplateElement
Get template extended by this one.
getExtendsName() - Method in class org.jibx.binding.model.MappingElementBase
Get name of mapped class extended by this one.
getExtensionTypes() - Method in class org.jibx.binding.model.TemplateElementBase
Get templates or mappings which derive from this one.
getFactory() - Method in class org.jibx.binding.model.ContainerElementBase
Get factory method information.
getFactory() - Method in class org.jibx.binding.model.ObjectAttributes
Get factory method information.
getFactoryName() - Method in class org.jibx.binding.def.BindingDefinition
Get the fully-qualified name of the binding factory class for this binding.
getFactoryName() - Method in class org.jibx.binding.model.ContainerElementBase
Get factory method name.
getFactoryName() - Method in class org.jibx.binding.model.ObjectAttributes
Get factory method name.
getFatalCount() - Method in class org.jibx.binding.model.ValidationContext
Get number of fatal problems reported.
getField() - Method in class org.jibx.binding.model.PropertyAttributes
Get field information.
getField() - Method in class org.jibx.binding.model.StructureElementBase
Get field information.
getField() - Method in class org.jibx.binding.model.ValueElement
Get field information.
getField(String) - Method in class org.jibx.binding.classes.ClassFile
Get information for field.
getField(String) - Method in class org.jibx.binding.model.ClassWrapper
 
getField(String) - Method in interface org.jibx.util.IClass
Get information for field.
getFieldItems() - Method in class org.jibx.binding.classes.ClassFile
Get array of fields defined by class.
getFieldName() - Method in class org.jibx.binding.model.PropertyAttributes
Get field name.
getFieldName() - Method in class org.jibx.binding.model.StructureElementBase
Get field name.
getFieldName() - Method in class org.jibx.binding.model.ValueElement
Get field name.
getFields() - Method in class org.jibx.binding.model.ClassWrapper
 
getFields() - Method in interface org.jibx.util.IClass
Get all fields of class.
getFile() - Method in class org.jibx.binding.classes.ClassFile
Get actual file for class.
getFileName() - Method in class org.jibx.binding.model.BindingHolder
Get the file name to be used for this file.
getFileName() - Method in class org.jibx.util.HolderBase
Get the file name to be used for this file.
getFirstInstruction() - Method in class org.jibx.binding.classes.MethodBuilder
Get first instruction in method.
getFlag() - Method in class org.jibx.binding.model.PropertyAttributes
Get flag method information.
getFlag() - Method in class org.jibx.binding.model.StructureElementBase
Get flag method information.
getFlagName() - Method in class org.jibx.binding.model.PropertyAttributes
Get flag method name.
getFormatDefinitions() - Method in class org.jibx.binding.model.TreeContext
Get definition context for innermost nesting element for use by a format (or namespace).
getFormatName() - Method in class org.jibx.binding.model.StringAttributes
Get base format name.
getFormatName() - Method in class org.jibx.binding.model.ValueElement
Get base format name.
getFormatQName() - Method in class org.jibx.binding.model.StringAttributes
Get format qualified name.
getFormatQName() - Method in class org.jibx.binding.model.ValueElement
Get format qualified name.
getFullName() - Method in class org.jibx.binding.classes.ClassItem
Get fully-qualified class and method name.
getFullName() - Method in class org.jibx.binding.classes.ContextMethodBuilder
Construct fully-qualified class and method name for method under construction.
getGenericsSignature() - Method in class org.jibx.binding.classes.ClassItem
Get the generics signature information for item.
getGenericsSignature() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getGenericsSignature() - Method in interface org.jibx.util.IClassItem
Get the generics signature information for item.
getGet() - Method in class org.jibx.binding.model.PropertyAttributes
Get get method information.
getGet() - Method in class org.jibx.binding.model.StructureElementBase
Get get method information.
getGet() - Method in class org.jibx.binding.model.ValueElement
Get get method information.
getGetName() - Method in class org.jibx.binding.model.PropertyAttributes
Get get method name.
getGetName() - Method in class org.jibx.binding.model.StructureElementBase
Get get method name.
getGetName() - Method in class org.jibx.binding.model.ValueElement
Get get method name.
getGetType() - Method in class org.jibx.binding.model.PropertyAttributes
Get type for value loaded to stack.
getGetType() - Method in class org.jibx.binding.model.StructureElementBase
Get type for value loaded to stack.
getGetType() - Method in class org.jibx.binding.model.ValueElement
Get type for value loaded to stack.
getGetValueType() - Method in class org.jibx.binding.def.PropertyDefinition
Get value type as fully qualified name for loaded property value.
getHandledClass() - Method in class org.jibx.binding.model.TemplateElementBase
Get handled class information.
getId() - Method in class org.jibx.binding.model.ContainerElementBase
Get ID property child.
getIdClassIndex(String) - Method in class org.jibx.binding.def.BindingDefinition
Get index for ID'ed class from binding.
getIdent() - Method in class org.jibx.binding.model.ValueElement
Get identity value.
getIdentName() - Method in class org.jibx.binding.model.ValueElement
Get identity string value.
getImplComponent() - Method in interface org.jibx.binding.def.IMapping
Get binding component implementing mapping.
getImplComponent() - Method in class org.jibx.binding.def.MappingDefinition
 
getImplComponent() - Method in class org.jibx.binding.def.MappingDirect
 
getImplComponent() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getImplComponent() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getIncludeBinding(URL, BindingElement, ValidationContext) - Method in class org.jibx.binding.model.BindingElement
Get included binding.
getIncludePath() - Method in class org.jibx.binding.model.IncludeElement
Get path to included binding.
getIndex() - Method in class org.jibx.binding.def.BindingDefinition
Get index number of binding.
getIndex() - Method in class org.jibx.binding.def.NamespaceDefinition
Get namespace index.
GETINDEX_METHODNAME - Static variable in class org.jibx.binding.def.MappingBase
 
GETINDEX_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
getInitializerMethod(String) - Method in class org.jibx.binding.classes.ClassFile
Get information for initializer.
getInitializerMethod(String) - Method in class org.jibx.binding.model.ClassWrapper
 
getInitializerMethod(String) - Method in interface org.jibx.util.IClass
Get information for initializer.
getInputSide() - Method in class org.jibx.binding.model.SplitElement
Get input side of binding.
getInstance(String, BoundClass) - Static method in class org.jibx.binding.classes.BoundClass
Get binding information for class.
getInstance(ClassFile, BoundClass) - Static method in class org.jibx.binding.classes.BoundClass
Get binding information for class.
getInstanceSigs() - Method in class org.jibx.binding.classes.ClassFile
Get signatures for all types of which instances of this type are instances.
getInstanceSigs() - Method in class org.jibx.binding.model.ClassWrapper
 
getInstanceSigs() - Method in interface org.jibx.util.IClass
Get signatures for all types of which instances of this type are instances.
getInstructionBuilder() - Method in class org.jibx.binding.classes.ClassFile
Get instruction builder for modifying class.
getInteger(int) - Static method in class org.jibx.binding.util.IntegerCache
Get Integer for value.
getInterfaces() - Method in class org.jibx.binding.classes.ClassFile
Get names of all interfaces implemented by class.
getInterfaces() - Method in class org.jibx.binding.model.ClassWrapper
 
getInterfaces() - Method in interface org.jibx.util.IClass
Get names of all interfaces implemented directly by class.
getItem() - Method in class org.jibx.binding.classes.BindingMethod
Get the method item.
getItem() - Method in class org.jibx.binding.classes.ExistingMethod
Get the method item.
getItem() - Method in class org.jibx.binding.classes.MethodBuilder
Get the method item.
getItemType() - Method in class org.jibx.binding.def.NestedCollection
Get the collection item type.
getItemTypeClass() - Method in class org.jibx.binding.model.CollectionElement
Get item type information.
getItemTypeName() - Method in class org.jibx.binding.model.CollectionElement
Get item type name.
getIterMethodItem() - Method in class org.jibx.binding.model.CollectionElement
Get iterator method information.
getIterMethodName() - Method in class org.jibx.binding.model.CollectionElement
Get iterator method name.
getJavaDoc() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getJavaDoc() - Method in class org.jibx.binding.model.ClassWrapper
 
getJavaDoc() - Method in interface org.jibx.util.IClass
Get the JavaDoc comment for this class.
getJavaDoc() - Method in interface org.jibx.util.IClassItem
Get item JavaDoc description, if available.
getKeys() - Method in class org.jibx.binding.model.BindingOrganizer
Get the list of binding key objects.
getKeyValue(Object) - Method in class org.jibx.binding.classes.MethodBuilder
Get local variable for object.
getLabel() - Method in class org.jibx.binding.model.ContainerElementBase
Get label for this definition.
getLabel() - Method in class org.jibx.binding.model.FormatElement
Get format label.
getLabel() - Method in class org.jibx.binding.model.TemplateElement
Get template label.
getLabelName() - Method in class org.jibx.binding.model.StructureAttributes
Get label name for child component list.
getLastInstruction() - Method in class org.jibx.binding.classes.MethodBuilder
Get last instruction in method.
getLoadMethod(ClassItem, ClassFile) - Method in class org.jibx.binding.classes.BoundClass
Get load access method for member of this class.
getLoadMethodItem() - Method in class org.jibx.binding.model.CollectionElement
Get load method information.
getLoadMethodName() - Method in class org.jibx.binding.model.CollectionElement
Get load method name.
getLocator() - Method in class org.jibx.binding.model.ClassWrapper
 
getLocator() - Method in interface org.jibx.util.IClass
Get the locator which provided this class.
getMajorVersion() - Method in class org.jibx.binding.model.BindingElement
Get major version number.
getMapAsName() - Method in class org.jibx.binding.model.StructureElement
Get name of mapping type.
getMapAsQName() - Method in class org.jibx.binding.model.StructureElement
Get qualified name of mapping type.
getMapping() - Method in class org.jibx.binding.def.MappingReference
 
getMappingAtLevel(String) - Method in class org.jibx.binding.def.DefinitionContext
Get mapping definition for class if defined at this level.
getMappingCount() - Method in class org.jibx.binding.model.BindingHolder
Get the number of mapping definitions present in this binding.
getMappingName() - Method in interface org.jibx.binding.def.IMapping
Get the mapping name used in binding tables.
getMappingName() - Method in class org.jibx.binding.def.MappingBase
 
getMappingName() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getMappingName() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getMappings() - Method in class org.jibx.binding.def.DefinitionContext
Get mapping definitions at level.
getMarshaller() - Method in class org.jibx.binding.def.DirectObject
Get marshaller class used for mapping.
getMarshaller() - Method in interface org.jibx.binding.def.IMapping
Get marshaller class used for mapping.
getMarshaller() - Method in class org.jibx.binding.def.MappingDefinition
 
getMarshaller() - Method in class org.jibx.binding.def.MappingDirect
 
getMarshaller() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getMarshaller() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getMarshaller() - Method in class org.jibx.binding.model.ContainerElementBase
Get marshaller class information.
getMarshaller() - Method in class org.jibx.binding.model.ObjectAttributes
Get marshaller class information.
GETMARSHALLER_METHOD - Static variable in class org.jibx.binding.def.MappingBase
 
GETMARSHALLER_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
getMarshallerName() - Method in class org.jibx.binding.model.ContainerElementBase
Get marshaller class name.
getMarshallerName() - Method in class org.jibx.binding.model.ObjectAttributes
Get marshaller class name.
getMarshallerUnmarshallerName(String) - Method in class org.jibx.binding.def.BindingDefinition
Get marshaller/unmarshaller name in binding.
getMethod() - Method in class org.jibx.binding.classes.BindingMethod
Get the actual method.
getMethod() - Method in class org.jibx.binding.classes.ExistingMethod
Get the actual method.
getMethod() - Method in class org.jibx.binding.classes.MethodBuilder
Get the actual method.
getMethod(String, String) - Method in class org.jibx.binding.classes.ClassFile
Get information for method without respect to potential trailing arguments or return value.
getMethod(String, String) - Method in class org.jibx.binding.model.ClassWrapper
 
getMethod(String, String) - Method in interface org.jibx.util.IClass
Get information for method without respect to potential trailing arguments or return value.
getMethod(String, String[]) - Method in class org.jibx.binding.classes.ClassFile
Get information for method matching one of several possible signatures.
getMethod(String, String[]) - Method in class org.jibx.binding.model.ClassWrapper
 
getMethod(String, String[]) - Method in interface org.jibx.util.IClass
Get information for method matching one of several possible signatures.
getMethodItems() - Method in class org.jibx.binding.classes.ClassFile
Get array of methods defined by class.
getMethods() - Method in class org.jibx.binding.model.ClassWrapper
 
getMethods() - Method in interface org.jibx.util.IClass
Get all methods of class.
getMinorVersion() - Method in class org.jibx.binding.model.BindingElement
Get minor version number.
getModCount() - Method in class org.jibx.util.LazyList
Get modify counter.
getModifiablePath() - Static method in class org.jibx.binding.classes.ClassCache
Return the first modifiable directory path from the classpath in use.
getMostSpecificComponent(IClass) - Method in class org.jibx.binding.model.ClassHierarchyContext
Get best binding component for class.
getMungedFile() - Method in class org.jibx.binding.classes.BoundClass
Get munged class file information.
getName() - Method in class org.jibx.binding.classes.BindingMethod
Get name of method.
getName() - Method in class org.jibx.binding.classes.ClassFile
Get fully qualified class name.
getName() - Method in class org.jibx.binding.classes.ClassItem
Get item name.
getName() - Method in class org.jibx.binding.classes.ExistingMethod
Get name of method.
getName() - Method in class org.jibx.binding.classes.MethodBuilder
Get name of method being constructed.
getName() - Method in interface org.jibx.binding.def.IMapping
Get mapped element name.
getName() - Method in class org.jibx.binding.def.MappingDefinition
 
getName() - Method in class org.jibx.binding.def.MappingDirect
 
getName() - Method in class org.jibx.binding.def.NameDefinition
Get the local name.
getName() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getName() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getName() - Method in class org.jibx.binding.def.PropertyDefinition
Get property name.
getName() - Method in class org.jibx.binding.model.BindingElement
Get binding name.
getName() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getName() - Method in class org.jibx.binding.model.ClassWrapper
 
getName() - Method in interface org.jibx.binding.model.IComponent
Get name.
getName() - Method in class org.jibx.binding.model.MappingElementBase
Get name.
getName() - Method in class org.jibx.binding.model.NameAttributes
Get name.
getName() - Method in class org.jibx.binding.model.StructureElement
 
getName() - Method in class org.jibx.binding.model.StructureElementBase
Get name.
getName() - Method in class org.jibx.binding.model.ValueElement
Get name.
getName() - Method in interface org.jibx.util.IClass
Get fully qualified class name.
getName() - Method in interface org.jibx.util.IClassItem
Get item name.
GETNAME_METHODNAME - Static variable in class org.jibx.binding.def.MappingBase
 
GETNAME_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
getNameAttributes() - Method in class org.jibx.binding.model.MappingElementBase
Get name attributes.
getNamedComponent(String) - Method in class org.jibx.binding.model.ClassHierarchyContext
Get named binding component definition.
getNamedConversion(QName) - Method in class org.jibx.binding.def.DefinitionContext
Get named conversion definition.
getNamedFormat(String) - Method in class org.jibx.binding.model.DefinitionContext
Get named format definition.
getNamedStructure(String) - Method in class org.jibx.binding.def.DefinitionContext
Get nested structure by name.
getNamedStructure(String) - Method in class org.jibx.binding.model.DefinitionContext
Get labeled structure definition within this context.
getNamedTemplate(String) - Method in class org.jibx.binding.model.DefinitionContext
Get named template definition.
getNamespace() - Method in class org.jibx.binding.def.NameDefinition
Get the namespace URI.
getNamespace() - Method in class org.jibx.binding.model.BindingHolder
Get namespace URI associated with this binding.
getNamespace() - Method in class org.jibx.binding.model.MappingElementBase
Get effective namespace information.
getNamespace() - Method in class org.jibx.binding.model.NameAttributes
Get effective namespace definition.
getNamespace() - Method in class org.jibx.binding.model.StructureElementBase
Get effective namespace information.
getNamespace() - Method in class org.jibx.binding.model.ValueElement
Get effective namespace information.
getNamespace() - Method in class org.jibx.util.HolderBase
Get namespace URI associated with this file.
getNamespaceForPrefix(String) - Method in class org.jibx.binding.model.DefinitionContext
Get namespace for prefix.
getNamespaceIndex(String, boolean) - Method in class org.jibx.binding.def.DefinitionContext
Get namespace index for a given URI.
getNamespaces() - Method in class org.jibx.binding.def.DefinitionContext
Get the namespaces defined in this context
getNamespaces() - Method in interface org.jibx.binding.def.IMapping
Get namespaces defined for mapping.
getNamespaces() - Method in class org.jibx.binding.def.MappingDefinition
 
getNamespaces() - Method in class org.jibx.binding.def.MappingDirect
 
getNamespaces() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getNamespaces() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getNamespaces() - Method in class org.jibx.binding.model.DefinitionContext
Get the namespaces defined in this context
getNamespaceUriIndex(String, String) - Method in class org.jibx.binding.def.BindingDefinition
Get index for namespace URI in binding.
getNestingDepth() - Method in class org.jibx.binding.model.TreeContext
Get depth of nesting in binding.
getObjectType() - Method in class org.jibx.binding.model.ContainerElementBase
Get class linked to binding element.
getObjectType() - Method in class org.jibx.binding.model.StructureElementBase
 
getObjectType() - Method in class org.jibx.binding.model.TemplateElementBase
 
getOutputSide() - Method in class org.jibx.binding.model.SplitElement
Get output side of binding.
getOwningClass() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getOwningClass() - Method in interface org.jibx.util.IClassItem
Get owning class information.
getPackage() - Method in class org.jibx.binding.classes.ClassFile
Get package name.
getPackage() - Method in class org.jibx.binding.model.ClassWrapper
 
getPackage() - Method in interface org.jibx.util.IClass
Get package name.
getParameterJavaDoc(int) - Method in class org.jibx.binding.model.ClassItemWrapper
 
getParameterJavaDoc(int) - Method in interface org.jibx.util.IClassItem
Get method parameter JavaDoc description, if available.
getParameterName(int) - Method in class org.jibx.binding.classes.ClassItem
Get method parameter name.
getParameterName(int) - Method in class org.jibx.binding.model.ClassItemWrapper
 
getParameterName(int) - Method in interface org.jibx.util.IClassItem
Get method parameter name, if available.
getParametersFromSignature(String) - Static method in class org.jibx.binding.classes.ClassItem
Get parameter type names from method signature.
getParentContainer() - Method in class org.jibx.binding.model.TreeContext
Get parent container information.
getParentElement() - Method in class org.jibx.binding.model.TreeContext
Get containing element.
getParentElement(int) - Method in class org.jibx.binding.model.TreeContext
Get containing element at generation level.
getPostset() - Method in class org.jibx.binding.model.ContainerElementBase
Get post-set method information.
getPostset() - Method in class org.jibx.binding.model.ObjectAttributes
Get post-set method information.
getPostsetName() - Method in class org.jibx.binding.model.ContainerElementBase
Get post-set method name.
getPostsetName() - Method in class org.jibx.binding.model.ObjectAttributes
Get post-set method name.
getPrefix() - Method in class org.jibx.binding.def.BindingDefinition
Get prefix for method or class generation.
getPrefix() - Method in class org.jibx.binding.def.NamespaceDefinition
Get prefix for namespace.
getPrefix() - Method in class org.jibx.binding.model.BindingHolder
Get namespace prefix for this binding.
getPrefix() - Method in class org.jibx.binding.model.MappingElementBase
Get specified namespace prefix.
getPrefix() - Method in class org.jibx.binding.model.NameAttributes
Get specified namespace prefix.
getPrefix() - Method in class org.jibx.binding.model.NamespaceElement
Get prefix.
getPrefix() - Method in class org.jibx.binding.model.StructureElementBase
Get specified namespace prefix.
getPrefix() - Method in class org.jibx.binding.model.ValueElement
Get specified namespace prefix.
getPrefix(String) - Method in class org.jibx.binding.def.BindingDefinition
Get the prefix assigned for a namespace.
getPrefix(String) - Method in class org.jibx.util.HolderBase
Get the prefix for a namespace URI.
getPreget() - Method in class org.jibx.binding.model.ContainerElementBase
Get pre-get method information.
getPreget() - Method in class org.jibx.binding.model.ObjectAttributes
Get pre-get method information.
getPregetName() - Method in class org.jibx.binding.model.ContainerElementBase
Get pre-get method name.
getPregetName() - Method in class org.jibx.binding.model.ObjectAttributes
Get pre-get method name.
getPrepareMethod() - Method in interface org.jibx.binding.def.ITypeBinding
Get the method which handles preparation for marshalling an instance.
getPrepareMethod() - Method in class org.jibx.binding.def.ObjectBinding
 
getPrepareMethod() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getPreset() - Method in class org.jibx.binding.model.ContainerElementBase
Get pre-set method information.
getPreset() - Method in class org.jibx.binding.model.ObjectAttributes
Get pre-set method information.
getPresetName() - Method in class org.jibx.binding.model.ContainerElementBase
Get pre-set method name.
getPresetName() - Method in class org.jibx.binding.model.ObjectAttributes
Get pre-set method name.
getPrimitiveSignature(String) - Static method in class org.jibx.binding.classes.ClassItem
Get the signature for a primitive.
getProblems() - Method in class org.jibx.binding.model.ValidationContext
Get list of problems.
getProperty() - Method in class org.jibx.binding.def.ComponentProperty
Get the property information.
getPropertyName() - Method in class org.jibx.binding.def.ValueChild
Get property name.
getQName() - Method in class org.jibx.binding.model.FormatElement
Get format qualified name.
getRawClass() - Method in class org.jibx.binding.classes.ClassFile
Get raw current class information.
getReferences() - Method in class org.jibx.util.HolderBase
Get the set of references from this file to other files of the same type.
getReferenceType() - Method in interface org.jibx.binding.def.IMapping
Get class name of type to be assumed for references to this mapping.
getReferenceType() - Method in class org.jibx.binding.def.MappingDefinition
 
getReferenceType() - Method in class org.jibx.binding.def.MappingDirect
 
getReferenceType() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getReferenceType() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getRequiredBinding(Object) - Method in class org.jibx.binding.model.BindingHolder
Get the binding associated with a particular control object.
getRequiredBinding(Object) - Method in class org.jibx.binding.model.BindingOrganizer
Get the binding associated with a particular control object.
getRequiredClassInfo(String) - Method in class org.jibx.binding.classes.ClassCache.ClassCacheLocator
 
getRequiredClassInfo(String) - Method in class org.jibx.binding.model.TreeContext
Get required class information.
getRequiredClassInfo(String) - Method in class org.jibx.util.DummyClassLocator
Get required class information.
getRequiredClassInfo(String) - Method in interface org.jibx.util.IClassLocator
Get required class information.
getReturnJavaDoc() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getReturnJavaDoc() - Method in interface org.jibx.util.IClassItem
Get return JavaDoc description for method, if available.
getRoot() - Method in class org.jibx.binding.classes.ClassFile
Get root directory for load path.
getSchemas() - Method in class org.jibx.binding.SchemaGenerator
Get array of generated schemas.
getSerializer() - Method in class org.jibx.binding.model.FormatElement
Get serializer method information.
getSerializer() - Method in class org.jibx.binding.model.StringAttributes
Get serializer method information.
getSerializer() - Method in class org.jibx.binding.model.ValueElement
Get serializer method information.
getSerializerName() - Method in class org.jibx.binding.model.FormatElement
Get serializer name.
getSerializerName() - Method in class org.jibx.binding.model.StringAttributes
Get serializer name.
getSerializerName() - Method in class org.jibx.binding.model.ValueElement
Get serializer name.
getSet() - Method in class org.jibx.binding.model.PropertyAttributes
Get set method information.
getSet() - Method in class org.jibx.binding.model.StructureElementBase
Get set method information.
getSet() - Method in class org.jibx.binding.model.ValueElement
Get set method information.
getSetName() - Method in class org.jibx.binding.model.PropertyAttributes
Get set method name.
getSetName() - Method in class org.jibx.binding.model.StructureElementBase
Get set method name.
getSetName() - Method in class org.jibx.binding.model.ValueElement
Get set method name.
getSetType() - Method in class org.jibx.binding.model.PropertyAttributes
Get type for value stored from stack.
getSetType() - Method in class org.jibx.binding.model.StructureElementBase
Get type for value stored from stack.
getSetType() - Method in class org.jibx.binding.model.ValueElement
Get type for value stored from stack.
getSetValueType() - Method in class org.jibx.binding.def.PropertyDefinition
Get value type as fully qualified name for stored property value.
getSeverity() - Method in class org.jibx.binding.model.ValidationProblem
Get problem severity level.
getSignature() - Method in class org.jibx.binding.classes.BindingMethod
Get signature.
getSignature() - Method in class org.jibx.binding.classes.ClassFile
Get signature for class as type.
getSignature() - Method in class org.jibx.binding.classes.ClassItem
Get method signature.
getSignature() - Method in class org.jibx.binding.classes.ExistingMethod
Get signature.
getSignature() - Method in class org.jibx.binding.classes.MethodBuilder
Get signature.
getSignature() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getSignature() - Method in class org.jibx.binding.model.ClassWrapper
 
getSignature() - Method in interface org.jibx.util.IClass
Get signature for class as type.
getSignature() - Method in interface org.jibx.util.IClassItem
Get field or method signature.
getSignature(String) - Static method in class org.jibx.binding.model.ClassUtils
Gets the signature string corresponding to a type.
getSignatureVariants(String) - Static method in class org.jibx.binding.classes.ClassItem
Get all variant signatures for a fully qualified class name.
getSignatureVariants(String, ValidationContext) - Static method in class org.jibx.binding.model.ClassUtils
Get all variant signatures for a fully qualified class name.
getSizeMethodItem() - Method in class org.jibx.binding.model.CollectionElement
Get size method information.
getSizeMethodName() - Method in class org.jibx.binding.model.CollectionElement
Get size method name.
getSlot(Object) - Method in class org.jibx.binding.classes.ExceptionMethodBuilder
Check if local variable slot defined for object.
getSpecificComponent(String) - Method in class org.jibx.binding.model.ClassHierarchyContext
Get specific binding component for type.
getSpecificConversion(String) - Method in class org.jibx.binding.def.DefinitionContext
Get specific conversion definition for type.
getSpecificFormat(String) - Method in class org.jibx.binding.model.DefinitionContext
Get specific format definition for type.
getSpecificTemplate(String) - Method in class org.jibx.binding.model.DefinitionContext
Get specific template definition for type.
getStaticMethod(String, String) - Method in class org.jibx.binding.classes.ClassFile
Get information for static method without respect to return value.
getStaticMethod(String, String) - Method in class org.jibx.binding.model.ClassWrapper
 
getStaticMethod(String, String) - Method in interface org.jibx.util.IClass
Get information for static method without respect to return value.
getStoreMethod(ClassItem, ClassFile) - Method in class org.jibx.binding.classes.BoundClass
Get store access method for member of this class.
getStoreMethodItem() - Method in class org.jibx.binding.model.CollectionElement
Get store method information.
getStoreMethodName() - Method in class org.jibx.binding.model.CollectionElement
Get store method name.
getStyle() - Method in class org.jibx.binding.model.NestingAttributes
Get style value.
getStyle() - Method in class org.jibx.binding.model.NestingElementBase
Get style value set on this nesting element.
getStyle() - Method in class org.jibx.binding.model.ValueElement
Get style value.
getStyleDefault() - Method in class org.jibx.binding.def.BindingDefinition
Get default style for value expression.
getStyleDefault() - Method in interface org.jibx.binding.def.IContainer
Get default style for value expression.
getStyleName() - Method in class org.jibx.binding.model.NestingAttributes
Get style string value.
getStyleName() - Method in class org.jibx.binding.model.NestingElementBase
Get style name set on this nesting element.
getStyleName() - Method in class org.jibx.binding.model.ValueElement
Get style string value.
getSuperClass() - Method in class org.jibx.binding.model.ClassWrapper
 
getSuperClass() - Method in interface org.jibx.util.IClass
Get superclass.
getSuperFile() - Method in class org.jibx.binding.classes.ClassFile
Get superclass information.
getSuperName() - Method in class org.jibx.binding.classes.ClassFile
Get superclass name.
getTargetClass() - Method in class org.jibx.binding.def.DirectObject
Get target class for mapping.
getTargetPackage() - Method in class org.jibx.binding.model.BindingElement
Get package for generated context factory class.
getTest() - Method in class org.jibx.binding.model.PropertyAttributes
Get test method information.
getTest() - Method in class org.jibx.binding.model.StructureElementBase
Get test method information.
getTest() - Method in class org.jibx.binding.model.ValueElement
Get test method information.
getTestName() - Method in class org.jibx.binding.model.PropertyAttributes
Get test method name.
getTestName() - Method in class org.jibx.binding.model.StructureElementBase
Get test method name.
getTestName() - Method in class org.jibx.binding.model.ValueElement
Get test method name.
getType() - Method in class org.jibx.binding.classes.ClassFile
Get class as type.
getType() - Method in class org.jibx.binding.def.DirectGeneric
 
getType() - Method in class org.jibx.binding.def.DirectObject
 
getType() - Method in class org.jibx.binding.def.DirectProperty
 
getType() - Method in class org.jibx.binding.def.ElementWrapper
 
getType() - Method in interface org.jibx.binding.def.IComponent
Get type expected by component.
getType() - Method in class org.jibx.binding.def.MappingReference
 
getType() - Method in class org.jibx.binding.def.NestedBase
 
getType() - Method in class org.jibx.binding.def.NestedStructure
 
getType() - Method in class org.jibx.binding.def.ObjectBinding
 
getType() - Method in class org.jibx.binding.def.PassThroughComponent
 
getType() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getType() - Method in class org.jibx.binding.def.ValueChild
 
getType() - Method in class org.jibx.binding.model.FormatElement
Get value type.
getType() - Method in interface org.jibx.binding.model.IComponent
Get value type information.
getType() - Method in class org.jibx.binding.model.PropertyAttributes
Get type information.
getType() - Method in class org.jibx.binding.model.StringAttributes
Get value type.
getType() - Method in class org.jibx.binding.model.StructureElement
 
getType() - Method in class org.jibx.binding.model.StructureElementBase
 
getType() - Method in class org.jibx.binding.model.TemplateElementBase
 
getType() - Method in class org.jibx.binding.model.ValueElement
 
getTypeFromSignature(String) - Static method in class org.jibx.binding.classes.ClassItem
Get return type names from method signature.
getTypeName() - Method in class org.jibx.binding.classes.ClassItem
Get item type as fully qualified class name.
getTypeName() - Method in interface org.jibx.binding.def.IMapping
Get type name.
getTypeName() - Method in class org.jibx.binding.def.MappingBase
 
getTypeName() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getTypeName() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getTypeName() - Method in class org.jibx.binding.def.PropertyDefinition
Get declared type fully qualified name.
getTypeName() - Method in class org.jibx.binding.def.StringConversion
Get name of type handled by this conversion.
getTypeName() - Method in class org.jibx.binding.model.ClassItemWrapper
 
getTypeName() - Method in class org.jibx.binding.model.FormatElement
Get value type name.
getTypeName() - Method in class org.jibx.binding.model.MappingElementBase
Get type name.
getTypeName() - Method in class org.jibx.binding.model.TemplateElement
Get type name.
getTypeName() - Method in interface org.jibx.util.IClassItem
Get item type as fully qualified class name.
getTypeNamespace() - Method in class org.jibx.binding.model.TemplateElement
Get effective namespace information for type.
getTypePrefix() - Method in class org.jibx.binding.model.TemplateElement
Get namespace prefix specified for type.
getTypeQName() - Method in class org.jibx.binding.model.MappingElementBase
Get type qualified name.
getTypeUri() - Method in class org.jibx.binding.model.TemplateElement
Get namespace URI specified for type.
getUniqueMethod(MethodBuilder) - Method in class org.jibx.binding.classes.BoundClass
Get unique method.
getUniqueNamed(MethodBuilder) - Method in class org.jibx.binding.classes.BoundClass
Get unique method.
getUniqueSupportClass(ClassFile) - Static method in class org.jibx.binding.classes.MungedClass
Get unique generated support class.
getUnmarshaller() - Method in class org.jibx.binding.def.DirectObject
Get unmarshaller class used for mapping.
getUnmarshaller() - Method in interface org.jibx.binding.def.IMapping
Get unmarshaller class used for mapping.
getUnmarshaller() - Method in class org.jibx.binding.def.MappingDefinition
 
getUnmarshaller() - Method in class org.jibx.binding.def.MappingDirect
 
getUnmarshaller() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getUnmarshaller() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getUnmarshaller() - Method in class org.jibx.binding.model.ContainerElementBase
Get unmarshaller class information.
getUnmarshaller() - Method in class org.jibx.binding.model.ObjectAttributes
Get unmarshaller class information.
GETUNMARSHALLER_METHOD - Static variable in class org.jibx.binding.def.MappingBase
 
GETUNMARSHALLER_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
getUnmarshallerName() - Method in class org.jibx.binding.model.ContainerElementBase
Get unmarshaller class name.
getUnmarshallerName() - Method in class org.jibx.binding.model.ObjectAttributes
Get unmarshaller class name.
getUri() - Method in class org.jibx.binding.def.NamespaceDefinition
Get namespace URI.
getUri() - Method in interface org.jibx.binding.model.IComponent
Get specified namespace URI.
getUri() - Method in class org.jibx.binding.model.MappingElementBase
Get specified namespace URI.
getUri() - Method in class org.jibx.binding.model.NameAttributes
Get specified namespace URI.
getUri() - Method in class org.jibx.binding.model.NamespaceElement
Get namespace URI.
getUri() - Method in class org.jibx.binding.model.StructureElement
 
getUri() - Method in class org.jibx.binding.model.StructureElementBase
Get specified namespace URI.
getUri() - Method in class org.jibx.binding.model.ValueElement
Get specified namespace URI.
getUsage() - Method in class org.jibx.binding.model.PropertyAttributes
Get usage value.
getUsage() - Method in class org.jibx.binding.model.StructureElementBase
Get usage value.
getUsage() - Method in class org.jibx.binding.model.ValueElement
Get usage value.
getUsageName() - Method in class org.jibx.binding.model.PropertyAttributes
Get usage name.
getUsageName() - Method in class org.jibx.binding.model.StructureElementBase
Get usage name.
getUsageName() - Method in class org.jibx.binding.model.ValueElement
Get usage name.
getUseCount() - Method in class org.jibx.binding.classes.ClassFile
Get use count for class.
getUsing() - Method in class org.jibx.binding.model.ContainerElementBase
Get label for definition to be used.
getUsingName() - Method in class org.jibx.binding.model.StructureAttributes
Get name for child component list definition.
getValidation() - Method in class org.jibx.binding.model.BindingElement.UnmarshalWrapper
 
getWarningCount() - Method in class org.jibx.binding.model.ValidationContext
Get number of warning problems reported.
getWrapperName() - Method in class org.jibx.binding.def.DirectGeneric
 
getWrapperName() - Method in class org.jibx.binding.def.DirectObject
 
getWrapperName() - Method in class org.jibx.binding.def.DirectProperty
 
getWrapperName() - Method in class org.jibx.binding.def.ElementWrapper
 
getWrapperName() - Method in interface org.jibx.binding.def.IComponent
Get element wrapper name.
getWrapperName() - Method in class org.jibx.binding.def.MappingDefinition
 
getWrapperName() - Method in class org.jibx.binding.def.MappingDirect
 
getWrapperName() - Method in class org.jibx.binding.def.NestedBase
 
getWrapperName() - Method in class org.jibx.binding.def.NestedCollection
 
getWrapperName() - Method in class org.jibx.binding.def.PassThroughComponent
 
getWrapperName() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
getWrapperName() - Method in class org.jibx.binding.def.PrecompiledBinding
 
getWrapperName() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
getWrapperName() - Method in class org.jibx.binding.def.ValueChild
 

H

handleExceptions() - Method in class org.jibx.binding.classes.ExceptionMethodBuilder
Process accumulated exceptions.
handleExceptions() - Method in class org.jibx.binding.classes.MarshalUnmarshalBuilder
Process accumulated exceptions.
handleExceptions() - Method in class org.jibx.binding.classes.MethodBuilder
Process accumulated exceptions.
handleRecursion() - Method in class org.jibx.binding.def.LinkableBase
Handler for recursion.
hasAttribute() - Method in class org.jibx.binding.def.DirectGeneric
 
hasAttribute() - Method in class org.jibx.binding.def.DirectObject
 
hasAttribute() - Method in class org.jibx.binding.def.DirectProperty
 
hasAttribute() - Method in class org.jibx.binding.def.ElementWrapper
 
hasAttribute() - Method in interface org.jibx.binding.def.IComponent
Check if component defines one or more attribute values of the containing element.
hasAttribute() - Method in class org.jibx.binding.def.NestedCollection
 
hasAttribute() - Method in class org.jibx.binding.def.NestedStructure
 
hasAttribute() - Method in class org.jibx.binding.def.PassThroughComponent
 
hasAttribute() - Method in class org.jibx.binding.def.PrecompiledBinding
 
hasAttribute() - Method in class org.jibx.binding.def.ValueChild
 
hasAttribute() - Method in class org.jibx.binding.model.BindingElement
 
hasAttribute() - Method in class org.jibx.binding.model.CollectionElement
Check for attribute definition.
hasAttribute() - Method in interface org.jibx.binding.model.IComponent
Check if component defines one or more attribute values of the containing element.
hasAttribute() - Method in class org.jibx.binding.model.StructureElement
 
hasAttribute() - Method in class org.jibx.binding.model.StructureElementBase
 
hasAttribute() - Method in class org.jibx.binding.model.ValueElement
 
hasClassFile(String) - Static method in class org.jibx.binding.classes.ClassCache
Check if class information has been loaded.
hasContent() - Method in class org.jibx.binding.def.ComponentProperty
 
hasContent() - Method in class org.jibx.binding.def.DirectGeneric
 
hasContent() - Method in class org.jibx.binding.def.DirectObject
 
hasContent() - Method in class org.jibx.binding.def.DirectProperty
 
hasContent() - Method in class org.jibx.binding.def.ElementWrapper
 
hasContent() - Method in interface org.jibx.binding.def.IComponent
Check if component defines one or more elements or text values as children of the containing element.
hasContent() - Method in class org.jibx.binding.def.NestedBase
 
hasContent() - Method in class org.jibx.binding.def.NestedCollection
 
hasContent() - Method in class org.jibx.binding.def.NestedStructure
 
hasContent() - Method in class org.jibx.binding.def.ObjectBinding
 
hasContent() - Method in class org.jibx.binding.def.PassThroughComponent
 
hasContent() - Method in class org.jibx.binding.def.PrecompiledBinding
 
hasContent() - Method in class org.jibx.binding.def.ValueChild
 
hasContent() - Method in class org.jibx.binding.model.BindingElement
 
hasContent() - Method in class org.jibx.binding.model.CollectionElement
Check for content definition.
hasContent() - Method in interface org.jibx.binding.model.IComponent
Check if component defines one or more elements or text values as children of the containing element.
hasContent() - Method in class org.jibx.binding.model.StructureElement
 
hasContent() - Method in class org.jibx.binding.model.StructureElementBase
 
hasContent() - Method in class org.jibx.binding.model.ValueElement
 
hasDirectName() - Method in class org.jibx.binding.model.StructureElement
Check if this structure defines a name directly.
hasFlag() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property has flag method.
hashCode() - Method in class org.jibx.binding.classes.BindingMethod
Get hash code.
hashCode() - Method in class org.jibx.binding.classes.ClassFile
Get hash code.
hashCode() - Method in class org.jibx.binding.classes.ExistingMethod
Get hash code.
hashCode() - Method in class org.jibx.binding.classes.MethodBuilder
Get hash code.
hashCode() - Method in class org.jibx.binding.model.NameAttributes
 
hasId() - Method in class org.jibx.binding.def.DirectGeneric
 
hasId() - Method in class org.jibx.binding.def.DirectObject
 
hasId() - Method in class org.jibx.binding.def.DirectProperty
 
hasId() - Method in class org.jibx.binding.def.ElementWrapper
 
hasId() - Method in interface org.jibx.binding.def.IComponent
Check if component defines an ID value for instances of context object.
hasId() - Method in class org.jibx.binding.def.NestedCollection
 
hasId() - Method in class org.jibx.binding.def.NestedStructure
 
hasId() - Method in class org.jibx.binding.def.ObjectBinding
 
hasId() - Method in class org.jibx.binding.def.PassThroughComponent
 
hasId() - Method in class org.jibx.binding.def.PrecompiledBinding
 
hasId() - Method in class org.jibx.binding.def.ValueChild
 
hasName() - Method in interface org.jibx.binding.model.IComponent
Check if component has a name.
hasName() - Method in class org.jibx.binding.model.StructureElement
 
hasName() - Method in class org.jibx.binding.model.StructureElementBase
 
hasName() - Method in class org.jibx.binding.model.ValueElement
 
hasNamespace() - Method in class org.jibx.binding.def.DefinitionContext
Check if one or more namespaces are defined in this context.
hasNamespaces() - Method in class org.jibx.binding.def.BindingDefinition
 
hasNamespaces() - Method in class org.jibx.binding.def.NestedBase
 
hasNext() - Method in class org.jibx.binding.util.MultipleValueMap.MultipleIterator
Check for another multiple-valued key present.
hasNext() - Method in class org.jibx.util.InsertionOrderedMap.ValueIterator
 
hasNext() - Method in class org.jibx.util.SparseArrayIterator
Check for iteration element available.
hasObject() - Method in class org.jibx.binding.model.CollectionElement
Check for object present.
hasObject() - Method in class org.jibx.binding.model.ContainerElementBase
Check if this container defines a context object.
hasObject() - Method in class org.jibx.binding.model.StructureElementBase
 
hasObject() - Method in class org.jibx.binding.model.TemplateElementBase
 
hasProperty() - Method in class org.jibx.binding.model.PropertyAttributes
Check if property is defined.
hasProperty() - Method in class org.jibx.binding.model.StructureElementBase
Check if property is defined.
hasProperty() - Method in class org.jibx.binding.model.ValueElement
Check if property is defined.
hasTest() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property has presence test.
HolderBase - Class in org.jibx.util
Base class for external data used in constructing a namespaced file which may reference other files of the same type.
HolderBase(String) - Constructor for class org.jibx.util.HolderBase
Constructor for a file being generated.
HolderBase(String, String) - Constructor for class org.jibx.util.HolderBase
Constructor for an existing file.

I

IClass - Interface in org.jibx.util
Interface for class file information.
IClassItem - Interface in org.jibx.util
Interface for field or method information.
IClassLocator - Interface in org.jibx.util
Locator for class information.
IComponent - Interface in org.jibx.binding.def
Child component (attribute or content) interface definition.
IComponent - Interface in org.jibx.binding.model
Child component interface definition.
IContainer - Interface in org.jibx.binding.def
Containing binding definitions structure interface.
IContextObj - Interface in org.jibx.binding.def
Containing object context interface.
ILinkable - Interface in org.jibx.binding.def
Linkable component interface definition.
IMapping - Interface in org.jibx.binding.def
Interface for mapping definitions.
IMARSHALLABLE_INTERFACE - Static variable in class org.jibx.binding.def.MappingBase
 
IN_BINDING - Static variable in class org.jibx.binding.model.BindingElement
 
INCLUDE_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
IncludeElement - Class in org.jibx.binding.model
Model component for include element of binding definition.
IncludeElement() - Constructor for class org.jibx.binding.model.IncludeElement
Constructor.
incrementCount(Object) - Method in class org.jibx.util.ReferenceCountMap
Increment a use count in the table.
incrementUseCount() - Method in class org.jibx.binding.classes.ClassFile
Increment use count for class.
indent(int) - Static method in class org.jibx.binding.def.BindingDefinition
 
indexOf(String) - Method in class org.jibx.util.StringArray
Find index of a particular string in the array.
init() - Method in class org.jibx.binding.ant.CompileTask
Hook method called by ant framework to handle task initialization.
initStackState(String[]) - Method in class org.jibx.binding.classes.MethodBuilder
Initialize stack state to array of value types.
initStackState(BranchWrapper) - Method in class org.jibx.binding.classes.MethodBuilder
Initialize stack state to match branch source.
initStackState(BranchWrapper, int) - Method in class org.jibx.binding.classes.MethodBuilder
Initialize stack state to partially match branch source.
INPUT_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
InputElement - Class in org.jibx.binding.model
Model component for input element of binding definition.
InputElement() - Constructor for class org.jibx.binding.model.InputElement
Constructor.
InsertionOrderedMap - Class in org.jibx.util
Map with keys iterated in insertion order.
InsertionOrderedMap() - Constructor for class org.jibx.util.InsertionOrderedMap
 
InsertionOrderedMap.ListSet - Class in org.jibx.util
Set implementation backed by a list.
InsertionOrderedMap.ValueCollection - Class in org.jibx.util
 
InsertionOrderedMap.ValueIterator - Class in org.jibx.util
 
InsertionOrderedSet - Class in org.jibx.util
Set with values iterated in insertion order.
InsertionOrderedSet() - Constructor for class org.jibx.util.InsertionOrderedSet
 
INSTANCE - Static variable in class org.jibx.binding.model.EmptyArrayList
 
InstructionBuilder - Class in org.jibx.binding.classes
Instruction builder.
InstructionBuilder(ClassGen, ConstantPoolGen) - Constructor for class org.jibx.binding.classes.InstructionBuilder
Constructor.
IntegerCache - Class in org.jibx.binding.util
Cache of Integer values.
IntegerCache() - Constructor for class org.jibx.binding.util.IntegerCache
 
internalAppendCreateNew(String) - Method in class org.jibx.binding.classes.MethodBuilder
Internal append instruction to create instance of class.
isAbstract() - Method in class org.jibx.binding.classes.ClassFile
Check if class is abstract.
isAbstract() - Method in interface org.jibx.binding.def.IMapping
Check if mapping is abstract.
isAbstract() - Method in class org.jibx.binding.def.MappingDefinition
 
isAbstract() - Method in class org.jibx.binding.def.MappingDirect
 
isAbstract() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
isAbstract() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
isAbstract() - Method in class org.jibx.binding.model.ClassWrapper
 
isAbstract() - Method in class org.jibx.binding.model.MappingElementBase
Check for abstract mapping.
isAbstract() - Method in interface org.jibx.util.IClass
Check if class is abstract.
isAccessible(ClassItem) - Method in class org.jibx.binding.classes.ClassFile
Check accessible method.
isAccessible(IClassItem) - Method in class org.jibx.binding.model.ClassWrapper
 
isAccessible(IClassItem) - Method in interface org.jibx.util.IClass
Check accessible method.
isAddConstructors() - Method in class org.jibx.binding.def.BindingDefinition
Check if default constructor generation is enabled.
isAddConstructors() - Method in class org.jibx.binding.model.BindingElement
Check if default constructor generation is enabled.
isAllowRepeats() - Method in class org.jibx.binding.model.ContainerElementBase
Check if repeated child elements are allowed.
isAllowRepeats() - Method in class org.jibx.binding.model.StructureAttributes
Check if repeated child elements are allowed.
isArray() - Method in class org.jibx.binding.classes.ClassFile
Check if class is an array.
isAssignable(String, String) - Static method in class org.jibx.binding.classes.ClassItem
Check if a value of one type can be directly assigned to another type.
isAssignable(String, String, ValidationContext) - Static method in class org.jibx.binding.model.ClassUtils
Check if a value of one type can be directly assigned to another type.
isAssignable(IClass) - Method in class org.jibx.binding.model.ClassWrapper
 
isAssignable(IClass) - Method in interface org.jibx.util.IClass
Check if a value of this type can be directly assigned to another type.
isAttribute() - Method in class org.jibx.binding.model.NameAttributes
Get flag for an attribute name.
isAttributeDefault() - Method in class org.jibx.binding.def.NamespaceDefinition
Check if default namespace for attributes.
isAttributeDefault() - Method in class org.jibx.binding.model.NamespaceElement
Check if default namespace for attributes.
isBase() - Method in interface org.jibx.binding.def.IMapping
Check if mapping has extensions.
isBase() - Method in class org.jibx.binding.def.MappingDefinition
 
isBase() - Method in class org.jibx.binding.def.MappingDirect
 
isBase() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
isBase() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
isBoundClass(String) - Method in class org.jibx.binding.Loader
Check if a class has been modified by a binding.
isChoice() - Method in class org.jibx.binding.model.ContainerElementBase
Check if child components are a choice.
isChoice() - Method in class org.jibx.binding.model.StructureAttributes
Check if child components are a choice.
isClassified() - Method in class org.jibx.binding.model.ContainerElementBase
Check for child components classified.
isClasspathUrl(String) - Static method in class org.jibx.util.ClasspathUrlExtender
Check if a URL string represents a resource from the classpath.
isCompatibleTemplateType(IClass) - Method in class org.jibx.binding.model.DefinitionContext
Checks if a class is compatible with one or more templates.
isCompatibleType(IClass) - Method in class org.jibx.binding.model.ClassHierarchyContext
Checks if a class is compatible with one or more components.
isComplete() - Method in class org.jibx.binding.classes.ClassFile
Check if class is in complete state.
isContentOrdered() - Method in class org.jibx.binding.def.BindingDefinition
 
isContentOrdered() - Method in interface org.jibx.binding.def.IContainer
Check if content children are ordered.
isContentOrdered() - Method in class org.jibx.binding.def.NestedBase
 
isDefaultFormat() - Method in class org.jibx.binding.model.FormatElement
Check if default format for type.
isDefaultTemplate() - Method in class org.jibx.binding.model.MappingElementBase
Check if this is a default template.
isDefaultTemplate() - Method in class org.jibx.binding.model.TemplateElement
Check if default template for type.
isDefaultTemplate() - Method in class org.jibx.binding.model.TemplateElementBase
Check if default template for type.
isDirectAccess() - Method in class org.jibx.binding.classes.BoundClass
Check if class being changed directly.
isElementDefault() - Method in class org.jibx.binding.def.NamespaceDefinition
Check if default namespace for elements.
isElementDefault() - Method in class org.jibx.binding.model.NamespaceElement
Check if default namespace for elements.
isEmpty() - Method in class org.jibx.binding.util.MultipleValueMap
Check if map is empty.
isEmpty() - Method in class org.jibx.binding.util.ObjectStack
Check if stack is empty.
isEmpty() - Method in class org.jibx.util.ChainedMap
Check if no overrides are defined.
isEmpty() - Method in class org.jibx.util.InsertionOrderedMap
 
isEmpty() - Method in class org.jibx.util.InsertionOrderedSet
 
isEmpty() - Method in class org.jibx.util.StringStack
Check if stack is empty.
isEqual(Object, Object) - Static method in class org.jibx.binding.model.BindingOrganizer
General object comparison method.
isExistingFile() - Method in class org.jibx.util.HolderBase
Check if file already exists.
isExtendable() - Method in class org.jibx.binding.classes.ClassFile
Check if binding methods can be added to class.
isFlagOnly() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property is flag only.
isFlagOnly() - Method in class org.jibx.binding.model.PropertyAttributes
Check if property consists only of flag.
isFlagOnly() - Method in class org.jibx.binding.model.StructureElementBase
Check if property is flag only.
isFlexible() - Method in class org.jibx.binding.def.NestedBase
Check if flexible unmarshalling.
isFlexible() - Method in class org.jibx.binding.model.ContainerElementBase
Get flexible flag.
isFlexible() - Method in class org.jibx.binding.model.StructureAttributes
Get flexible flag.
isForceClasses() - Method in class org.jibx.binding.model.BindingElement
Check if marshaller/unmarshaller class creation for top-level non-base abstract mappings is forced.
isForward() - Method in class org.jibx.binding.model.BindingElement
Check if forward references to IDs must be supported in XML.
isForwards() - Method in class org.jibx.binding.def.BindingDefinition
Check if forward ids are supported by unmarshalling binding.
isIdClass(String) - Method in class org.jibx.binding.model.BindingElement
Check if a class can be referenced by ID.
isIdGlobal() - Method in class org.jibx.binding.def.BindingDefinition
Check if global ids are used by binding.
isImplements(String) - Method in class org.jibx.binding.classes.ClassFile
Check if class implements an interface.
isImplements(String) - Method in class org.jibx.binding.model.ClassWrapper
 
isImplements(String) - Method in interface org.jibx.util.IClass
Check if class implements an interface.
isImplicit() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property is implicit value from collection.
isImplicit() - Method in class org.jibx.binding.def.ValueChild
Check if implicit.
isImplicit() - Method in interface org.jibx.binding.model.IComponent
Check if this structure implicitly uses the containing object.
isImplicit() - Method in class org.jibx.binding.model.PropertyAttributes
Check if empty property definition.
isImplicit() - Method in class org.jibx.binding.model.StructureElementBase
Check if this value implicitly uses the containing object.
isImplicit() - Method in class org.jibx.binding.model.TemplateElementBase
 
isImplicit() - Method in class org.jibx.binding.model.ValueElement
Check if this value implicitly uses the containing object.
isInBinding() - Method in class org.jibx.binding.model.BindingElement
Check if this binding component applies for unmarshalling XML.
isInBinding() - Method in class org.jibx.binding.model.TreeContext
Check if binding supports input.
isInitializer() - Method in class org.jibx.binding.classes.ClassItem
Check if item is an initializer.
isInitializer() - Method in class org.jibx.binding.model.ClassItemWrapper
 
isInitializer() - Method in interface org.jibx.util.IClassItem
Check if item is an initializer.
isInput() - Method in class org.jibx.binding.def.BindingDefinition
Check if binding is defined for unmarshalling.
isInterface() - Method in class org.jibx.binding.classes.ClassFile
Check if class is an interface.
isInterface() - Method in class org.jibx.binding.model.ClassWrapper
 
isInterface() - Method in interface org.jibx.util.IClass
Check if class is an interface.
isLimitedDirectAccess() - Method in class org.jibx.binding.classes.BoundClass
Check if class being changed directly with restrictions.
isLinked() - Method in class org.jibx.binding.def.LinkableBase
Check if linkage processing for this component is complete.
isLoadable() - Method in class org.jibx.binding.def.PropertyDefinition
Check if the value can be loaded.
isLookupSupported() - Method in class org.jibx.binding.classes.ClassCache.ClassCacheLocator
 
isLookupSupported() - Method in class org.jibx.binding.model.TreeContext
Check if class lookup is supported.
isLookupSupported() - Method in class org.jibx.util.DummyClassLocator
Check if class lookup is supported.
isLookupSupported() - Method in interface org.jibx.util.IClassLocator
Check if class lookup is supported.
isMappingReference() - Method in class org.jibx.binding.def.NestedStructure
Check if the structure is just a mapping reference.
isMethod() - Method in class org.jibx.binding.classes.ClassItem
Check if item is a method.
isMethod() - Method in class org.jibx.binding.model.ClassItemWrapper
 
isMethod() - Method in interface org.jibx.util.IClassItem
Check if item is a method.
isModifiable() - Method in class org.jibx.binding.classes.ClassFile
Check if class is modifiable.
isModifiable() - Method in class org.jibx.binding.model.ClassWrapper
 
isModifiable() - Method in class org.jibx.util.HolderBase
Check if file is modifiable.
isModifiable() - Method in interface org.jibx.util.IClass
Check if class is modifiable.
isModified() - Method in class org.jibx.binding.classes.ClassFile
Check if class has been modified.
isNillable() - Method in class org.jibx.binding.model.ContainerElementBase
Check if nillable object.
isNillable() - Method in class org.jibx.binding.model.ObjectAttributes
Check if nillable object.
isNillable() - Method in class org.jibx.binding.model.ValueElement
Check if nillable object.
isNullUri() - Method in class org.jibx.binding.def.NameDefinition
Check if namespace URI is null.
isOptional() - Method in class org.jibx.binding.def.ComponentProperty
 
isOptional() - Method in class org.jibx.binding.def.DirectGeneric
 
isOptional() - Method in class org.jibx.binding.def.DirectObject
 
isOptional() - Method in class org.jibx.binding.def.DirectProperty
 
isOptional() - Method in class org.jibx.binding.def.ElementWrapper
 
isOptional() - Method in interface org.jibx.binding.def.IComponent
Check if component is an optional item.
isOptional() - Method in class org.jibx.binding.def.MappingReference
 
isOptional() - Method in class org.jibx.binding.def.NestedBase
 
isOptional() - Method in class org.jibx.binding.def.NestedCollection
 
isOptional() - Method in class org.jibx.binding.def.ObjectBinding
 
isOptional() - Method in class org.jibx.binding.def.PassThroughComponent
 
isOptional() - Method in class org.jibx.binding.def.PrecompiledBinding
 
isOptional() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property is optional.
isOptional() - Method in class org.jibx.binding.def.ValueChild
 
isOptional() - Method in class org.jibx.binding.model.BindingElement
 
isOptional() - Method in interface org.jibx.binding.model.IComponent
Check if component is an optional item.
isOptional() - Method in class org.jibx.binding.model.StructureElementBase
 
isOptional() - Method in class org.jibx.binding.model.TemplateElementBase
 
isOptional() - Method in class org.jibx.binding.model.ValueElement
 
isOrdered() - Method in class org.jibx.binding.model.ContainerElementBase
Check if child components are ordered.
isOrdered() - Method in class org.jibx.binding.model.StructureAttributes
Check if child components are ordered.
isOutBinding() - Method in class org.jibx.binding.model.BindingElement
Check if this binding component applies for marshalling XML.
isOutBinding() - Method in class org.jibx.binding.model.TreeContext
Check if binding supports output.
isOutput() - Method in class org.jibx.binding.def.BindingDefinition
Check if binding is defined for marshalling.
isPatternMatch(String, String) - Static method in class org.jibx.util.NameUtilities
Checks if a name matches a pattern.
isPrecompiled() - Method in class org.jibx.binding.model.BindingElement
Check if a precompiled binding.
isPrecompiled() - Method in class org.jibx.binding.model.IncludeElement
Check if precompiled binding.
isPreserveClass(String) - Static method in class org.jibx.binding.classes.ClassCache
Check if a class is to be preserved without modification.
isPrimitive() - Method in class org.jibx.binding.def.ObjectStringConversion
Check if the type handled by this conversion is of a primitive type.
isPrimitive() - Method in class org.jibx.binding.def.PrimitiveStringConversion
Check if the type handled by this conversion is of a primitive type.
isPrimitive() - Method in class org.jibx.binding.def.StringConversion
Check if the type handled by this conversion is of a primitive type.
isPrimitive(String) - Static method in class org.jibx.binding.classes.ClassItem
Check if type is a primitive.
isPrimitive(String) - Static method in class org.jibx.binding.model.ClassUtils
Check if type name is a primitive.
isSimpleValue(String) - Static method in class org.jibx.util.Types
Check if type represents a simple text value.
isSkipped(Object) - Method in class org.jibx.binding.model.TreeContext
Check if a component is being skipped due to a fatal error.
isStackTopLong() - Method in class org.jibx.binding.classes.MethodBuilder
Check if top item on stack is a long value.
isStatic() - Method in class org.jibx.binding.classes.ClassItem
Check if item is a static.
isStaticMethod() - Method in class org.jibx.binding.classes.ContextMethodBuilder
Check if method is static.
isSuperclass(String) - Method in class org.jibx.binding.classes.ClassFile
Check if another class is a superclass of this one.
isSuperclass(String) - Method in class org.jibx.binding.model.ClassWrapper
 
isSuperclass(String) - Method in interface org.jibx.util.IClass
Check if another class is a superclass of this one.
isTestOnly() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property is test only.
isThis() - Method in class org.jibx.binding.def.PropertyDefinition
Check if property is "this" reference for object.
isTrackSource() - Method in class org.jibx.binding.def.BindingDefinition
Check if source tracking is supported by unmarshalling binding.
isTrackSource() - Method in class org.jibx.binding.model.BindingElement
Check if source position tracking enabled for unmarshalling.
isTrimWhitespace() - Method in class org.jibx.binding.model.BindingElement
Check if whitespace should be trimmed from simple values.
isUsed() - Method in class org.jibx.binding.classes.ExistingMethod
Check method used status.
iterateBindings() - Method in class org.jibx.binding.model.BindingOrganizer
Iterate the collection of bindings.
iterateMappings() - Method in class org.jibx.binding.model.BindingHolder
Get the number of mapping definitions present in this binding.
iterator() - Method in class org.jibx.util.InsertionOrderedMap.ListSet
 
iterator() - Method in class org.jibx.util.InsertionOrderedMap.ValueCollection
 
iterator() - Method in class org.jibx.util.InsertionOrderedSet
 
iterator() - Method in class org.jibx.util.LazyList
 
iterator() - Method in class org.jibx.util.ReferenceCountMap
Get iterator for keys in map.
iterator() - Method in class org.jibx.util.UniqueNameSet
Get iterator for names in set.
ITypeBinding - Interface in org.jibx.binding.def
Interface for accessing methods used in a type binding.
IUNMARSHALLABLE_INTERFACE - Static variable in class org.jibx.binding.def.MappingBase
 

K

keyArray() - Method in class org.jibx.util.ReferenceCountMap
Get array of keys in map.
keyList() - Method in class org.jibx.util.InsertionOrderedMap
Get list of keys in order added.
keySet() - Method in class org.jibx.binding.util.MultipleValueMap
Get key set.
keySet() - Method in class org.jibx.util.ChainedMap
Get the set of keys.
keySet() - Method in class org.jibx.util.InsertionOrderedMap
 
keySize() - Method in class org.jibx.binding.util.MultipleValueMap
Get number of keys.

L

LazyList - Class in org.jibx.util
List implementation with lazy array construction and modification tracking.
LazyList() - Constructor for class org.jibx.util.LazyList
 
LinkableBase - Class in org.jibx.binding.def
Base class for components that can be linked from multiple locations within the binding definition structure.
LinkableBase() - Constructor for class org.jibx.binding.def.LinkableBase
No argument constructor.
LinkableBase(IComponent) - Constructor for class org.jibx.binding.def.LinkableBase
Constructor.
linkMappings() - Method in class org.jibx.binding.def.DefinitionContext
Links extension mappings to their base mappings.
linkMappings() - Method in class org.jibx.binding.def.MappingDefinition
Links extension mappings to their base mappings.
linkMappings() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
Links extension mappings to their base mappings.
linkMappings() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
Links extension mappings to their base mappings.
ListSet(List) - Constructor for class org.jibx.util.InsertionOrderedMap.ListSet
 
loadBinding(String, String, InputStream, URL) - Method in class org.jibx.binding.Loader
Load binding definition.
loadBinding(String, String, InputStream, URL, boolean) - Static method in class org.jibx.binding.Utility
Load validated binding definition.
loadClass() - Method in class org.jibx.binding.model.ClassWrapper
 
loadClass() - Method in interface org.jibx.util.IClass
Load class in executable form.
loadClass(String) - Method in class org.jibx.binding.classes.ClassCache.ClassCacheLocator
 
loadClass(String) - Static method in class org.jibx.binding.classes.ClassFile
Try loading class from classpath.
loadClass(String) - Method in class org.jibx.util.DummyClassLocator
Load class.
loadClass(String) - Method in interface org.jibx.util.IClassLocator
Load class.
loadClass(String, boolean) - Method in class org.jibx.binding.Loader.NondelegatingLoader
 
loadContext() - Method in class org.jibx.binding.classes.ContextMethodBuilder
Append instruction to load context to stack.
loadContext(String) - Method in class org.jibx.binding.classes.ContextMethodBuilder
Append instruction(s) to load context to stack as specified type.
Loader - Class in org.jibx.binding
Binding classloader.
Loader() - Constructor for class org.jibx.binding.Loader
Default constructor.
Loader(URL[]) - Constructor for class org.jibx.binding.Loader
Constructor with classpath URLs supplied.
Loader(URL[], ClassLoader) - Constructor for class org.jibx.binding.Loader
Constructor with classpath URLs and parent classloader supplied.
Loader.NondelegatingLoader - Class in org.jibx.binding
Version of bind-on-demand loader which will not delegate handling of classes included in the binding definition.
loadFileBinding(String) - Method in class org.jibx.binding.Loader
Load binding definition from file path.
loadFileBinding(String, boolean) - Static method in class org.jibx.binding.Utility
Load binding definition from file.
loadObject() - Method in class org.jibx.binding.classes.ContextMethodBuilder
Append instruction to load object to stack.
loadObject(String) - Method in class org.jibx.binding.classes.ContextMethodBuilder
Append instruction(s) to load object to stack as specified type.
loadResourceBinding(String) - Method in class org.jibx.binding.Loader
Load binding definition from file path.

M

m_arraySize - Variable in class org.jibx.util.StringIntSizedMap
Size of array used for keys.
m_arraySize - Variable in class org.jibx.util.StringSizedSet
Size of array used for keys.
m_attributes - Variable in class org.jibx.binding.def.NestedBase
Included attribute definitions (lazy create, only if needed).
m_baseArray - Variable in class org.jibx.binding.util.ObjectStack
The underlying array used for storing the data.
m_component - Variable in class org.jibx.binding.def.PassThroughComponent
Property value binding component.
m_contents - Variable in class org.jibx.binding.def.NestedBase
Nested content definitions (initially used for all child components).
m_converter - Variable in class org.jibx.binding.def.StringConversion
Whitespace conversion method information.
m_countLimit - Variable in class org.jibx.binding.util.ObjectStack
Size of the current array.
m_countPresent - Variable in class org.jibx.binding.util.ObjectStack
The number of values currently present in the stack.
m_default - Variable in class org.jibx.binding.def.StringConversion
Default value used for this type (wrapper for primitives, otherwise String or null).
m_deserializer - Variable in class org.jibx.binding.def.StringConversion
Deserializer method information.
m_exceptions - Variable in class org.jibx.binding.classes.MethodBuilder
Exceptions needing to be handled in method (lazy create, null if not used).
m_generator - Variable in class org.jibx.binding.classes.MethodBuilder
Generator for constructing method.
m_hashCode - Variable in class org.jibx.binding.classes.MethodBuilder
Accumulated hash code from adding instructions.
m_hitOffset - Variable in class org.jibx.util.StringIntSizedMap
Offset added (modulo table size) to slot number on collision.
m_hitOffset - Variable in class org.jibx.util.StringSizedSet
Offset added (modulo table size) to slot number on collision.
m_instBuilder - Variable in class org.jibx.binding.classes.ClassFile
Instruction factory for modified class (lazy create, only if needed).
m_instructionBuilder - Variable in class org.jibx.binding.classes.MethodBuilder
Builder for class instructions.
m_interfaceNames - Variable in class org.jibx.binding.classes.ClassFile
Names of all interfaces directly implemented by this class.
m_isChoice - Variable in class org.jibx.binding.def.NestedStructure
Flag for choice of child content (used by subclasses).
m_isFlexible - Variable in class org.jibx.binding.def.NestedBase
Flag for flexible element handling (used by subclasses).
m_isOrdered - Variable in class org.jibx.binding.def.NestedBase
Flag for ordered child content (used by subclasses).
m_item - Variable in class org.jibx.binding.classes.MethodBuilder
Method class item information.
m_keyTable - Variable in class org.jibx.util.StringIntSizedMap
Array of key table slots.
m_keyTable - Variable in class org.jibx.util.StringSizedSet
Array of key table slots.
m_maximumGrowth - Variable in class org.jibx.binding.util.ObjectStack
Maximum size increment for growing array.
m_method - Variable in class org.jibx.binding.classes.MethodBuilder
Actual generated method information.
m_notFoundValue - Variable in class org.jibx.util.StringIntSizedMap
Value returned when key not found in table.
m_serializer - Variable in class org.jibx.binding.def.StringConversion
Serializer method information.
m_superClass - Variable in class org.jibx.binding.classes.ClassFile
Super class of this class (set by caller, since it may require additional information to find the class file).
m_targetBranches - Variable in class org.jibx.binding.classes.MethodBuilder
Branch to be aimed at next appended instruction.
m_topChildren - Variable in class org.jibx.binding.model.TemplateElementBase
List of child elements.
m_typeName - Variable in class org.jibx.binding.def.StringConversion
Fully qualified name of class handled by conversion.
m_typeSignature - Variable in class org.jibx.binding.def.StringConversion
Signature of class handled by conversion.
m_valueMap - Variable in class org.jibx.binding.classes.MethodBuilder
Map for initialized properties (lazy create, null if not used).
m_valueTable - Variable in class org.jibx.util.StringIntSizedMap
Array of value table slots.
main(String[]) - Static method in class org.jibx.binding.BindingGenerator
Main method for running compiler as application.
main(String[]) - Static method in class org.jibx.binding.Compile
Main method for running compiler as application.
main(String[]) - Static method in class org.jibx.binding.Run
Main method for bind-on-load handling.
main(String[]) - Static method in class org.jibx.binding.SchemaGenerator
Main method for running compiler as application.
makeAccessible(ClassFile) - Method in class org.jibx.binding.classes.BindingMethod
Make accessible method.
makeAccessible(ClassFile) - Method in class org.jibx.binding.classes.ClassItem
Make accessible item.
makeUniqueMethodName(String) - Method in class org.jibx.binding.classes.ClassFile
Make method name unique with generated suffix.
MAPPING_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
MappingBase - Class in org.jibx.binding.def
Base class for mapping definitions.
MappingBase(IContainer, String, String) - Constructor for class org.jibx.binding.def.MappingBase
Constructor.
MappingBase(IContainer, String, String, IComponent) - Constructor for class org.jibx.binding.def.MappingBase
Constructor with wrapped component supplied.
MappingDefinition - Class in org.jibx.binding.def
Normal mapping with defined binding.
MappingDefinition(IContainer, DefinitionContext, String, NameDefinition, String, boolean, String, ObjectBinding, boolean) - Constructor for class org.jibx.binding.def.MappingDefinition
Constructor.
MappingDirect - Class in org.jibx.binding.def
Direct mapping using supplied marshaller and unmarshaller.
MappingDirect(IContainer, String, String, DirectObject, boolean) - Constructor for class org.jibx.binding.def.MappingDirect
Constructor.
MappingElement - Class in org.jibx.binding.model
Model component for mapping element of normal binding definition.
MappingElement() - Constructor for class org.jibx.binding.model.MappingElement
Default constructor.
MappingElementBase - Class in org.jibx.binding.model
Model component for mapping element of binding definition.
MappingElementBase(int) - Constructor for class org.jibx.binding.model.MappingElementBase
Constructor.
MappingReference - Class in org.jibx.binding.def
Reference to a mapping definition.
MappingReference(IContainer, PropertyDefinition, String, String, String, IContextObj, NameDefinition, boolean, boolean) - Constructor for class org.jibx.binding.def.MappingReference
Constructor from property and type.
MARSHAL_ATTRIBUTE - Static variable in class org.jibx.binding.def.ElementWrapper
 
MARSHAL_ATTRIBUTE - Static variable in class org.jibx.binding.def.StringConversion
 
MARSHAL_ATTRIBUTE - Static variable in class org.jibx.binding.def.ValueChild
 
MARSHAL_CLOSESTART_EMPTY - Static variable in class org.jibx.binding.def.ElementWrapper
 
MARSHAL_CLOSESTART_EMPTY - Static variable in class org.jibx.binding.def.ValueChild
 
MARSHAL_CLOSESTART_EMPTY_SIGNATURE - Static variable in class org.jibx.binding.def.ElementWrapper
 
MARSHAL_CLOSESTART_EMPTY_SIGNATURE - Static variable in class org.jibx.binding.def.ValueChild
 
MARSHAL_ELEMENT - Static variable in class org.jibx.binding.def.StringConversion
 
MARSHAL_ELEMENT - Static variable in class org.jibx.binding.def.ValueChild
 
MARSHAL_EXCEPTION_TEXT - Static variable in class org.jibx.binding.classes.MarshalBuilder
 
MARSHAL_NAME_VALUES - Static variable in class org.jibx.binding.def.StringConversion
 
MARSHAL_SIGNATURE - Static variable in class org.jibx.binding.def.ElementWrapper
 
MARSHAL_SIGNATURE - Static variable in class org.jibx.binding.def.StringConversion
 
MARSHAL_SIGNATURE - Static variable in class org.jibx.binding.def.ValueChild
 
MARSHAL_STARTTAG_ATTRIBUTES - Static variable in class org.jibx.binding.def.ElementWrapper
 
MARSHAL_STARTTAG_ATTRIBUTES - Static variable in class org.jibx.binding.def.ValueChild
 
MARSHAL_STARTTAG_SIGNATURE - Static variable in class org.jibx.binding.def.ElementWrapper
 
MARSHAL_STARTTAG_SIGNATURE - Static variable in class org.jibx.binding.def.ValueChild
 
MarshalBuilder - Class in org.jibx.binding.classes
Marshalling method builder.
MarshalBuilder(String, ClassFile, ClassFile) - Constructor for class org.jibx.binding.classes.MarshalBuilder
Constructor.
MARSHALLABLE_METHODNAME - Static variable in class org.jibx.binding.def.MappingBase
 
MARSHALLABLE_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
MARSHALLER_INTERFACE - Static variable in class org.jibx.binding.def.MappingBase
 
MARSHALLERMARSHAL_METHOD - Static variable in class org.jibx.binding.def.MappingBase
 
MARSHALLERMARSHAL_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
MarshalUnmarshalBuilder - Class in org.jibx.binding.classes
Builder for marshal and unmarshal methods.
MarshalUnmarshalBuilder(String, Type, Type[], ClassFile, int, int, String, int, String) - Constructor for class org.jibx.binding.classes.MarshalUnmarshalBuilder
Constructor.
matchPaths(File, URL, List, ResourceMatcher.ReportMatch) - Static method in class org.jibx.util.ResourceMatcher
Find matches to resource paths.
MethodBuilder - Class in org.jibx.binding.classes
Method builder.
MethodBuilder(String, Type, Type[], ClassFile, int) - Constructor for class org.jibx.binding.classes.MethodBuilder
Constructor.
ModelVisitor - Class in org.jibx.binding.model
Binding model visitor base class.
ModelVisitor() - Constructor for class org.jibx.binding.model.ModelVisitor
 
multipleIterator() - Method in class org.jibx.binding.util.MultipleValueMap
Get iterator over only the multiple-valued keys present in the map.
MultipleIterator() - Constructor for class org.jibx.binding.util.MultipleValueMap.MultipleIterator
Constructor.
MultipleValueMap - Class in org.jibx.binding.util
Map supporting multiple values for a single key.
MultipleValueMap() - Constructor for class org.jibx.binding.util.MultipleValueMap
Constructor.
MultipleValueMap.MultipleIterator - Class in org.jibx.binding.util
Iterator for only the multiple-valued keys in the map.
MungedClass - Class in org.jibx.binding.classes
Modifiable class handler.

N

name() - Method in class org.jibx.binding.model.ElementBase
Get element name.
NameAttributes - Class in org.jibx.binding.model
Model component for name attribute group in binding definition.
NameAttributes() - Constructor for class org.jibx.binding.model.NameAttributes
Default constructor.
NameDefinition - Class in org.jibx.binding.def
Named value definition from binding.
NameDefinition(String, String, boolean) - Constructor for class org.jibx.binding.def.NameDefinition
Constructor.
NAMESPACE_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
NamespaceDefinition - Class in org.jibx.binding.def
Namespace definition from binding.
NamespaceDefinition(String, String, int) - Constructor for class org.jibx.binding.def.NamespaceDefinition
Constructor.
NamespaceElement - Class in org.jibx.binding.model
Model component for namespace element of binding definition.
NamespaceElement() - Constructor for class org.jibx.binding.model.NamespaceElement
Constructor.
NameUtilities - Class in org.jibx.util
Support methods for name conversions.
NameUtilities() - Constructor for class org.jibx.util.NameUtilities
 
NestedBase - Class in org.jibx.binding.def
Base class for structure and collection binding definitions.
NestedBase(IContainer, IContextObj, boolean, boolean, boolean) - Constructor for class org.jibx.binding.def.NestedBase
Constructor.
NestedCollection - Class in org.jibx.binding.def
Collection binding definition.
NestedCollection(IContainer, IContextObj, boolean, boolean, boolean, String, NestedCollection.CollectionLoad, NestedCollection.CollectionStore) - Constructor for class org.jibx.binding.def.NestedCollection
Constructor.
NestedStructure - Class in org.jibx.binding.def
Structure binding definition.
NestedStructure(IContainer, IContextObj, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jibx.binding.def.NestedStructure
Constructor.
NestingAttributes - Class in org.jibx.binding.model
Model component for nesting attribute group in binding definition.
NestingAttributes() - Constructor for class org.jibx.binding.model.NestingAttributes
 
NestingElementBase - Class in org.jibx.binding.model
Model component for elements that can contain other component elements.
NestingElementBase(int) - Constructor for class org.jibx.binding.model.NestingElementBase
Constructor.
newValidationContext() - Static method in class org.jibx.binding.model.BindingElement
Create a default validation context.
next() - Method in class org.jibx.binding.util.MultipleValueMap.MultipleIterator
Get the next multiple-valued key in map.
next() - Method in class org.jibx.util.InsertionOrderedMap.ValueIterator
 
next() - Method in class org.jibx.util.SparseArrayIterator
Get next iteration element.
NODEFAULT_USAGE - Static variable in class org.jibx.binding.model.NamespaceElement
 
NondelegatingLoader() - Constructor for class org.jibx.binding.Loader.NondelegatingLoader
 
NONE_IDENT - Static variable in class org.jibx.binding.model.ValueElement
 

O

ObjectAttributes - Class in org.jibx.binding.model
Model component for object attribute group in binding definition.
ObjectAttributes() - Constructor for class org.jibx.binding.model.ObjectAttributes
Constructor.
ObjectBinding - Class in org.jibx.binding.def
Binding modifiers that apply to a class reference.
ObjectBinding(IContainer, IContextObj, String, String, String, String, String, String) - Constructor for class org.jibx.binding.def.ObjectBinding
Constructor.
ObjectStack - Class in org.jibx.binding.util
Growable Object stack with type specific access methods.
ObjectStack() - Constructor for class org.jibx.binding.util.ObjectStack
Default constructor.
ObjectStack(int) - Constructor for class org.jibx.binding.util.ObjectStack
Constructor with initial size specified.
ObjectStack(int, int) - Constructor for class org.jibx.binding.util.ObjectStack
Constructor with full specification.
ObjectStack(Object[]) - Constructor for class org.jibx.binding.util.ObjectStack
Constructor from array of strings.
ObjectStack(ObjectStack) - Constructor for class org.jibx.binding.util.ObjectStack
Copy (clone) constructor.
ObjectStringConversion - Class in org.jibx.binding.def
Object string conversion handling.
openConnection(URL) - Method in class org.jibx.util.ClasspathUrlExtender.ClasspathHandler
 
OPTIONAL_IN_USAGE - Static variable in class org.jibx.binding.model.PropertyAttributes
 
OPTIONAL_OUT_USAGE - Static variable in class org.jibx.binding.model.PropertyAttributes
 
OPTIONAL_USAGE - Static variable in class org.jibx.binding.model.PropertyAttributes
 
OptionalStructureWrapper - Class in org.jibx.binding.def
Component decorator for optional structure with associated property.
OptionalStructureWrapper(IComponent, PropertyDefinition, boolean) - Constructor for class org.jibx.binding.def.OptionalStructureWrapper
Constructor.
org.jibx.binding - package org.jibx.binding
 
org.jibx.binding.ant - package org.jibx.binding.ant
 
org.jibx.binding.classes - package org.jibx.binding.classes
 
org.jibx.binding.def - package org.jibx.binding.def
 
org.jibx.binding.model - package org.jibx.binding.model
 
org.jibx.binding.util - package org.jibx.binding.util
 
org.jibx.util - package org.jibx.util
 
OUT_BINDING - Static variable in class org.jibx.binding.model.BindingElement
 
OUTPUT_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
OutputElement - Class in org.jibx.binding.model
Model component for output element of binding definition.
OutputElement() - Constructor for class org.jibx.binding.model.OutputElement
Constructor.

P

PACKAGE_ACCESS - Static variable in class org.jibx.binding.classes.ClassFile
 
PassThroughComponent - Class in org.jibx.binding.def
Default component decorator.
PassThroughComponent() - Constructor for class org.jibx.binding.def.PassThroughComponent
No argument constructor.
PassThroughComponent(IComponent) - Constructor for class org.jibx.binding.def.PassThroughComponent
Constructor.
peek() - Method in class org.jibx.binding.util.ObjectStack
Copy top value from the stack.
peek() - Method in class org.jibx.util.StringStack
Copy top value from the stack.
peek(int) - Method in class org.jibx.binding.util.ObjectStack
Copy a value from the stack.
peek(int) - Method in class org.jibx.util.StringStack
Copy a value from the stack.
peekElement() - Method in class org.jibx.binding.model.TreeContext
Peek current element of hierarchy.
pluralize(String) - Static method in class org.jibx.util.NameUtilities
Convert singular name to plural form.
pop() - Method in class org.jibx.binding.util.ObjectStack
Pop a value from the stack.
pop() - Method in class org.jibx.util.StringStack
Pop a value from the stack.
pop(int) - Method in class org.jibx.binding.util.ObjectStack
Pop multiple values from the stack.
pop(int) - Method in class org.jibx.util.StringStack
Pop multiple values from the stack.
popNode() - Method in class org.jibx.binding.model.TreeContext
Pop node from tree.
PrecompiledAbstractMapping - Class in org.jibx.binding.def
Abstract mapping defined by a precompiled binding.
PrecompiledAbstractMapping(String, String, String, int, IBindingFactory, int[], IContainer) - Constructor for class org.jibx.binding.def.PrecompiledAbstractMapping
Constructor.
PrecompiledBinding - Class in org.jibx.binding.def
Linkage to object marshalling/unmarshalling code for a class handled by an abstract mapping in a precompiled binding.
PrecompiledBinding(int, String[][], boolean, String) - Constructor for class org.jibx.binding.def.PrecompiledBinding
Constructor.
PrecompiledConcreteMapping - Class in org.jibx.binding.def
Concrete mapping defined by a precompiled binding.
PrecompiledConcreteMapping(String, String, NameDefinition, String, String, IContainer, boolean, String) - Constructor for class org.jibx.binding.def.PrecompiledConcreteMapping
Constructor.
PrecompiledMappingElement - Class in org.jibx.binding.model
Model component for mapping element of precompiled binding definition.
PrecompiledMappingElement() - Constructor for class org.jibx.binding.model.PrecompiledMappingElement
Default constructor.
PRESERVE_WHITESPACE - Static variable in class org.jibx.binding.model.StringAttributes
 
prevalidate(BindingElement) - Method in class org.jibx.binding.model.ValidationContext
Prevalidate binding model tree.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.AttributeBase
Prevalidate attribute information.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.BindingElement
Prevalidate all attributes of element in isolation.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.CollectionElement
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.ContainerElementBase
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.ElementBase
Prevalidate element information.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.FormatElement
Prevalidate attributes of element in isolation.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.IncludeElement
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.MappingElementBase
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.NamespaceElement
Prevalidate attributes of element in isolation.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.NestingAttributes
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.NestingElementBase
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.ObjectAttributes
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.PropertyAttributes
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.StringAttributes
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.StructureAttributes
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.StructureElementBase
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.TemplateElement
Prevalidate attributes of element in isolation.
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.TemplateElementBase
 
prevalidate(ValidationContext) - Method in class org.jibx.binding.model.ValueElement
 
PrevalidationVisitor() - Constructor for class org.jibx.binding.model.ValidationContext.PrevalidationVisitor
 
PrimitiveStringConversion - Class in org.jibx.binding.def
Primitive string conversion handling.
PrimitiveStringConversion(Class, Object, String, String, String, String, String) - Constructor for class org.jibx.binding.def.PrimitiveStringConversion
Constructor.
PrimitiveStringConversion(String, PrimitiveStringConversion) - Constructor for class org.jibx.binding.def.PrimitiveStringConversion
Constructor.
print() - Method in class org.jibx.binding.def.BindingDefinition
 
print(int) - Method in class org.jibx.binding.def.BaseMappingWrapper
 
print(int) - Method in class org.jibx.binding.def.ComponentProperty
 
print(int) - Method in class org.jibx.binding.def.DefinitionContext
 
print(int) - Method in class org.jibx.binding.def.DirectGeneric
 
print(int) - Method in class org.jibx.binding.def.DirectObject
 
print(int) - Method in class org.jibx.binding.def.DirectProperty
 
print(int) - Method in class org.jibx.binding.def.ElementWrapper
 
print(int) - Method in interface org.jibx.binding.def.IComponent
 
print(int) - Method in class org.jibx.binding.def.LinkableBase
 
print(int) - Method in class org.jibx.binding.def.MappingDefinition
 
print(int) - Method in class org.jibx.binding.def.MappingDirect
 
print(int) - Method in class org.jibx.binding.def.MappingReference
 
print(int) - Method in class org.jibx.binding.def.NamespaceDefinition
 
print(int) - Method in class org.jibx.binding.def.NestedCollection
 
print(int) - Method in class org.jibx.binding.def.NestedStructure
 
print(int) - Method in class org.jibx.binding.def.ObjectBinding
 
print(int) - Method in class org.jibx.binding.def.OptionalStructureWrapper
 
print(int) - Method in class org.jibx.binding.def.PassThroughComponent
 
print(int) - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
print(int) - Method in class org.jibx.binding.def.PrecompiledBinding
 
print(int) - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
print(int) - Method in class org.jibx.binding.def.StructureReference
 
print(int) - Method in class org.jibx.binding.def.ValueChild
 
PRIVATE_ACCESS - Static variable in class org.jibx.binding.classes.ClassFile
 
PRIVATEFIELD_ACCESS - Static variable in class org.jibx.binding.classes.ClassFile
 
processBindings() - Method in class org.jibx.binding.Loader
Process the binding definitions.
PropertyAttributes - Class in org.jibx.binding.model
Model component for property attribute group in binding definition.
PropertyAttributes() - Constructor for class org.jibx.binding.model.PropertyAttributes
 
PropertyDefinition - Class in org.jibx.binding.def
Property definition from binding.
PropertyDefinition(String, IContextObj, boolean) - Constructor for class org.jibx.binding.def.PropertyDefinition
Constructor for implicit object reference.
PropertyDefinition(IContainer, IContextObj, String, boolean, boolean, String, String, String, String, String) - Constructor for class org.jibx.binding.def.PropertyDefinition
Constructor.
PropertyDefinition(IContextObj, boolean) - Constructor for class org.jibx.binding.def.PropertyDefinition
Constructor for "this" object reference.
PropertyDefinition(PropertyDefinition) - Constructor for class org.jibx.binding.def.PropertyDefinition
Copy constructor.
PROTECTED_ACCESS - Static variable in class org.jibx.binding.classes.ClassFile
 
PUBLIC_ACCESS - Static variable in class org.jibx.binding.classes.ClassFile
 
push(Object) - Method in class org.jibx.binding.util.ObjectStack
Push a value on the stack.
push(String) - Method in class org.jibx.util.StringStack
Push a value on the stack.
pushDefault(ContextMethodBuilder) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Push default value on stack.
pushNode(ElementBase) - Method in class org.jibx.binding.model.TreeContext
Push node on tree.
put(Object, Object) - Method in class org.jibx.util.ChainedMap
Set an override value.
put(Object, Object) - Method in class org.jibx.util.InsertionOrderedMap
 
putAll(Map) - Method in class org.jibx.util.ChainedMap
Add all key-value pairs from another map into the overrides map.
putAll(Map) - Method in class org.jibx.util.InsertionOrderedMap
 

R

readBinding(InputStream, String, BindingElement, boolean, ValidationContext) - Static method in class org.jibx.binding.model.BindingElement
Read a binding definition (possibly as an include) to construct binding model.
readBinding(InputStream, String, ValidationContext) - Static method in class org.jibx.binding.model.BindingElement
Read a binding definition to construct binding model.
REF_IDENT - Static variable in class org.jibx.binding.model.ValueElement
 
ReferenceCountMap - Class in org.jibx.util
Hash map for counting references to Object keys.
ReferenceCountMap() - Constructor for class org.jibx.util.ReferenceCountMap
Default constructor.
ReferenceCountMap(int) - Constructor for class org.jibx.util.ReferenceCountMap
Constructor with count.
ReferenceCountMap(ReferenceCountMap) - Constructor for class org.jibx.util.ReferenceCountMap
Copy (clone) constructor.
ReflectionUtilities - Class in org.jibx.util
Support methods for using reflection access to values.
ReflectionUtilities() - Constructor for class org.jibx.util.ReflectionUtilities
 
RegistrationVisitor - Class in org.jibx.binding.model
Model visitor for handling item registration.
RegistrationVisitor(ValidationContext) - Constructor for class org.jibx.binding.model.RegistrationVisitor
Constructor.
remove() - Method in class org.jibx.binding.util.MultipleValueMap.MultipleIterator
Remove current multiple-valued key.
remove() - Method in class org.jibx.util.InsertionOrderedMap.ValueIterator
 
remove() - Method in class org.jibx.util.SparseArrayIterator
Remove element from iteration.
remove(int) - Method in class org.jibx.binding.model.EmptyArrayList
 
remove(int) - Method in class org.jibx.util.LazyList
 
remove(int, int) - Method in class org.jibx.util.LazyList
Remove range of values.
remove(Object) - Method in class org.jibx.binding.model.EmptyArrayList
 
remove(Object) - Method in class org.jibx.util.ChainedMap
Remove a key-value pair.
remove(Object) - Method in class org.jibx.util.InsertionOrderedMap
 
remove(Object) - Method in class org.jibx.util.InsertionOrderedSet
 
removeAll(Collection) - Method in class org.jibx.binding.model.EmptyArrayList
 
removeAll(Collection) - Method in class org.jibx.util.InsertionOrderedSet
 
removeMethod(Method) - Method in class org.jibx.binding.classes.ClassFile
Remove method from class.
removeRange(int, int) - Method in class org.jibx.binding.model.EmptyArrayList
 
removeRange(int, int) - Method in class org.jibx.util.LazyList
 
REPLACE_WHITESPACE - Static variable in class org.jibx.binding.model.StringAttributes
 
requireClassFile(String) - Static method in class org.jibx.binding.classes.ClassCache
Get required class information.
REQUIRED_USAGE - Static variable in class org.jibx.binding.model.PropertyAttributes
 
reset() - Static method in class org.jibx.binding.classes.BoundClass
Discard cached information and reset in preparation for a new binding run.
reset() - Static method in class org.jibx.binding.classes.MungedClass
Discard cached information and reset in preparation for a new binding run.
reset() - Static method in class org.jibx.binding.def.BindingDefinition
Discard cached information and reset in preparation for a new binding run.
reset() - Method in class org.jibx.binding.Loader
Reset loader information.
ResourceMatcher - Class in org.jibx.util
Supports finding resources relative to a file system base directory or base URL.
ResourceMatcher() - Constructor for class org.jibx.util.ResourceMatcher
 
ResourceMatcher.ReportMatch - Interface in org.jibx.util
Report matches found to name patterns.
retainAll(Collection) - Method in class org.jibx.binding.model.EmptyArrayList
 
retainAll(Collection) - Method in class org.jibx.util.InsertionOrderedSet
 
Run - Class in org.jibx.binding
Bind-on-load class runner.
runValidation(boolean, ValidationContext) - Method in class org.jibx.binding.model.BindingElement
Run the actual validation of a binding model.
runValidation(ValidationContext) - Method in class org.jibx.binding.model.BindingElement
Run the actual validation of a binding model.

S

s_allowedAttributes - Static variable in class org.jibx.binding.model.BindingElement
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.CollectionElement
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.ContainerElementBase
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.FormatElement
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.IncludeElement
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.MappingElementBase
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.NameAttributes
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.NamespaceElement
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.NestingAttributes
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.NestingElementBase
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.ObjectAttributes
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.PropertyAttributes
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.StringAttributes
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.StructureAttributes
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.StructureElement
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.StructureElementBase
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.TemplateElementBase
Enumeration of allowed attribute names
s_allowedAttributes - Static variable in class org.jibx.binding.model.ValueElement
Enumeration of allowed attribute names
s_argNameLists - Static variable in class org.jibx.binding.classes.MethodBuilder
Table of argument name lists (generated as needed).
s_builtinFormats - Static variable in class org.jibx.binding.model.BuiltinFormats
Default format definitions.
s_defaultEnum - Static variable in class org.jibx.binding.model.NamespaceElement
 
s_whitespaceEnum - Static variable in class org.jibx.binding.model.StringAttributes
 
SCHEMA_NAMESPACE - Static variable in class org.jibx.util.Types
 
SchemaGenerator - Class in org.jibx.binding
Binding generator.
SchemaGenerator(boolean, boolean, boolean, ArrayList) - Constructor for class org.jibx.binding.SchemaGenerator
Constructor with settings specified.
SchemaGenerator(ArrayList) - Constructor for class org.jibx.binding.SchemaGenerator
Constructor with only paths supplied.
schemaType(String) - Static method in class org.jibx.util.Types
Get the schema type for a simple text value.
set(int, Object) - Method in class org.jibx.binding.model.EmptyArrayList
 
set(int, Object) - Method in class org.jibx.util.LazyList
 
setAbstract(boolean) - Method in class org.jibx.binding.model.MappingElementBase
Set abstract mapping.
setAccessFlags(int) - Method in class org.jibx.binding.classes.BindingMethod
Set access flags.
setAccessFlags(int) - Method in class org.jibx.binding.classes.ClassItem
Set access flags.
setAccessFlags(int) - Method in class org.jibx.binding.classes.ExistingMethod
Set access flags.
setAccessFlags(int) - Method in class org.jibx.binding.classes.MethodBuilder
Set access flags.
setAddConstructors(boolean) - Method in class org.jibx.binding.model.BindingElement
Set default constructor generation.
setAddMethodName(String) - Method in class org.jibx.binding.model.CollectionElement
Set add method name.
setAllowRepeats(boolean) - Method in class org.jibx.binding.model.ContainerElementBase
Set repeated child elements allowed flag.
setAllowRepeats(boolean) - Method in class org.jibx.binding.model.StructureAttributes
Set repeated child elements allowed flag.
setAttributeQualified(boolean) - Method in class org.jibx.binding.SchemaGenerator
Set control flag for attribute qualified default schema.
setBaseName(String) - Method in class org.jibx.binding.model.TemplateElement
Set base type name.
setBasePrefix(String) - Method in class org.jibx.binding.model.TemplateElement
Set base type namespace prefix.
setBaseUri(String) - Method in class org.jibx.binding.model.TemplateElement
Set base type namespace URI.
setBaseUrl(URL) - Method in class org.jibx.binding.model.BindingElement
Set base URL for relative include paths.
setBinding(String) - Method in class org.jibx.binding.ant.CompileTask
 
setBinding(BindingElement) - Method in class org.jibx.binding.model.BindingHolder
Set the binding element.
setBindingRoot(BindingElement) - Method in class org.jibx.binding.model.TreeContext
Set root element of binding.
setCamelCase(boolean) - Method in class org.jibx.binding.BindingGenerator
Set control flag for camel case element naming.
setChoice(boolean) - Method in class org.jibx.binding.model.ContainerElementBase
Set child components choice flag.
setChoice(boolean) - Method in class org.jibx.binding.model.StructureAttributes
Set child components choice flag.
setClassLoader(ClassLoader) - Static method in class org.jibx.util.ClasspathUrlExtender
Set the classloader to be used for accessing resources.
setClassName(String) - Method in class org.jibx.binding.model.TemplateElementBase
Set mapped class name.
setClasspath(Path) - Method in class org.jibx.binding.ant.CompileTask
Sets the classpath for this task.
setComment(String) - Method in class org.jibx.binding.model.ElementBase
Set element comment.
setComponents(ArrayList, ArrayList) - Method in class org.jibx.binding.model.ContainerElementBase
Set child attribute and content components directly.
setConstantValue(String) - Method in class org.jibx.binding.model.ValueElement
Set constant value.
setConversion(StringConversion) - Method in class org.jibx.binding.def.DefinitionContext
Set specific conversion definition for type.
setCreateType(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set new instance type class name.
setCreateType(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set new instance type class name.
setCurrent(Object) - Method in class org.jibx.binding.util.SparseStack
Set current object.
setDeclaredType(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set declared type name.
setDeclaredType(String) - Method in class org.jibx.binding.model.StructureElementBase
Set declared type name.
setDeclaredType(String) - Method in class org.jibx.binding.model.ValueElement
Set declared type name.
setDefaultConversion(QName, StringConversion) - Method in class org.jibx.binding.def.DefinitionContext
Sets a conversion definition by both type and name.
setDefaultFormat(boolean) - Method in class org.jibx.binding.model.FormatElement
Set default format for type.
setDefaultName(String) - Method in class org.jibx.binding.model.NamespaceElement
Set namespace default type name.
setDefaultName(String) - Method in class org.jibx.binding.model.StringAttributes
Set whitespace handling type name.
setDefaultTemplate(boolean) - Method in class org.jibx.binding.model.TemplateElement
Set default template for type flag.
setDefaultText(String) - Method in class org.jibx.binding.model.FormatElement
Set default value text.
setDefaultText(String) - Method in class org.jibx.binding.model.StringAttributes
Set default value text.
setDefaultText(String) - Method in class org.jibx.binding.model.ValueElement
Set default value text.
setDeserializer(String) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Set deserializer for conversion.
setDeserializer(String) - Method in class org.jibx.binding.def.StringConversion
Set deserializer for conversion.
setDeserializerName(String) - Method in class org.jibx.binding.model.FormatElement
Set deserializer method name.
setDeserializerName(String) - Method in class org.jibx.binding.model.StringAttributes
Set deserializer method name.
setDeserializerName(String) - Method in class org.jibx.binding.model.ValueElement
Set deserializer method name.
setDirect(boolean) - Method in class org.jibx.binding.def.ElementWrapper
Set the direct access flag.
setEffectiveStyle(int) - Method in class org.jibx.binding.model.ValueElement
Set style that applies to this value.
setElementQualified(boolean) - Method in class org.jibx.binding.SchemaGenerator
Set control flag for element qualified default schema.
setEnumValueName(String) - Method in class org.jibx.binding.model.FormatElement
Set enum value method name.
setEnumValueName(String) - Method in class org.jibx.binding.model.StringAttributes
Set enum value method name.
setEnumValueName(String) - Method in class org.jibx.binding.model.ValueElement
Set enum value method name.
setErrorOverride(boolean) - Static method in class org.jibx.binding.classes.BranchWrapper
Set target setting error override state.
setExtendsName(String) - Method in class org.jibx.binding.model.MappingElementBase
Set name of mapped class extended by this one.
setFactoryLocation(String, File) - Method in class org.jibx.binding.def.BindingDefinition
Set location for binding factory class generation.
setFactoryName(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set factory method name.
setFactoryName(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set factory method name.
setFieldName(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set field name.
setFieldName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set field name.
setFieldName(String) - Method in class org.jibx.binding.model.ValueElement
Set field name.
setFileName(String) - Method in class org.jibx.binding.model.BindingHolder
Set the file name to be used for this file.
setFileName(String) - Method in class org.jibx.util.HolderBase
Set the file name to be used for this file.
setFlagName(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set flag method name.
setFlagName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set flag method name.
setFlexible(boolean) - Method in class org.jibx.binding.model.ContainerElementBase
Set flexible flag.
setFlexible(boolean) - Method in class org.jibx.binding.model.StructureAttributes
Set flexible flag.
setForceClasses(boolean) - Method in class org.jibx.binding.model.BindingElement
Set force marshaller/unmarshaller class creation for top-level non-base abstract mappings.
setForceUnmarshal(boolean) - Method in class org.jibx.binding.def.ComponentProperty
Set flag to force unmarshalling to create an object.
setFormatName(String) - Method in class org.jibx.binding.model.StringAttributes
Set base format name.
setFormatName(String) - Method in class org.jibx.binding.model.ValueElement
Set base format name.
setFormatQName(QName) - Method in class org.jibx.binding.model.StringAttributes
Set format qualified name.
setFormatQName(QName) - Method in class org.jibx.binding.model.ValueElement
Set format qualified name.
setForward(boolean) - Method in class org.jibx.binding.model.BindingElement
Set forward references to IDs be supported in XML.
setGetName(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set get method name.
setGetName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set get method name.
setGetName(String) - Method in class org.jibx.binding.model.ValueElement
Set get method name.
setGlobalDefinitions(DefinitionContext) - Method in class org.jibx.binding.model.TreeContext
Set the global definition context.
setIdChild(IComponent) - Method in class org.jibx.binding.def.BindingDefinition
Set ID property.
setIdChild(IComponent) - Method in interface org.jibx.binding.def.IContextObj
Set ID property.
setIdChild(IComponent) - Method in class org.jibx.binding.def.ObjectBinding
 
setIdChild(IComponent) - Method in class org.jibx.binding.model.CollectionElement
Set ID property.
setIdChild(IComponent, ValidationContext) - Method in class org.jibx.binding.model.ContainerElementBase
Set ID property child.
setIdentName(String) - Method in class org.jibx.binding.model.ValueElement
Set identity name.
setInBinding(boolean) - Method in class org.jibx.binding.model.BindingElement
Set binding component applies for unmarshalling XML.
setIncludePath(String) - Method in class org.jibx.binding.model.IncludeElement
Set path to included binding.
setIndex(int) - Method in class org.jibx.binding.def.NamespaceDefinition
Set namespace index.
setInputSide(InputElement) - Method in class org.jibx.binding.model.SplitElement
Set input side of binding.
setIsAttribute(boolean) - Method in class org.jibx.binding.model.NameAttributes
Set flag for an attribute name.
setItemTypeName(String) - Method in class org.jibx.binding.model.CollectionElement
Set item type name.
setIterMethodName(String) - Method in class org.jibx.binding.model.CollectionElement
Set iterator method name.
setKeyValue(Object, Object) - Method in class org.jibx.binding.classes.MethodBuilder
Add keyed value to method definition.
setLabel(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set label for this definition.
setLabel(String) - Method in class org.jibx.binding.model.FormatElement
Set format label.
setLabel(String) - Method in class org.jibx.binding.model.TemplateElement
Set template label.
setLabelName(String) - Method in class org.jibx.binding.model.StructureAttributes
Set label name for child component list.
setLinkages() - Method in class org.jibx.binding.def.DefinitionContext
Set linkages between binding components.
setLinkages() - Method in class org.jibx.binding.def.DirectGeneric
 
setLinkages() - Method in class org.jibx.binding.def.DirectObject
 
setLinkages() - Method in class org.jibx.binding.def.DirectProperty
 
setLinkages() - Method in class org.jibx.binding.def.ElementWrapper
 
setLinkages() - Method in interface org.jibx.binding.def.ILinkable
Establish and validate linkages between binding components.
setLinkages() - Method in class org.jibx.binding.def.LinkableBase
 
setLinkages() - Method in class org.jibx.binding.def.MappingDefinition
 
setLinkages() - Method in class org.jibx.binding.def.MappingDirect
 
setLinkages() - Method in class org.jibx.binding.def.MappingReference
 
setLinkages() - Method in class org.jibx.binding.def.NestedCollection
 
setLinkages() - Method in class org.jibx.binding.def.NestedStructure
 
setLinkages() - Method in class org.jibx.binding.def.ObjectBinding
 
setLinkages() - Method in class org.jibx.binding.def.PassThroughComponent
 
setLinkages() - Method in class org.jibx.binding.def.PrecompiledAbstractMapping
 
setLinkages() - Method in class org.jibx.binding.def.PrecompiledBinding
 
setLinkages() - Method in class org.jibx.binding.def.PrecompiledConcreteMapping
 
setLinkages() - Method in class org.jibx.binding.def.StructureReference
 
setLinkages() - Method in class org.jibx.binding.def.ValueChild
 
setLoad(boolean) - Method in class org.jibx.binding.ant.CompileTask
 
setLoad(boolean) - Method in class org.jibx.binding.Compile
Set control flag for test loading generated/modified classes.
setLoadMethodName(String) - Method in class org.jibx.binding.model.CollectionElement
Set load method name.
setMajorVersion(int) - Method in class org.jibx.binding.model.BindingElement
Set major version number.
setMapAsName(String) - Method in class org.jibx.binding.model.StructureElement
Set name of mapping type.
setMapAsQName(QName) - Method in class org.jibx.binding.model.StructureElement
Set qualified name of mapping type.
setMarshallerName(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set marshaller class name.
setMarshallerName(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set marshaller class name.
setMarshallerUnmarshallerClasses(String, String, String) - Method in class org.jibx.binding.def.BindingDefinition
Set marshaller and unmarshaller class names.
setMinorVersion(int) - Method in class org.jibx.binding.model.BindingElement
Set minor version number.
setModified() - Method in class org.jibx.binding.classes.ClassFile
Set class modified flag.
setModify(File, String, String) - Static method in class org.jibx.binding.classes.BoundClass
Set override modification information.
setName(String) - Method in class org.jibx.binding.model.BindingElement
Set binding name.
setName(String) - Method in class org.jibx.binding.model.MappingElementBase
Set name.
setName(String) - Method in class org.jibx.binding.model.NameAttributes
Set name.
setName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set name.
setName(String) - Method in class org.jibx.binding.model.ValueElement
Set name.
setNamedConversion(QName, StringConversion) - Method in class org.jibx.binding.def.DefinitionContext
Sets a named conversion definition.
setNillable(boolean) - Method in class org.jibx.binding.model.ContainerElementBase
Set nillable flag.
setNillable(boolean) - Method in class org.jibx.binding.model.ObjectAttributes
Set nillable flag.
setNillable(boolean) - Method in class org.jibx.binding.model.ValueElement
Set nillable flag.
setObjectContext(IContextObj) - Method in class org.jibx.binding.def.NestedBase
Set the object context.
setObjectContext(IContextObj) - Method in class org.jibx.binding.def.NestedStructure
Set the object context.
setObjectSlot(int) - Method in class org.jibx.binding.classes.ContextMethodBuilder
Set current object slot.
setOptional(boolean) - Method in class org.jibx.binding.def.PropertyDefinition
Set flag for an optional property.
setOptionalIgnored(boolean) - Method in class org.jibx.binding.def.ElementWrapper
Set flag for an optional ignored element.
setOptionalNormal(boolean) - Method in class org.jibx.binding.def.ElementWrapper
Set flag for an optional normal element.
setOrdered(boolean) - Method in class org.jibx.binding.model.ContainerElementBase
Set child components ordered flag.
setOrdered(boolean) - Method in class org.jibx.binding.model.StructureAttributes
Set child components ordered flag.
setOutBinding(boolean) - Method in class org.jibx.binding.model.BindingElement
Set binding component applies for marshalling XML.
setOutputSide(OutputElement) - Method in class org.jibx.binding.model.SplitElement
Set output side of binding.
setPaths(String[]) - Static method in class org.jibx.binding.classes.ClassCache
Set class paths to be searched.
setPaths(String[]) - Static method in class org.jibx.binding.classes.ClassFile
Set class paths to be searched.
setPostsetName(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set post-set method name.
setPostsetName(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set post-set method name.
setPrecompiled(boolean) - Method in class org.jibx.binding.model.BindingElement
Set precompiled binding flag.
setPrecompiled(boolean) - Method in class org.jibx.binding.model.IncludeElement
Set precompiled binding flag.
setPrefix(String) - Method in class org.jibx.binding.def.NamespaceDefinition
Set prefix for namespace.
setPrefix(String) - Method in class org.jibx.binding.model.MappingElementBase
Set namespace prefix.
setPrefix(String) - Method in class org.jibx.binding.model.NameAttributes
Set namespace prefix.
setPrefix(String) - Method in class org.jibx.binding.model.NamespaceElement
Set prefix.
setPrefix(String) - Method in class org.jibx.binding.model.StructureElementBase
Set namespace prefix.
setPrefix(String) - Method in class org.jibx.binding.model.ValueElement
Set namespace prefix.
setPregetName(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set pre-get method name.
setPregetName(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set pre-get method name.
setPresetName(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set pre-set method name.
setPresetName(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set pre-set method name.
setQName(QName) - Method in class org.jibx.binding.model.FormatElement
Set format qualified name.
setSchemaInstanceUsed() - Method in class org.jibx.binding.def.BindingDefinition
Set flag for schema instance namespace used in binding.
setSerializer(String) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Set serializer for conversion.
setSerializer(String, boolean) - Method in class org.jibx.binding.def.StringConversion
Set serializer for conversion.
setSerializerName(String) - Method in class org.jibx.binding.model.FormatElement
Set serializer method name.
setSerializerName(String) - Method in class org.jibx.binding.model.StringAttributes
Set serializer method name.
setSerializerName(String) - Method in class org.jibx.binding.model.ValueElement
Set serializer method name.
setSetName(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set set method name.
setSetName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set set method name.
setSetName(String) - Method in class org.jibx.binding.model.ValueElement
Set set method name.
setSizeMethodName(String) - Method in class org.jibx.binding.model.CollectionElement
Set size method name.
setSkipping(boolean) - Method in class org.jibx.binding.def.ComponentProperty
Set flag for skipping marshalling presence test code generation.
setSkipValidate(boolean) - Method in class org.jibx.binding.Compile
Set control flag for skipping binding validation.
setStoreMethodName(String) - Method in class org.jibx.binding.model.CollectionElement
Set store method name.
setStructureObject(boolean) - Method in class org.jibx.binding.def.ElementWrapper
Set flag for an optional structure object.
setStyleName(String) - Method in class org.jibx.binding.model.NestingAttributes
Set style name.
setStyleName(String) - Method in class org.jibx.binding.model.NestingElementBase
Set style name on this nesting element.
setStyleName(String) - Method in class org.jibx.binding.model.ValueElement
Set style name.
setSuperFile(ClassFile) - Method in class org.jibx.binding.classes.ClassFile
Set superclass information.
setTarget(InstructionHandle) - Method in class org.jibx.binding.classes.MethodBuilder
Target branches if pending.
setTarget(BranchTarget, MethodBuilder) - Method in class org.jibx.binding.classes.BranchWrapper
Set target instruction for branch.
setTargetPackage(String) - Method in class org.jibx.binding.model.BindingElement
Set package for generated context factory class.
setTestName(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set test method name.
setTestName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set test method name.
setTestName(String) - Method in class org.jibx.binding.model.ValueElement
Set test method name.
setTracking(boolean) - Static method in class org.jibx.binding.classes.BranchWrapper
Set branch code generation tracking state.
setTrackSource(boolean) - Method in class org.jibx.binding.model.BindingElement
Set source position tracking for unmarshalling.
setTrimWhitespace(boolean) - Method in class org.jibx.binding.model.BindingElement
Set trim whitespace flag.
setType(IClass) - Method in class org.jibx.binding.model.StringAttributes
Set value type.
setTypeName(String) - Method in class org.jibx.binding.model.FormatElement
Set value type name.
setTypeName(String) - Method in class org.jibx.binding.model.MappingElementBase
Set type name.
setTypeName(String) - Method in class org.jibx.binding.model.TemplateElement
Set type name.
setTypePrefix(String) - Method in class org.jibx.binding.model.TemplateElement
Set type namespace prefix.
setTypeQName(QName) - Method in class org.jibx.binding.model.MappingElementBase
Set type qualified name.
setTypeUri(String) - Method in class org.jibx.binding.model.TemplateElement
Set type namespace URI.
setUnmarshallerName(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set unmarshaller class name.
setUnmarshallerName(String) - Method in class org.jibx.binding.model.ObjectAttributes
Set unmarshaller class name.
setUnmodifiable() - Method in class org.jibx.binding.classes.ClassFile
Force class to unmodifiable state.
setUri(String) - Method in class org.jibx.binding.model.MappingElementBase
Set namespace URI.
setUri(String) - Method in class org.jibx.binding.model.NameAttributes
Set namespace URI.
setUri(String) - Method in class org.jibx.binding.model.NamespaceElement
Set namespace URI.
setUri(String) - Method in class org.jibx.binding.model.StructureElementBase
Set namespace URI.
setUri(String) - Method in class org.jibx.binding.model.ValueElement
Set namespace URI.
setUsage(int) - Method in class org.jibx.binding.model.PropertyAttributes
Set usage value.
setUsage(int) - Method in class org.jibx.binding.model.StructureElementBase
Set usage value.
setUsage(int) - Method in class org.jibx.binding.model.ValueElement
Set usage value.
setUsageName(String) - Method in class org.jibx.binding.model.PropertyAttributes
Set usage name.
setUsageName(String) - Method in class org.jibx.binding.model.StructureElementBase
Set usage name.
setUsageName(String) - Method in class org.jibx.binding.model.ValueElement
Set usage name.
setUsed() - Method in class org.jibx.binding.classes.ExistingMethod
Set method used status.
setUsing(String) - Method in class org.jibx.binding.model.ContainerElementBase
Set label for definition to be used.
setUsingName(String) - Method in class org.jibx.binding.model.StructureAttributes
Set name for child component list definition.
setVerbose(boolean) - Method in class org.jibx.binding.ant.CompileTask
 
setVerbose(boolean) - Method in class org.jibx.binding.BindingGenerator
Set control flag for verbose processing reports.
setVerbose(boolean) - Method in class org.jibx.binding.Compile
Set control flag for verbose processing reports.
setVerbose(boolean) - Method in class org.jibx.binding.SchemaGenerator
Set control flag for verbose processing reports.
setVerify(boolean) - Method in class org.jibx.binding.Compile
Set control flag for verifying generated/modified classes with BCEL.
setWhitespaceConverter(String) - Method in class org.jibx.binding.def.PrimitiveStringConversion
Set whitespace converter for conversion.
setWhitespaceConverter(String) - Method in class org.jibx.binding.def.StringConversion
Set whitespace converter for conversion.
setWrappedComponent(IComponent) - Method in class org.jibx.binding.def.PassThroughComponent
Set the wrapped component.
SINGLE_STRING_ARGS - Static variable in class org.jibx.binding.classes.UnmarshalBuilder
 
size() - Method in class org.jibx.binding.util.ArrayMap
Get count of values present.
size() - Method in class org.jibx.binding.util.ObjectStack
Get the number of values currently present in the stack.
size() - Method in class org.jibx.util.ChainedMap
Get the number of entries in the map.
size() - Method in class org.jibx.util.InsertionOrderedMap.ListSet
 
size() - Method in class org.jibx.util.InsertionOrderedMap
 
size() - Method in class org.jibx.util.InsertionOrderedMap.ValueCollection
 
size() - Method in class org.jibx.util.InsertionOrderedSet
 
size() - Method in class org.jibx.util.LazyList
 
size() - Method in class org.jibx.util.ReferenceCountMap
Get number of entries in map.
size() - Method in class org.jibx.util.StringArray
Get number of values in array
size() - Method in class org.jibx.util.StringStack
Get the number of values currently present in the stack.
SparseArrayIterator - Class in org.jibx.util
Iterator class for sparse values in an array.
SparseStack - Class in org.jibx.binding.util
Stack for values that depend on the level of nesting, where only some of the levels change the current value.
SparseStack() - Constructor for class org.jibx.binding.util.SparseStack
Constructor with no initial value.
SparseStack(Object) - Constructor for class org.jibx.binding.util.SparseStack
Constructor with initial value.
SPLIT_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
SplitElement - Class in org.jibx.binding.model
Model component for split element of binding definition.
SplitElement() - Constructor for class org.jibx.binding.model.SplitElement
Constructor.
storeObject() - Method in class org.jibx.binding.classes.ContextMethodBuilder
Append instruction to store object from stack.
STRING_QNAME - Static variable in class org.jibx.util.Types
 
StringArray - Class in org.jibx.util
Wrapper for arrays of ordered strings.
StringArray(String[]) - Constructor for class org.jibx.util.StringArray
Constructor from array of values.
StringArray(String[], StringArray) - Constructor for class org.jibx.util.StringArray
Constructor from array of values to be added to base instance.
StringArray(String[], StringArray, StringArray) - Constructor for class org.jibx.util.StringArray
Constructor from array of values to be added to pair of base instances.
StringArray(String[], StringArray, StringArray, StringArray) - Constructor for class org.jibx.util.StringArray
Constructor from array of values to be added to three base instances.
StringArray(String[], StringArray, StringArray, StringArray, StringArray) - Constructor for class org.jibx.util.StringArray
Constructor from array of values to be added to four base instances.
StringArray(StringArray, StringArray) - Constructor for class org.jibx.util.StringArray
Constructor from pair of base instances.
StringAttributes - Class in org.jibx.binding.model
Model component for string attribute group in binding definition.
StringAttributes() - Constructor for class org.jibx.binding.model.StringAttributes
Default constructor.
StringConversion - Class in org.jibx.binding.def
String conversion handling.
StringConversion(String, StringConversion) - Constructor for class org.jibx.binding.def.StringConversion
Constructor.
StringIntSizedMap - Class in org.jibx.util
Fixed size hash map using String values as keys mapped to primitive int values.
StringIntSizedMap(int) - Constructor for class org.jibx.util.StringIntSizedMap
Constructor with only value count specified.
StringIntSizedMap(int, double, int) - Constructor for class org.jibx.util.StringIntSizedMap
Constructor with full specification.
StringIntSizedMap(int, int) - Constructor for class org.jibx.util.StringIntSizedMap
Constructor with value count and miss value specified.
StringSizedSet - Class in org.jibx.util
Fixed size hash set of String values.
StringSizedSet(int) - Constructor for class org.jibx.util.StringSizedSet
Constructor with only value count specified.
StringSizedSet(int, double) - Constructor for class org.jibx.util.StringSizedSet
Constructor with full specification.
StringStack - Class in org.jibx.util
Growable String stack with type specific access methods.
StringStack() - Constructor for class org.jibx.util.StringStack
Default constructor.
StringStack(int) - Constructor for class org.jibx.util.StringStack
Constructor with initial size specified.
StringStack(int, int) - Constructor for class org.jibx.util.StringStack
Constructor with full specification.
StringStack(String[]) - Constructor for class org.jibx.util.StringStack
Constructor from array of strings.
StringStack(StringStack) - Constructor for class org.jibx.util.StringStack
Copy (clone) constructor.
STRUCTURE_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
StructureAttributes - Class in org.jibx.binding.model
Model component for structure attribute group in binding definition.
StructureAttributes() - Constructor for class org.jibx.binding.model.StructureAttributes
Constructor.
StructureElement - Class in org.jibx.binding.model
Model component for structure element of binding definition.
StructureElement() - Constructor for class org.jibx.binding.model.StructureElement
Default constructor.
StructureElementBase - Class in org.jibx.binding.model
Model component for elements that define the binding structure for an object property.
StructureElementBase(int) - Constructor for class org.jibx.binding.model.StructureElementBase
Constructor.
StructureReference - Class in org.jibx.binding.def
Reference to a structure definition.
StructureReference(IContainer, String, PropertyDefinition, boolean, IContextObj) - Constructor for class org.jibx.binding.def.StructureReference
Constructor.
switchProperty() - Method in class org.jibx.binding.def.PropertyDefinition
Switch property from "this" to "implicit".
switchProperty() - Method in class org.jibx.binding.def.ValueChild
Switch property from "this" to "implicit".
SYNTHETIC_ACCESS_FLAG - Static variable in class org.jibx.binding.classes.ClassFile
 
SYNTHETIC_ACCESS_FLAG - Static variable in class org.jibx.binding.classes.MethodBuilder
 

T

targetNext(BranchWrapper) - Method in class org.jibx.binding.classes.MethodBuilder
Set branch target as next instruction added to method.
targetNext(BranchWrapper[]) - Method in class org.jibx.binding.classes.MethodBuilder
Set branch targets as next instruction added to method.
TEMPLATE_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
TemplateElement - Class in org.jibx.binding.model
Model component for template element of binding definition.
TemplateElement() - Constructor for class org.jibx.binding.model.TemplateElement
Default constructor.
TemplateElementBase - Class in org.jibx.binding.model
Model component for elements that define how instances of a particular class are converted to or from XML.
TemplateElementBase(int) - Constructor for class org.jibx.binding.model.TemplateElementBase
Constructor.
TEXT_STYLE - Static variable in class org.jibx.binding.model.ValueElement
 
toArray() - Method in class org.jibx.binding.util.ObjectStack
Constructs and returns a simple array containing the same data as held in this stack.
toArray() - Method in class org.jibx.util.InsertionOrderedSet
 
toArray() - Method in class org.jibx.util.StringStack
Constructs and returns a simple array containing the same data as held in this stack.
toArray(Object[]) - Method in class org.jibx.util.InsertionOrderedSet
 
topChildIterator() - Method in class org.jibx.binding.model.BindingElement
Get iterator for top-level child elements.
topChildIterator() - Method in class org.jibx.binding.model.TemplateElementBase
Get iterator for top-level child elements.
topChildren() - Method in class org.jibx.binding.model.BindingElement
Get list of top-level child elements.
topChildren() - Method in class org.jibx.binding.model.TemplateElementBase
Get list of top-level child elements.
toString() - Method in class org.jibx.binding.def.ElementWrapper
 
toString() - Method in class org.jibx.binding.def.NameDefinition
 
toString() - Method in class org.jibx.binding.def.PropertyDefinition
 
toString() - Method in class org.jibx.binding.model.ElementBase
Simple text representation of binding definition element.
tourTree(BindingElement, ModelVisitor) - Method in class org.jibx.binding.model.TreeContext
Tour complete binding model tree.
tourTree(ElementBase, ModelVisitor) - Method in class org.jibx.binding.model.TreeContext
Tour binding model tree.
TreeContext - Class in org.jibx.binding.model
Handles walking the tree structure of a binding model, tracking order-dependent state information collected along the way.
TreeContext(IClassLocator) - Constructor for class org.jibx.binding.model.TreeContext
Constructor.
TRIM_WHITESPACE - Static variable in class org.jibx.binding.model.StringAttributes
 
trimToSize() - Method in class org.jibx.binding.model.EmptyArrayList
 
type() - Method in class org.jibx.binding.model.ElementBase
Get element type.
typeFromName(String) - Static method in class org.jibx.binding.classes.ClassItem
Create type from name.
Types - Class in org.jibx.util
Mapping information to and from schema types.
Types() - Constructor for class org.jibx.util.Types
 

U

UniqueNameSet - Class in org.jibx.util
Set of unique names for a context.
UniqueNameSet() - Constructor for class org.jibx.util.UniqueNameSet
Constructor.
UniqueNameSet(Collection) - Constructor for class org.jibx.util.UniqueNameSet
Constructor from existing name collection.
UniqueNameSet(UniqueNameSet) - Constructor for class org.jibx.util.UniqueNameSet
Copy constructor.
UNMARSHAL_ATTRIBUTE_BOOLEAN_NAME - Static variable in class org.jibx.binding.def.ElementWrapper
 
UNMARSHAL_ATTRIBUTE_BOOLEAN_NAME - Static variable in class org.jibx.binding.def.ValueChild
 
UNMARSHAL_ATTRIBUTE_BOOLEAN_SIGNATURE - Static variable in class org.jibx.binding.def.ElementWrapper
 
UNMARSHAL_ATTRIBUTE_BOOLEAN_SIGNATURE - Static variable in class org.jibx.binding.def.ValueChild
 
UNMARSHAL_EXCEPTION_TEXT - Static variable in class org.jibx.binding.classes.UnmarshalBuilder
 
UNMARSHAL_OPT_ATTRIBUTE - Static variable in class org.jibx.binding.def.StringConversion
 
UNMARSHAL_OPT_ELEMENT - Static variable in class org.jibx.binding.def.StringConversion
 
UNMARSHAL_OPT_SIGNATURE - Static variable in class org.jibx.binding.def.StringConversion
 
UNMARSHAL_REQ_ATTRIBUTE - Static variable in class org.jibx.binding.def.StringConversion
 
UNMARSHAL_REQ_ATTRIBUTE - Static variable in class org.jibx.binding.def.ValueChild
 
UNMARSHAL_REQ_ELEMENT - Static variable in class org.jibx.binding.def.StringConversion
 
UNMARSHAL_REQ_SIGNATURE - Static variable in class org.jibx.binding.def.StringConversion
 
UNMARSHAL_REQ_SIGNATURE - Static variable in class org.jibx.binding.def.ValueChild
 
unmarshalBindingDefinition(UnmarshallingContext, String, URL) - Static method in class org.jibx.binding.def.BindingBuilder
Unmarshal binding definition.
UnmarshalBuilder - Class in org.jibx.binding.classes
Unmarshalling method builder.
UnmarshalBuilder(String, ClassFile, ClassFile) - Constructor for class org.jibx.binding.classes.UnmarshalBuilder
Constructor.
unmarshalInclude(UnmarshallingContext, boolean, BindingDefinition, URL, ArrayList, HashSet, IBindingFactory, int[]) - Static method in class org.jibx.binding.def.BindingBuilder
Unmarshal included binding.
UNMARSHALLABLE_METHODNAME - Static variable in class org.jibx.binding.def.MappingBase
 
UNMARSHALLABLE_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
UNMARSHALLER_INTERFACE - Static variable in class org.jibx.binding.def.MappingBase
 
UNMARSHALLERUNMARSHAL_METHOD - Static variable in class org.jibx.binding.def.MappingBase
 
UNMARSHALLERUNMARSHAL_SIGNATURE - Static variable in class org.jibx.binding.def.MappingBase
 
UNMARSHALLING_POSITION_METHOD - Static variable in class org.jibx.binding.classes.UnmarshalBuilder
 
UNMARSHALLING_POSITION_SIGNATURE - Static variable in class org.jibx.binding.classes.UnmarshalBuilder
 
unmarshalMapping(UnmarshallingContext, IContainer, ArrayList, boolean) - Static method in class org.jibx.binding.def.BindingBuilder
Unmarshal mapping definition.
unmarshalStructure(UnmarshallingContext, IContainer, IContextObj, boolean, boolean, boolean) - Static method in class org.jibx.binding.def.BindingBuilder
Unmarshal subclass instance for structure definition.
UnmarshalWrapper(ValidationContext, BindingElement) - Constructor for class org.jibx.binding.model.BindingElement.UnmarshalWrapper
 
updateField(String, String, int, String) - Method in class org.jibx.binding.classes.ClassFile
Update class field with initial String value.
Utility - Class in org.jibx.binding
Binding compiler support class.

V

validate(BindingElement) - Method in class org.jibx.binding.model.ValidationContext
Validate binding model tree.
validate(ValidationContext) - Method in class org.jibx.binding.model.AttributeBase
Validate attribute information.
validate(ValidationContext) - Method in class org.jibx.binding.model.CollectionElement
 
validate(ValidationContext) - Method in class org.jibx.binding.model.ContainerElementBase
 
validate(ValidationContext) - Method in class org.jibx.binding.model.ElementBase
Validate element information.
validate(ValidationContext) - Method in class org.jibx.binding.model.FormatElement
 
validate(ValidationContext) - Method in class org.jibx.binding.model.MappingElement
 
validate(ValidationContext) - Method in class org.jibx.binding.model.MappingElementBase
 
validate(ValidationContext) - Method in class org.jibx.binding.model.NameAttributes
 
validate(ValidationContext) - Method in class org.jibx.binding.model.NestingElementBase
 
validate(ValidationContext) - Method in class org.jibx.binding.model.StructureAttributes
 
validate(ValidationContext) - Method in class org.jibx.binding.model.StructureElement
 
validate(ValidationContext) - Method in class org.jibx.binding.model.StructureElementBase
 
validate(ValidationContext) - Method in class org.jibx.binding.model.TemplateElementBase
 
validate(ValidationContext) - Method in class org.jibx.binding.model.ValueElement
 
validateAttributes(IUnmarshallingContext, StringArray) - Method in class org.jibx.binding.model.ElementBase
Validate attributes of element.
validateBinding(String, URL, InputStream) - Static method in class org.jibx.binding.Utility
Validate binding definition.
validateBinding(String, URL, InputStream, ValidationContext) - Static method in class org.jibx.binding.model.BindingElement
Validate a binding definition.
validateBindings(BindingHolder, File, ValidationContext) - Method in class org.jibx.binding.model.BindingOrganizer
Validate the constructed bindings.
validateExtension(ValidationContext) - Method in class org.jibx.binding.model.MappingElement
Special validation method to link extension mappings to base mappings.
ValidationContext - Class in org.jibx.binding.model
Tracks the validation state.
ValidationContext(IClassLocator) - Constructor for class org.jibx.binding.model.ValidationContext
Constructor.
ValidationContext.PrevalidationVisitor - Class in org.jibx.binding.model
Inner class for handling prevalidation.
ValidationContext.ValidationVisitor - Class in org.jibx.binding.model
Inner class for handling validation.
ValidationProblem - Class in org.jibx.binding.model
Problem reported by model validation.
ValidationVisitor() - Constructor for class org.jibx.binding.model.ValidationContext.ValidationVisitor
 
VALUE_ELEMENT - Static variable in class org.jibx.binding.model.ElementBase
 
ValueChild - Class in org.jibx.binding.def
Attribute or simple content value definition from binding.
ValueChild(IContainer, IContextObj, NameDefinition, PropertyDefinition, StringConversion, int, int, String, boolean) - Constructor for class org.jibx.binding.def.ValueChild
Constructor.
ValueCollection() - Constructor for class org.jibx.util.InsertionOrderedMap.ValueCollection
 
ValueElement - Class in org.jibx.binding.model
Model component for value element.
ValueElement() - Constructor for class org.jibx.binding.model.ValueElement
Constructor.
ValueIterator() - Constructor for class org.jibx.util.InsertionOrderedMap.ValueIterator
 
values() - Method in class org.jibx.util.ChainedMap
Get the values.
values() - Method in class org.jibx.util.InsertionOrderedMap
 
valueSize() - Method in class org.jibx.binding.util.MultipleValueMap
Get number of values.
verifyConstruction(ValidationContext) - Method in class org.jibx.binding.model.MappingElement
Verify that instances of the mapped class can be constructed.
verifyConstruction(ValidationContext, IClass) - Method in class org.jibx.binding.model.ContainerElementBase
Check that there's a way to construct an instance of an object class for input bindings.
visit(BindingElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit binding element.
visit(CollectionElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit collection element.
visit(ContainerElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Visit container element.
visit(ContainerElementBase) - Method in class org.jibx.binding.model.RegistrationVisitor
 
visit(ElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Visit element.
visit(ElementBase) - Method in class org.jibx.binding.model.ValidationContext.PrevalidationVisitor
 
visit(FormatElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit format element.
visit(IncludeElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit include element.
visit(InputElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit input element.
visit(MappingElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit mapping element in normal binding.
visit(MappingElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Visit mapping element.
visit(MappingElementBase) - Method in class org.jibx.binding.model.RegistrationVisitor
 
visit(NamespaceElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit namespace element.
visit(NestingElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Visit nesting element.
visit(OutputElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit output element.
visit(PrecompiledMappingElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit mapping element in precompiled binding.
visit(SplitElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit split element.
visit(StructureElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit structure element.
visit(StructureElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Visit structure element.
visit(TemplateElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit template element.
visit(TemplateElementBase) - Method in class org.jibx.binding.model.ModelVisitor
Visit template element.
visit(TemplateElementBase) - Method in class org.jibx.binding.model.RegistrationVisitor
 
visit(ValueElement) - Method in class org.jibx.binding.model.ModelVisitor
Visit value element.
visitTree(ElementBase) - Method in class org.jibx.binding.model.RegistrationVisitor
Visit binding model tree to handle registration.

W

WARNING_LEVEL - Static variable in class org.jibx.binding.model.ValidationProblem
 
WHITESPACE_CONVERT_SIGNATURES - Static variable in class org.jibx.binding.def.StringConversion
 
writeBindings(File) - Method in class org.jibx.binding.model.BindingOrganizer
Write the bindings to supplied destination path.
writeChanges() - Static method in class org.jibx.binding.classes.MungedClass
Write all modified class files, and delete all obsolete class files from previous runs of the binding compiler.
writeFile() - Method in class org.jibx.binding.classes.ClassFile
Write out modified class information.
writeFile(OutputStream) - Method in class org.jibx.binding.classes.ClassFile
Write out modified class information.

X

XML_URI - Static variable in class org.jibx.binding.SchemaGenerator
Fixed XML namespace.
XMLNS_URI - Static variable in class org.jibx.binding.SchemaGenerator
Fixed XML namespace namespace.
A B C D E F G H I K L M N O P R S T U V W X 
All Classes All Packages