A B C D E F G H I J L M N O P Q R S T U V W X

A

ABMAP_ATTRMARMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for attribute marshalling method.
ABMAP_ATTRPRESMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for attribute presence test method.
ABMAP_ATTRUMARMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for attribute unmarshalling method.
ABMAP_CLASSNAME_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for class name.
ABMAP_COMPLETEMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for unmarshalling complete method.
ABMAP_CONTMARMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for content marshalling method.
ABMAP_CONTPRESMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for content presence test method.
ABMAP_CONTUMARMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for content unmarshalling method.
ABMAP_COUNT - Static variable in interface org.jibx.runtime.IBindingFactory
Number of abstract mapping details.
ABMAP_CREATEMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for new instance creation method.
ABMAP_MAPPINGNAME_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for mapping (type or class) name.
ABMAP_PREPAREMETH_INDEX - Static variable in interface org.jibx.runtime.IBindingFactory
Abstract mapping details index for marshalling prepare method.
accumulateText() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Accumulate text content.
add(int) - Method in class org.jibx.runtime.impl.GrowableIntArray
Add a value at the end of the array.
add(String) - Method in class org.jibx.runtime.impl.GrowableStringArray
Add a value at the end of the array.
add(String, int) - Method in class org.jibx.runtime.impl.StringIntHashMap
Add an entry to the table.
addAll(int[]) - Method in class org.jibx.runtime.impl.GrowableIntArray
Add an array of values at the end of the array.
addAll(String[]) - Method in class org.jibx.runtime.impl.GrowableStringArray
Add an array of values at the end of the array.
addAttribute(int, String, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
addAttribute(int, String, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Add attribute to current open start tag.
addAttribute(int, String, String) - Method in interface org.jibx.runtime.IXMLWriter
Add attribute to current open start tag.
addBackFill(BackFillReference) - Method in class org.jibx.runtime.impl.BackFillHolder
Add forward reference to tracked object.
addDescription(String, Object) - Static method in exception org.jibx.runtime.ValidationException
Add description information for a validation object to message.
addMarshalling(String, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Define marshalling for class.
addUnmarshalling(String, String, String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Define unmarshalling for element.
advance() - Method in class org.jibx.runtime.impl.SparseArrayIterator
Advance to next iteration value.
arrayListFactory() - Static method in class org.jibx.runtime.Utility
Factory method to create a java.util.ArrayList as the implementation of a java.util.List.
ArrayRangeIterator - Class in org.jibx.runtime.impl
Iterator class for values contained in an array range.
attribute(int, String, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate text attribute.
attribute(int, String, int) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate integer attribute.
attribute(int, String, int, String[]) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate enumeration attribute.
attributeBoolean(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get boolean value of attribute from current start tag.
attributeBoolean(String, String, boolean) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get boolean value of optional attribute from current start tag.
attributeByte(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get byte value of attribute from current start tag.
attributeByte(String, String, byte) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get byte value of optional attribute from current start tag.
attributeChar(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get char value of attribute from current start tag.
attributeChar(String, String, char) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get char value of optional attribute from current start tag.
attributeDate(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get java.util.Date value of attribute from current start tag.
attributeDate(String, String, Date) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get java.util.Date value of optional attribute from current start tag.
attributeDouble(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get double value of attribute from current start tag.
attributeDouble(String, String, double) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get double value of optional attribute from current start tag.
attributeEnumeration(String, String, String[], int[]) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get enumeration attribute value from current start tag.
attributeEnumeration(String, String, String[], int[], int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get optional enumeration attribute value from current start tag.
attributeExistingIDREF(String, String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get previously defined object corresponding to IDREF attribute from current start tag.
attributeFloat(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get float value of attribute from current start tag.
attributeFloat(String, String, float) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get float value of optional attribute from current start tag.
attributeForwardIDREF(String, String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get object (if defined yet) corresponding to IDREF attribute from current start tag.
attributeInt(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get integer value of attribute from current start tag.
attributeInt(String, String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get integer value of optional attribute from current start tag.
attributeLong(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get long value of attribute from current start tag.
attributeLong(String, String, long) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get long value of optional attribute from current start tag.
attributeShort(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get short value of attribute from current start tag.
attributeShort(String, String, short) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get short value of optional attribute from current start tag.
attributeText(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get text value of attribute from current start tag.
attributeText(String, String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get text value of optional attribute from current start tag.

B

backfill(Object) - Method in class org.jibx.runtime.impl.BackFillArray
Define referenced object.
backfill(Object) - Method in interface org.jibx.runtime.impl.BackFillReference
Define referenced object.
BackFillArray - Class in org.jibx.runtime.impl
Backfill reference item, used for filling in forward references as members of arrays.
BackFillArray(int, Object[]) - Constructor for class org.jibx.runtime.impl.BackFillArray
Constructor.
BackFillHolder - Class in org.jibx.runtime.impl
Holder used to collect forward references to a particular object.
BackFillHolder(String) - Constructor for class org.jibx.runtime.impl.BackFillHolder
Constructor.
BackFillReference - Interface in org.jibx.runtime.impl
Backfill reference item, used for filling in forward references to objects.
baseMarshal(Object, IMarshallingContext) - Method in interface org.jibx.runtime.IAbstractMarshaller
Marshal instance of class with mapping extending this abstract mapping.
BindingDirectory - Class in org.jibx.runtime
Abstract class with static methods to find the binding factory corresponding to a binding name.
BindingDirectory() - Constructor for class org.jibx.runtime.BindingDirectory
 
BINDINGFACTORY_SUFFIX - Static variable in class org.jibx.runtime.BindingDirectory
Suffix of binding factory name.
BindingFactoryBase - Class in org.jibx.runtime.impl
Base class for generated binding factories.
BindingFactoryBase(String, int, int, String, String, String, String, String[], String[], String, String, String[], String, String, String, String, String, String[]) - Constructor for class org.jibx.runtime.impl.BindingFactoryBase
Constructor used in generated binding factories.
BINDINGLIST_NAME - Static variable in class org.jibx.runtime.BindingDirectory
Name of String[] field giving binding factory name list.
buildIterator(Object[], int, int) - Static method in class org.jibx.runtime.impl.ArrayRangeIterator
Build iterator.
buildIterator(Object[]) - Static method in class org.jibx.runtime.impl.SparseArrayIterator
Build iterator.
buildNameString(int, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Build name with optional namespace.
buildNameString(String, String) - Static method in class org.jibx.runtime.impl.UnmarshallingContext
Build name with optional namespace.
buildPositionString() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
Build current parse input position description.
buildPositionString() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Build current parse input position description.
buildPositionString() - Method in interface org.jibx.runtime.IXMLReader
Build current parse input position description.

C

CDSECT - Static variable in interface org.jibx.runtime.IXMLReader
 
checkAllowedAttributes(String[], String[]) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Check that only allowed attributes are present on current start tag.
checkValue(int) - Method in class org.jibx.runtime.EnumSet
Check value with exception.
clear() - Method in class org.jibx.runtime.impl.GrowableIntArray
Set the array to the empty state.
clear() - Method in class org.jibx.runtime.impl.GrowableStringArray
Set the array to the empty state.
clear() - Method in class org.jibx.runtime.IntStack
Set the stack to the empty state.
clone() - Method in class org.jibx.runtime.impl.GrowableIntArray
Duplicates the object with the generic call.
clone() - Method in class org.jibx.runtime.impl.GrowableStringArray
Duplicates the object with the generic call.
clone() - Method in class org.jibx.runtime.impl.StringIntHashMap
Construct a copy of the table.
clone() - Method in class org.jibx.runtime.IntStack
Duplicates the object with the generic call.
close() - Method in class org.jibx.runtime.impl.GenericXMLWriter
Close document output.
close() - Method in class org.jibx.runtime.impl.InputStreamWrapper
Close document input.
close() - Method in class org.jibx.runtime.impl.StAXWriter
 
close() - Method in class org.jibx.runtime.impl.StreamWriterBase
Close document output.
close() - Method in class org.jibx.runtime.impl.XMLWriterBase
Close document output.
close() - Method in interface org.jibx.runtime.IXMLWriter
Close document output.
closeEmptyTag() - Method in class org.jibx.runtime.impl.StAXWriter
 
closeEmptyTag() - Method in class org.jibx.runtime.impl.XMLWriterBase
Close the current open start tag as an empty element.
closeEmptyTag() - Method in interface org.jibx.runtime.IXMLWriter
Close the current open start tag as an empty element.
closeStartContent() - Method in class org.jibx.runtime.impl.MarshallingContext
Close start tag with content to follow.
closeStartEmpty() - Method in class org.jibx.runtime.impl.MarshallingContext
Close start tag with no content (empty tag).
closeStartTag() - Method in class org.jibx.runtime.impl.StAXWriter
 
closeStartTag() - Method in class org.jibx.runtime.impl.XMLWriterBase
Close the current open start tag.
closeStartTag() - Method in interface org.jibx.runtime.IXMLWriter
Close the current open start tag.
collapse(String) - Static method in class org.jibx.runtime.WhitespaceConversions
Collapse whitespace in string.
COMMENT - Static variable in interface org.jibx.runtime.IXMLReader
 
COMPATIBLE_VERSION_MASK - Static variable in interface org.jibx.runtime.IBindingFactory
Mask for portions of version number that effect compatibility.
containsKey(String) - Method in class org.jibx.runtime.impl.StringIntHashMap
Check if an entry is present in the table.
content(String) - Method in class org.jibx.runtime.impl.MarshallingContext
Add text content to current element.
content(int) - Method in class org.jibx.runtime.impl.MarshallingContext
Add integer content to current element.
content(int, String[]) - Method in class org.jibx.runtime.impl.MarshallingContext
Add enumeration content to current element.
convertBoolean(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert boolean value.
convertByte(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert byte value with exception wrapper.
convertChar(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert char value with exception wrapper.
convertDate(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert java.util.Date value with exception wrapper.
convertDouble(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert double value with exception wrapper.
convertEnum(String, String[], int[]) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Find required text value in enumeration.
convertEnum(String, String[], int[], int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Find optional text value in enumeration.
convertFloat(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert float value with exception wrapper.
convertLong(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert long value with exception wrapper.
convertName(String) - Static method in class org.jibx.runtime.BindingDirectory
Generate binding name.
convertShort(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Convert short value with exception wrapper.
createChildWriter(String[]) - Method in interface org.jibx.runtime.IExtensibleWriter
Create a child writer instance to be used for a separate binding.
createChildWriter(String[]) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Create a child writer instance to be used for a separate binding.
createChildWriter(String[]) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Create a child writer instance to be used for a separate binding.
createChildWriter(String[]) - Method in class org.jibx.runtime.impl.StAXWriter
Create a child writer instance to be used for a separate binding.
createChildWriter(String[]) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Create a child writer instance to be used for a separate binding.
createMarshallingContext() - Method in interface org.jibx.runtime.IBindingFactory
Create marshalling context instance.
createMarshallingContext() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Create a new marshalling context.
createReader(InputStream, String, String, boolean) - Method in interface org.jibx.runtime.impl.IXMLReaderFactory
Get new XML reader instance for document from input stream.
createReader(Reader, String, boolean) - Method in interface org.jibx.runtime.impl.IXMLReaderFactory
Get new XML reader instance for document from reader.
createReader(InputStream, String, String, boolean) - Method in class org.jibx.runtime.impl.StAXReaderFactory
 
createReader(Reader, String, boolean) - Method in class org.jibx.runtime.impl.StAXReaderFactory
 
createReader(InputStream, String, String, boolean) - Method in class org.jibx.runtime.impl.XMLPullReaderFactory
 
createReader(Reader, String, boolean) - Method in class org.jibx.runtime.impl.XMLPullReaderFactory
 
createReaderFactory(String) - Static method in class org.jibx.runtime.impl.RuntimeSupport
Parser factory class loader method.
createUnmarshallingContext() - Method in interface org.jibx.runtime.IBindingFactory
Create unmarshalling context instance.
createUnmarshallingContext() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Create a new unmarshalling context.
CURRENT_VERSION_NAME - Static variable in interface org.jibx.runtime.IBindingFactory
Current distribution file name.
CURRENT_VERSION_NUMBER - Static variable in interface org.jibx.runtime.IBindingFactory
Current binary version number.
currentEvent() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get the current parse event type.
currentNameString() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Build current element name, with optional namespace.

D

decrementNesting() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Decrement the current nesting depth.
DEFAULT_BUFFER_SIZE - Static variable in class org.jibx.runtime.impl.InByteBuffer
Default input buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class org.jibx.runtime.impl.OutByteBuffer
Default output buffer size.
DEFAULT_FILL - Static variable in class org.jibx.runtime.impl.StringIntHashMap
Default fill fraction allowed before growing table.
DEFAULT_NOT_FOUND - Static variable in class org.jibx.runtime.impl.StringIntHashMap
Default value returned when key not found in table.
DEFAULT_SIZE - Static variable in class org.jibx.runtime.impl.GrowableIntArray
Default initial array size.
DEFAULT_SIZE - Static variable in class org.jibx.runtime.impl.GrowableStringArray
Default initial array size.
DEFAULT_SIZE - Static variable in class org.jibx.runtime.IntStack
Default initial array size.
defineID(String, int, Object) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Define object for ID.
defineNamespace(int, String) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Report that namespace has been defined.
defineNamespace(int, String) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Report that namespace has been defined.
defineNamespace(int, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
defineNamespace(int, String) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Report that namespace has been defined.
defineNamespace(int, String) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Report to subclass that namespace has been defined.
defineValue(Object) - Method in class org.jibx.runtime.impl.BackFillHolder
Define referenced object.
describe(Object) - Static method in exception org.jibx.runtime.ValidationException
Get description information for a validation object.
deserialize(String) - Method in interface org.jibx.runtime.IListItemDeserializer
Deserializer method for list items.
deserialize(String, IUnmarshallingContext) - Static method in class org.jibx.runtime.QName
JiBX deserializer method.
deserializeBase64(String) - Static method in class org.jibx.runtime.Utility
Parse base64 data from text.
deserializeBoolean(String) - Static method in class org.jibx.runtime.Utility
Deserialize boolean value from text.
deserializeCharString(String) - Static method in class org.jibx.runtime.Utility
Deserialize char value from text as character value.
deserializeDate(String) - Static method in class org.jibx.runtime.Utility
Deserialize date from text.
deserializeDateMidnight(String, DateTimeZone) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date value as a midnight date in the specified time zone.
deserializeDateTime(String) - Static method in class org.jibx.runtime.Utility
Deserialize date from general dateTime text.
deserializeList(String, IUnmarshallingContext) - Static method in class org.jibx.runtime.QName
JiBX deserializer method.
deserializeList(String, IListItemDeserializer) - Static method in class org.jibx.runtime.Utility
Convert whitespace-separated list of values.
deserializeLocalDate(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date value from text as local date without time zone.
deserializeLocalDateMidnight(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date value from text as midnight date in default (local) time zone.
deserializeLocalDateTime(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date/time value from text into the local (default) time zone.
deserializeLocalTime(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize time value from text as local time.
deserializeSqlDate(String) - Static method in class org.jibx.runtime.Utility
Deserialize SQL date from text.
deserializeSqlTime(String) - Static method in class org.jibx.runtime.Utility
Deserialize time from text.
deserializeStrictLocalDateTime(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize local (default zone) date/time value from text with time zone required.
deserializeStrictUTCDateTime(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize UTC date/time value from text with time zone required.
deserializeTimestamp(String) - Static method in class org.jibx.runtime.Utility
Deserialize timestamp from general dateTime text.
deserializeTokenList(String) - Static method in class org.jibx.runtime.Utility
Deserialize a list of whitespace-separated tokens into an array of strings.
deserializeUTCDateMidnight(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date value from text as midnight date in UTC time zone.
deserializeUTCDateTime(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize UTC date/time value from text into the UTC time zone.
deserializeZonedDateMidnight(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date value from text as midnight date in specified (or default) time zone.
deserializeZonedDateTime(String) - Static method in class org.jibx.runtime.JodaConvert
Deserialize date/time value from text in specified (or default) time zone.
DOCDECL - Static variable in interface org.jibx.runtime.IXMLReader
 

E

element(int, String, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate complete element with text content.
element(int, String, int) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate complete element with integer content.
element(int, String, int, String[]) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate complete element with enumeration content.
EMPTY_ARGS - Static variable in class org.jibx.runtime.BindingDirectory
Empty argument list.
EMPTY_ITERATOR - Static variable in class org.jibx.runtime.impl.ArrayRangeIterator
Empty iterator used whenever possible.
EMPTY_STRING_ARRAY - Static variable in class org.jibx.runtime.Utility
Empty array of strings.
encodeChunk(int, byte[], StringBuffer) - Static method in class org.jibx.runtime.Utility
Encode a chunk of data to base64 encoding.
END_DOCUMENT - Static variable in interface org.jibx.runtime.IXMLReader
 
END_TAG - Static variable in interface org.jibx.runtime.IXMLReader
 
endDocument() - Method in interface org.jibx.runtime.IMarshallingContext
End document.
endDocument() - Method in class org.jibx.runtime.impl.MarshallingContext
End document.
endTag(int, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate end tag for element.
endTag(int, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
endTag(int, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Generate end tag.
endTag(int, String) - Method in interface org.jibx.runtime.IXMLWriter
Generate end tag.
ensureCapacity(int) - Method in class org.jibx.runtime.impl.GrowableIntArray
Ensure that the array has the capacity for at least the specified number of values.
ensureCapacity(int) - Method in class org.jibx.runtime.impl.GrowableStringArray
Ensure that the array has the capacity for at least the specified number of values.
ensureCapacity(int) - Method in class org.jibx.runtime.IntStack
Ensure that the array has the capacity for at least the specified number of values.
ENTITY_REF - Static variable in interface org.jibx.runtime.IXMLReader
 
EnumSet - Class in org.jibx.runtime
Named value set support class.
EnumSet(EnumSet.EnumItem[]) - Constructor for class org.jibx.runtime.EnumSet
Constructor from array of enumeration items.
EnumSet(int, String[]) - Constructor for class org.jibx.runtime.EnumSet
Constructor from array of names.
EnumSet(EnumSet, int, String[]) - Constructor for class org.jibx.runtime.EnumSet
Constructor from existing enumeration with added names.
EnumSet.EnumItem - Class in org.jibx.runtime
Enumeration pair information.
EnumSet.EnumItem(int, String) - Constructor for class org.jibx.runtime.EnumSet.EnumItem
 
enumValue(String, String[], int[]) - Static method in class org.jibx.runtime.Utility
Find text value in enumeration.
equals(Object) - Method in exception org.jibx.runtime.JiBXConstrainedParseException
Solely used by unit tests.
equals(Object) - Method in exception org.jibx.runtime.JiBXParseException
This is only used for testing purposes.
equals(Object) - Method in class org.jibx.runtime.QName
 
expandNamespaces(String, String[]) - Static method in class org.jibx.runtime.impl.RuntimeSupport
Expand names URI indexes into an array of individual names URIs.

F

FACTORY_INSTMETHOD - Static variable in class org.jibx.runtime.BindingDirectory
Binding factory method to get instance of factory.
findDefinedID(String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Find previously defined object corresponding to an ID.
findID(String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Find the object corresponding to an ID.
findZone(String, DateTimeZone) - Static method in class org.jibx.runtime.JodaConvert
Find the date/time zone for an xs:date or xs:dateTime text representation.
finish() - Method in interface org.jibx.runtime.impl.IByteBuffer
Complete usage of the buffer.
finish() - Method in class org.jibx.runtime.impl.InByteBuffer
Complete usage of the current stream.
finish() - Method in class org.jibx.runtime.impl.OutByteBuffer
Complete usage of the current stream.
flagContent() - Method in class org.jibx.runtime.impl.XMLWriterBase
Set up for writing any content to element.
flagTextContent() - Method in class org.jibx.runtime.impl.XMLWriterBase
Set up for writing text content to element.
flush() - Method in class org.jibx.runtime.impl.GenericXMLWriter
Flush document output.
flush() - Method in interface org.jibx.runtime.impl.IOutByteBuffer
Empty the buffer.
flush() - Method in class org.jibx.runtime.impl.OutByteBuffer
Empty the buffer.
flush() - Method in class org.jibx.runtime.impl.StAXWriter
 
flush() - Method in class org.jibx.runtime.impl.StreamWriterBase
Flush document output.
flush() - Method in class org.jibx.runtime.impl.XMLWriterBase
Flush document output.
flush() - Method in interface org.jibx.runtime.IXMLWriter
Flush document output.
formatTwoDigits(int, StringBuffer) - Static method in class org.jibx.runtime.Utility
Format a positive number as two digits.
formatYear(long, StringBuffer) - Static method in class org.jibx.runtime.Utility
Format time in milliseconds to year number.
formatYearMonth(long, StringBuffer) - Static method in class org.jibx.runtime.Utility
Format time in milliseconds to year number and month number.
formatYearMonthDay(long, StringBuffer) - Static method in class org.jibx.runtime.Utility
Format time in milliseconds to year number, month number, and day number.
formatYearNumber(long, StringBuffer) - Static method in class org.jibx.runtime.Utility
Format year number consistent with W3C XML Schema definitions, using a minimum of four digits padded with zeros if necessary.
free(int, int) - Method in interface org.jibx.runtime.impl.IOutByteBuffer
Free at least some number of bytes of space in the byte array.
free(int, int) - Method in class org.jibx.runtime.impl.OutByteBuffer
Free at least some number of bytes of space in the byte array.

G

GENERATE_PREFIX - Static variable in class org.jibx.runtime.BindingDirectory
Prefix used in all code generation for methods and classes.
GenericXMLWriter - Class in org.jibx.runtime.impl
Generic handler for marshalling text document to a writer.
GenericXMLWriter(String[]) - Constructor for class org.jibx.runtime.impl.GenericXMLWriter
Constructor.
GenericXMLWriter(GenericXMLWriter, String[]) - Constructor for class org.jibx.runtime.impl.GenericXMLWriter
Copy constructor.
get(int) - Method in class org.jibx.runtime.impl.GrowableIntArray
Get a value from the array.
get(int) - Method in class org.jibx.runtime.impl.GrowableStringArray
Get a value from the array.
get(String) - Method in class org.jibx.runtime.impl.StringIntHashMap
Find an entry in the table.
getAbstractMappingNamespaces(int) - Method in interface org.jibx.runtime.IBindingFactory
Get the indexes of the namespaces used by an abstract mapping.
getAbstractMappingNamespaces(int) - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the indexes of the namespaces used by an abstract mapping.
getAbstractMappings() - Method in interface org.jibx.runtime.IBindingFactory
Get the linkage information for global abstract mappings included in the binding.
getAbstractMappings() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the linkage information for global abstract mappings included in the binding.
getActiveNamespaceCount() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get count of active namespaces.
getActiveNamespacePrefix(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get prefix for an active namespace.
getActiveNamespaceUri(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get URI for an active namespace.
getAttributeCount() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getAttributeCount() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get number of attributes for current START_ELEMENT event.
getAttributeCount() - Method in interface org.jibx.runtime.IXMLReader
Get the number of attributes of the current start tag.
getAttributeName(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getAttributeName(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get attribute name for current START_ELEMENT event.
getAttributeName(int) - Method in interface org.jibx.runtime.IXMLReader
Get an attribute name from the current start tag.
getAttributeNamespace(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getAttributeNamespace(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get attribute namespace for current START_ELEMENT event.
getAttributeNamespace(int) - Method in interface org.jibx.runtime.IXMLReader
Get an attribute namespace from the current start tag.
getAttributePrefix(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getAttributePrefix(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get attribute namespace prefix for current START_ELEMENT event.
getAttributePrefix(int) - Method in interface org.jibx.runtime.IXMLReader
Get an attribute prefix from the current start tag.
getAttributeValue(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getAttributeValue(String, String) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getAttributeValue(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get attribute value for current START_ELEMENT event.
getAttributeValue(int) - Method in interface org.jibx.runtime.IXMLReader
Get an attribute value from the current start tag.
getAttributeValue(String, String) - Method in interface org.jibx.runtime.IXMLReader
Get an attribute value from the current start tag.
getBaseBindingFactories() - Method in interface org.jibx.runtime.IBindingFactory
Get the names of the binding factory classes for the separately-compiled base bindings used by this binding.
getBaseBindingFactories() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the names of the binding factory classes for the separately-compiled base bindings used by this binding.
getBaseBindings() - Method in interface org.jibx.runtime.IBindingFactory
Get the names of the separately-compiled base bindings used by this binding.
getBaseBindings() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the names of the separately-compiled base bindings used by this binding.
getBindingClasses() - Method in interface org.jibx.runtime.IBindingFactory
Get the classes used by the binding.
getBindingClasses() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the classes used by the binding.
getBindingName() - Method in interface org.jibx.runtime.IBindingFactory
Get the name of this binding.
getBindingName() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the binding name.
getBuffer() - Method in interface org.jibx.runtime.impl.IByteBuffer
Get the byte array buffer.
getBuffer() - Method in class org.jibx.runtime.impl.InByteBuffer
Get the byte array buffer.
getBuffer() - Method in class org.jibx.runtime.impl.InputStreamWrapper
Get input buffer.
getBuffer() - Method in class org.jibx.runtime.impl.OutByteBuffer
Get the byte array buffer.
getCause() - Method in exception org.jibx.runtime.JiBXException
Get the cause of this exception.
getClassIndexMap() - Method in interface org.jibx.runtime.IBindingFactory
Get map from fully-qualified class name to the index number of the class used for accessing the arrays of class names.
getClassIndexMap() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get map from fully-qualified class name to the index number of the class used for accessing the arrays of class names.
getColumnNumber() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getColumnNumber() - Method in interface org.jibx.runtime.IXMLReader
Get current source column number.
getCompilerDistribution() - Method in interface org.jibx.runtime.IBindingFactory
Get distribution name for binding compiler used.
getCompilerVersion() - Method in interface org.jibx.runtime.IBindingFactory
Get version number for binding compiler used.
getDocumentName() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getDocumentName() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Return the supplied document name.
getDocumentName() - Method in interface org.jibx.runtime.IUnmarshallingContext
Return the supplied document name.
getDocumentName() - Method in interface org.jibx.runtime.IXMLReader
Get document name.
getElementName() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Returns current element name.
getElementNames() - Method in interface org.jibx.runtime.IBindingFactory
Get names of elements corresponding to mapped classes.
getElementNames() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get global-mapped element names.
getElementNamespace() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Returns current element namespace URI.
getElementNamespaces() - Method in interface org.jibx.runtime.IBindingFactory
Get namespaces of elements corresponding to mapped classes.
getElementNamespaces() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get global-mapped element namespace URIs.
getEncoding() - Method in class org.jibx.runtime.impl.InputStreamWrapper
Get encoding for input document.
getEncodingName() - Method in class org.jibx.runtime.impl.StreamWriterBase
Get the name of the character encoding used by this writer.
getEventType() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getEventType() - Method in interface org.jibx.runtime.IXMLReader
Gets the current parse event type, without changing the current parse state.
getExpectedClass() - Method in class org.jibx.runtime.impl.BackFillHolder
Get expected class name of referenced object.
getExtensionNamespaces() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get extension namespace URIs added to those in mapping.
getExtensionNamespaces() - Method in interface org.jibx.runtime.IXMLWriter
Get extension namespace URIs added to those in mapping.
getFactory(String, Class, ClassLoader) - Static method in class org.jibx.runtime.BindingDirectory
Get instance of binding factory.
getFactory(String, Class) - Static method in class org.jibx.runtime.BindingDirectory
Get instance of binding factory.
getFactory(Class) - Static method in class org.jibx.runtime.BindingDirectory
Get instance of binding factory.
getFactory(String, String, ClassLoader) - Static method in class org.jibx.runtime.BindingDirectory
Get instance of binding factory.
getFactory(String, String) - Static method in class org.jibx.runtime.BindingDirectory
Get instance of binding factory.
getFactory() - Method in class org.jibx.runtime.impl.MarshallingContext
Return the binding factory used to create this unmarshaller.
getFactory() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Return the binding factory used to create this unmarshaller.
getHash() - Method in interface org.jibx.runtime.IBindingFactory
Get hash for binding.
getHash() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get hash for binding.
getIdMap() - Method in class org.jibx.runtime.impl.MarshallingContext
Get shared ID map.
getIndent() - Method in interface org.jibx.runtime.IMarshallingContext
Get current nesting indent spaces.
getIndent() - Method in class org.jibx.runtime.impl.MarshallingContext
Get current nesting indent spaces.
getInputEncoding() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getInputEncoding() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Return the input encoding, if known.
getInputEncoding() - Method in interface org.jibx.runtime.IXMLReader
Return the input encoding, if known.
getInstance() - Static method in class org.jibx.runtime.impl.ISO88591Escaper
Get instance of escaper.
getInstance() - Static method in class org.jibx.runtime.impl.StAXReaderFactory
Get instance of factory.
getInstance() - Static method in class org.jibx.runtime.impl.USASCIIEscaper
Get instance of escaper.
getInstance() - Static method in class org.jibx.runtime.impl.UTF8Escaper
Get instance of escaper.
getInstance() - Static method in class org.jibx.runtime.impl.XMLPullReaderFactory
Get instance of factory.
getLimit() - Method in interface org.jibx.runtime.impl.IInByteBuffer
Get offset past the end of data in buffer.
getLimit() - Method in class org.jibx.runtime.impl.InByteBuffer
Get offset past the end of data in buffer.
getLineNumber() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getLineNumber() - Method in interface org.jibx.runtime.IXMLReader
Get current source line number.
getMajorVersion() - Method in interface org.jibx.runtime.IBindingFactory
Get the major version number for this binding.
getMajorVersion() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get major version number.
getMappedClasses() - Method in interface org.jibx.runtime.IBindingFactory
Get mapped class names (or type names, in the case of abstract mappings).
getMappedClasses() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get mapped class names (or type names, in the case of abstract mappings).
getMarshaller(String) - Method in interface org.jibx.runtime.IMarshallingContext
Find the marshaller for a particular class in the current context.
getMarshaller(String) - Method in class org.jibx.runtime.impl.MarshallingContext
Find the marshaller for a particular class index in the current context.
getMarshallerClass(int) - Method in interface org.jibx.runtime.IBindingFactory
Get the marshaller class for a mapping.
getMarshallerClass(int) - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the marshaller class for a mapping.
getMarshallerClasses() - Method in interface org.jibx.runtime.IBindingFactory
Get marshaller class names.
getMarshallerClasses() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get marshaller class names.
getMessage() - Method in exception org.jibx.runtime.JiBXConstrainedParseException
 
getMessage() - Method in exception org.jibx.runtime.JiBXParseException
Append useful parsing details onto the default message.
getMessage() - Method in exception org.jibx.runtime.ValidationException
Get exception description.
getMinorVersion() - Method in interface org.jibx.runtime.IBindingFactory
Get the minor version number for this binding.
getMinorVersion() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get minor version number.
getName(int) - Method in class org.jibx.runtime.EnumSet
Get name for value if defined.
getName() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getName() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get name associated with current parse event.
getName() - Method in interface org.jibx.runtime.IXMLReader
Get element name from the current start or end tag.
getName() - Method in class org.jibx.runtime.QName
Get local name.
getNameChecked(int) - Method in class org.jibx.runtime.EnumSet
Get name for value.
getNamespace() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getNamespace(String) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getNamespace() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get namespace associated with current parse event.
getNamespace() - Method in interface org.jibx.runtime.IXMLReader
Get element namespace from the current start or end tag.
getNamespace(String) - Method in interface org.jibx.runtime.IXMLReader
Get namespace URI associated with prefix.
getNamespaceCount(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getNamespaceCount() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get number of namespace declarations for current START_ELEMENT event.
getNamespaceCount() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get the number of namespaces currently defined.
getNamespaceCount(int) - Method in interface org.jibx.runtime.IXMLReader
Get number of namespace declarations active at depth.
getNamespaceCount() - Method in interface org.jibx.runtime.IXMLWriter
Get the number of namespaces currently defined.
getNamespacePrefix(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getNamespacePrefix(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get namespace prefix for namespace declaration on current START_ELEMENT event.
getNamespacePrefix(int) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get current prefix defined for namespace.
getNamespacePrefix(int) - Method in interface org.jibx.runtime.IXMLReader
Get namespace prefix.
getNamespacePrefix(int) - Method in interface org.jibx.runtime.IXMLWriter
Get current prefix defined for namespace.
getNamespaces() - Method in interface org.jibx.runtime.IBindingFactory
Get namespaces defined in mapping.
getNamespaces() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the namespace URIs used by the binding.
getNamespaces() - Method in class org.jibx.runtime.impl.MarshallingContext
Get namespace URIs for mapping.
getNamespaces() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get namespace URIs for mapping.
getNamespaces() - Method in interface org.jibx.runtime.IXMLWriter
Get namespace URIs for mapping.
getNamespaceTranslationTableMap() - Method in interface org.jibx.runtime.IBindingFactory
Get a map from full-qualified binding factory names to an array of int values used to convert namespace indexes in that binding to this binding.
getNamespaceTranslationTableMap() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get a map from full-qualified binding factory names to an array of int values used to convert namespace indexes in that binding to this binding.
getNamespaceUri(int) - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getNamespaceUri(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get namespace URI for namespace declaration on current START_ELEMENT event.
getNamespaceUri(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get namespace URI matching prefix.
getNamespaceUri(int) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get URI for namespace.
getNamespaceUri(int) - Method in interface org.jibx.runtime.IXMLReader
Get namespace URI.
getNamespaceUri(int) - Method in interface org.jibx.runtime.IXMLWriter
Get URI for namespace.
getNestingDepth() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getNestingDepth() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get the current element nesting depth.
getNestingDepth() - Method in interface org.jibx.runtime.IXMLReader
Get current element nesting depth.
getNestingDepth() - Method in interface org.jibx.runtime.IXMLWriter
Get the current element nesting depth.
getOffset() - Method in interface org.jibx.runtime.impl.IByteBuffer
Get the current offset.
getOffset() - Method in class org.jibx.runtime.impl.InByteBuffer
Get the index of the next byte to be read.
getOffset() - Method in class org.jibx.runtime.impl.OutByteBuffer
Get the index of the next byte to be read.
getPrefix() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getPrefix() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get namespace prefix associated with current parse event.
getPrefix() - Method in interface org.jibx.runtime.IXMLReader
Get element prefix from the current start or end tag.
getPrefix() - Method in class org.jibx.runtime.QName
Get namespace prefix.
getPrefixes() - Method in interface org.jibx.runtime.IBindingFactory
Get initial prefixes for namespaces defined in mapping.
getPrefixes() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the namespace prefixes used by the binding.
getPrefixIndex(String) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get index of namespace mapped to prefix.
getPrefixIndex(String) - Method in interface org.jibx.runtime.IXMLWriter
Get index of namespace mapped to prefix.
getReader() - Method in class org.jibx.runtime.impl.InputStreamWrapper
Get reader for wrapped input stream.
getRootCause() - Method in exception org.jibx.runtime.JiBXException
Get root cause exception.
getStackDepth() - Method in interface org.jibx.runtime.IMarshallingContext
Get current marshalling object stack depth.
getStackDepth() - Method in class org.jibx.runtime.impl.MarshallingContext
Get current marshalling object stack depth.
getStackDepth() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get current unmarshalling object stack depth.
getStackDepth() - Method in interface org.jibx.runtime.IUnmarshallingContext
Get current unmarshalling object stack depth.
getStackObject(int) - Method in interface org.jibx.runtime.IMarshallingContext
Get object from marshalling stack.
getStackObject(int) - Method in class org.jibx.runtime.impl.MarshallingContext
Get object from marshalling stack.
getStackObject(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get object from unmarshalling stack.
getStackObject(int) - Method in interface org.jibx.runtime.IUnmarshallingContext
Get object from unmarshalling stack.
getStackTop() - Method in interface org.jibx.runtime.IMarshallingContext
Get top object on marshalling stack.
getStackTop() - Method in class org.jibx.runtime.impl.MarshallingContext
Get top object on marshalling stack.
getStackTop() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get top object on unmarshalling stack.
getStackTop() - Method in interface org.jibx.runtime.IUnmarshallingContext
Get top object on unmarshalling stack.
getText() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
getText() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get text value for current event.
getText() - Method in interface org.jibx.runtime.IXMLReader
Get current text.
getTypeIndex(String) - Method in interface org.jibx.runtime.IBindingFactory
Get mapped class index from type name for abstract non-base mappings included in the binding.
getUnmarshaller(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Find the unmarshaller for a particular class in the current context.
getUnmarshaller(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Find the unmarshaller for a particular element name (including namespace) in the current context.
getUnmarshaller(String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Find the unmarshaller for a particular class in the current context.
getUnmarshallerClass(int) - Method in interface org.jibx.runtime.IBindingFactory
Get the unmarshaller class for a mapping.
getUnmarshallerClass(int) - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the unmarshaller class for a mapping.
getUnmarshallerClasses() - Method in interface org.jibx.runtime.IBindingFactory
Get unmarshaller class names.
getUnmarshallerClasses() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get unmarshaller class names.
getUnmarshalMap() - Method in interface org.jibx.runtime.IBindingFactory
Get the mapping from element local name to class indexes.
getUnmarshalMap() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Get the mapping from element local name to class indexes.
getUri() - Method in class org.jibx.runtime.QName
Get namespace URI.
getUserContext() - Method in interface org.jibx.runtime.IMarshallingContext
Get the user context object.
getUserContext() - Method in class org.jibx.runtime.impl.MarshallingContext
Get the user context object.
getUserContext() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Get the user context object.
getUserContext() - Method in interface org.jibx.runtime.IUnmarshallingContext
Get the user context object.
getValue(String) - Method in class org.jibx.runtime.EnumSet
Get value for name if defined.
getValueChecked(String) - Method in class org.jibx.runtime.EnumSet
Get value for name.
getXmlWriter() - Method in interface org.jibx.runtime.IMarshallingContext
Get the writer being used for output.
getXmlWriter() - Method in class org.jibx.runtime.impl.MarshallingContext
Get the writer being used for output.
GrowableIntArray - Class in org.jibx.runtime.impl
Growable int array with type specific access methods.
GrowableIntArray(int, int) - Constructor for class org.jibx.runtime.impl.GrowableIntArray
Constructor with full specification.
GrowableIntArray(int) - Constructor for class org.jibx.runtime.impl.GrowableIntArray
Constructor with initial size specified.
GrowableIntArray() - Constructor for class org.jibx.runtime.impl.GrowableIntArray
Default constructor.
GrowableIntArray(GrowableIntArray) - Constructor for class org.jibx.runtime.impl.GrowableIntArray
Copy (clone) constructor.
GrowableStringArray - Class in org.jibx.runtime.impl
Growable String array with type specific access methods.
GrowableStringArray(int, int) - Constructor for class org.jibx.runtime.impl.GrowableStringArray
Constructor with full specification.
GrowableStringArray(int) - Constructor for class org.jibx.runtime.impl.GrowableStringArray
Constructor with initial size specified.
GrowableStringArray() - Constructor for class org.jibx.runtime.impl.GrowableStringArray
Default constructor.
GrowableStringArray(GrowableStringArray) - Constructor for class org.jibx.runtime.impl.GrowableStringArray
Copy (clone) constructor.
growArray(String[][], String[]) - Static method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Grow array of array of strings.
growArray(Object) - Static method in class org.jibx.runtime.Utility
Grow array of arbitrary type.

H

hasAnyAttribute(String[], String[]) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Check if any of several attributes is present on current start tag.
hasAttribute(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Check if attribute is present on current start tag.
hashCode() - Method in class org.jibx.runtime.QName
 
hasNext() - Method in class org.jibx.runtime.impl.ArrayRangeIterator
Check for iteration element available.
hasNext() - Method in class org.jibx.runtime.impl.SparseArrayIterator
Check for iteration element available.

I

IAbstractMarshaller - Interface in org.jibx.runtime
Abstract base marshaller interface definition.
IAliasable - Interface in org.jibx.runtime
Nameable extension interface definition.
IBindingFactory - Interface in org.jibx.runtime
Binding factory interface definition.
IByteBuffer - Interface in org.jibx.runtime.impl
Input or output buffer interface.
ICharacterEscaper - Interface in org.jibx.runtime
Escaper for character data to be written to output document.
IExtensibleWriter - Interface in org.jibx.runtime
Extensible version of standard XML writer interface.
ifBoolean(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid boolean representation.
ifByte(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid byte representation.
ifDate(String) - Static method in class org.jibx.runtime.Utility
Check if a text string follows the schema date format.
ifDateTime(String) - Static method in class org.jibx.runtime.Utility
Check if a text string follows the schema dateTime format.
ifDecimal(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid decimal representation.
ifDigits(String, int, int) - Static method in class org.jibx.runtime.Utility
Check if a portion of a text string consists of decimal digits.
ifEqualSubstring(String, String, int) - Static method in class org.jibx.runtime.Utility
Check if a substring matches a supplied value.
ifFixedDigits(String, int, String) - Static method in class org.jibx.runtime.Utility
Check if a portion of a text string is a bounded string of decimal digits.
ifInIntegerRange(String, int, String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid integer subtype representation.
ifInt(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid int representation.
ifInteger(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid integer representation.
ifLong(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid long representation.
ifShort(String) - Static method in class org.jibx.runtime.Utility
Check if a text string is a valid short representation.
ifTime(String) - Static method in class org.jibx.runtime.Utility
Check if a text string follows the schema dateTime format.
ifTimeSuffix(String, int) - Static method in class org.jibx.runtime.Utility
Check if a text string ends with a valid time suffix.
ifZoneSuffix(String, int) - Static method in class org.jibx.runtime.Utility
Check if a text string ends with a valid zone suffix.
IGNORABLE_WHITESPACE - Static variable in interface org.jibx.runtime.IXMLReader
 
IInByteBuffer - Interface in org.jibx.runtime.impl
Input buffer interface.
IListItemDeserializer - Interface in org.jibx.runtime
Schema list component deserializer interface.
IMarshallable - Interface in org.jibx.runtime
Marshallable interface definition.
IMarshaller - Interface in org.jibx.runtime
Marshaller interface definition.
IMarshallingContext - Interface in org.jibx.runtime
User interface for serializer to XML.
InByteBuffer - Class in org.jibx.runtime.impl
Byte buffer wrapping an input stream.
InByteBuffer(int) - Constructor for class org.jibx.runtime.impl.InByteBuffer
Constructor with size specified.
InByteBuffer() - Constructor for class org.jibx.runtime.impl.InByteBuffer
Constructor using default buffer size.
incrementNesting() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Increment the current nesting depth.
indent(int) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Request output indent.
indent() - Method in class org.jibx.runtime.impl.GenericXMLWriter
Request output indent.
indent() - Method in class org.jibx.runtime.impl.StAXWriter
 
indent(int) - Method in class org.jibx.runtime.impl.StreamWriterBase
Request output indent.
indent() - Method in class org.jibx.runtime.impl.StreamWriterBase
Request output indent.
indent(int) - Method in class org.jibx.runtime.impl.XMLWriterBase
Request output indent with bias from current element nesting level.
indent() - Method in interface org.jibx.runtime.IXMLWriter
Request output indent.
init() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
Initialize reader.
init() - Method in class org.jibx.runtime.impl.StAXWriter
Initialize writer.
init() - Method in class org.jibx.runtime.impl.XMLWriterBase
Initialize writer.
init() - Method in interface org.jibx.runtime.IXMLReader
Initialize reader.
init() - Method in interface org.jibx.runtime.IXMLWriter
Initialize writer.
InputStreamWrapper - Class in org.jibx.runtime.impl
Wrapper for input buffer that supports multiple character encodings.
InputStreamWrapper() - Constructor for class org.jibx.runtime.impl.InputStreamWrapper
 
internalNamespacePrefix(int) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get current prefix defined for translated namespace index.
internalNamespaceUri(int) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Get URI for translated namespace index.
internalRemove(int) - Method in class org.jibx.runtime.impl.StringIntHashMap
Internal remove pair from the table.
internalSetUris(String[]) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Set namespace URIs.
IntStack - Class in org.jibx.runtime
Growable int stack with type specific access methods.
IntStack(int, int) - Constructor for class org.jibx.runtime.IntStack
Constructor with full specification.
IntStack(int) - Constructor for class org.jibx.runtime.IntStack
Constructor with initial size specified.
IntStack() - Constructor for class org.jibx.runtime.IntStack
Default constructor.
IntStack(IntStack) - Constructor for class org.jibx.runtime.IntStack
Copy (clone) constructor.
IntStack(int[]) - Constructor for class org.jibx.runtime.IntStack
Constructor from array of ints.
IOutByteBuffer - Interface in org.jibx.runtime.impl
Output buffer interface.
isAt(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Check if next tag is start of element.
isAt(String, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Check if next tag is start of element.
isEmpty() - Method in class org.jibx.runtime.impl.GrowableIntArray
Check if array is empty.
isEmpty() - Method in class org.jibx.runtime.impl.GrowableStringArray
Check if array is empty.
isEmpty() - Method in class org.jibx.runtime.IntStack
Check if stack is empty.
isEnd() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Check if next tag is an end tag.
isEnd() - Method in interface org.jibx.runtime.IUnmarshallingContext
Check if next tag is an end tag.
isEqual(Object, Object) - Static method in class org.jibx.runtime.Utility
General object comparison method.
isExtension(String) - Method in interface org.jibx.runtime.IMarshaller
Check if marshaller represents an extension mapping.
isNamespaceAware() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
isNamespaceAware() - Method in interface org.jibx.runtime.IXMLReader
Return namespace processing flag.
ISO88591Escaper - Class in org.jibx.runtime.impl
Handler for writing ASCII output stream.
ISO88591StreamWriter - Class in org.jibx.runtime.impl
Handler for marshalling text document to a UTF-8 output stream.
ISO88591StreamWriter(String[]) - Constructor for class org.jibx.runtime.impl.ISO88591StreamWriter
Constructor with supplied buffer.
ISO88591StreamWriter(ISO88591StreamWriter, String[]) - Constructor for class org.jibx.runtime.impl.ISO88591StreamWriter
Copy constructor.
isPresent(IUnmarshallingContext) - Method in interface org.jibx.runtime.IUnmarshaller
Check if instance present in XML.
isStart() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Check if next tag is a start tag.
isStart() - Method in interface org.jibx.runtime.IUnmarshallingContext
Check if next tag is a start tag.
ITrackSource - Interface in org.jibx.runtime
Unmarshalling source tracking interface.
ITrackSourceImpl - Interface in org.jibx.runtime.impl
Unmarshalling source tracking implementation interface.
IUnmarshallable - Interface in org.jibx.runtime
Unmarshallable interface definition.
IUnmarshaller - Interface in org.jibx.runtime
Unmarshaller interface definition.
IUnmarshallingContext - Interface in org.jibx.runtime
User interface for deserializer from XML.
IXMLReader - Interface in org.jibx.runtime
XML reader interface used for input of unmarshalled document.
IXMLReaderFactory - Interface in org.jibx.runtime.impl
Interface for factories used to create XML reader instances.
IXMLWriter - Interface in org.jibx.runtime
XML writer interface used for output of marshalled document.

J

Java5DecimalConvert - Class in org.jibx.runtime
Utility class supplying a static method for java.math.BigDecimal serialization using Java 1.5 and later.
Java5DecimalConvert() - Constructor for class org.jibx.runtime.Java5DecimalConvert
 
JiBX_className() - Method in interface org.jibx.runtime.IUnmarshallable
Get the name of the class associated with the <mapping> definition.
jibx_getColumnNumber() - Method in interface org.jibx.runtime.ITrackSource
Get source document column number.
jibx_getDocumentName() - Method in interface org.jibx.runtime.ITrackSource
Get source document name.
jibx_getLineNumber() - Method in interface org.jibx.runtime.ITrackSource
Get source document line number.
JiBX_getName() - Method in interface org.jibx.runtime.IMarshallable
Get the name of the class or type associated with the <mapping> definition.
jibx_setSource(String, int, int) - Method in interface org.jibx.runtime.impl.ITrackSourceImpl
Set source document information.
JiBXConstrainedParseException - Exception in org.jibx.runtime
Thrown when a "constrained" parsing exception is encountered (e.g.
JiBXConstrainedParseException(String, String, String[]) - Constructor for exception org.jibx.runtime.JiBXConstrainedParseException
 
JiBXConstrainedParseException(String, String, String[], String, String, Throwable) - Constructor for exception org.jibx.runtime.JiBXConstrainedParseException
 
JiBXException - Exception in org.jibx.runtime
Binding exception class.
JiBXException(String) - Constructor for exception org.jibx.runtime.JiBXException
Constructor from message.
JiBXException(String, Throwable) - Constructor for exception org.jibx.runtime.JiBXException
Constructor from message and wrapped exception.
JiBXParseException - Exception in org.jibx.runtime
JiBX parsing exception class.
JiBXParseException(String, String) - Constructor for exception org.jibx.runtime.JiBXParseException
Constructor from message.
JiBXParseException(String, String, Throwable) - Constructor for exception org.jibx.runtime.JiBXParseException
Constructor from message and wrapped exception.
JiBXParseException(String, String, String, String, Throwable) - Constructor for exception org.jibx.runtime.JiBXParseException
Constructor from message, wrapped exception and tag name.
JodaConvert - Class in org.jibx.runtime
Utility class supplying static methods for Joda date/time conversions.
JodaConvert() - Constructor for class org.jibx.runtime.JodaConvert
 

L

loadClass(String) - Method in interface org.jibx.runtime.IBindingFactory
Load a class.
loadClass(String) - Method in class org.jibx.runtime.impl.BindingFactoryBase
Load a class.
loadFactory() - Static method in class org.jibx.runtime.impl.RuntimeSupport
Load the appropriate reader factory.

M

m_ampEntityBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
 
m_array - Variable in class org.jibx.runtime.impl.ArrayRangeIterator
Array supplying values for iteration.
m_array - Variable in class org.jibx.runtime.impl.SparseArrayIterator
Array supplying values for iteration.
m_arraySize - Variable in class org.jibx.runtime.impl.StringIntHashMap
Size of array used for keys.
m_baseArray - Variable in class org.jibx.runtime.IntStack
The underlying array used for storing the data.
m_buffer - Variable in class org.jibx.runtime.impl.StreamWriterBase
Cached reference to byte array used by buffer.
m_cdataEndBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
 
m_cdataStartBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
 
m_countLimit - Variable in class org.jibx.runtime.IntStack
Size of the current array.
m_countPresent - Variable in class org.jibx.runtime.IntStack
The number of values currently present in the stack.
m_entryCount - Variable in class org.jibx.runtime.impl.StringIntHashMap
Number of entries present in table.
m_entryLimit - Variable in class org.jibx.runtime.impl.StringIntHashMap
Entries allowed before growing table.
m_extensionBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
Byte sequences for prefixes of extension namespaces in scope.
m_fillFraction - Variable in class org.jibx.runtime.impl.StringIntHashMap
Fill fraction allowed for this hash table.
m_fillOffset - Variable in class org.jibx.runtime.impl.StreamWriterBase
Current fill offset in buffer byte array.
m_gtEntityBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
 
m_hitOffset - Variable in class org.jibx.runtime.impl.StringIntHashMap
Offset added (modulo table size) to slot number on collision.
m_idClasses - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Class names of referenced types (null unless class-specific IDs used).
m_idMaps - Variable in class org.jibx.runtime.impl.UnmarshallingContext
ID maps for finding references.
m_idref - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Last IDREF value parsed.
m_keyTable - Variable in class org.jibx.runtime.impl.StringIntHashMap
Array of key table slots.
m_limit - Variable in class org.jibx.runtime.impl.ArrayRangeIterator
Ending offset for values.
m_ltEntityBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
 
m_maximumGrowth - Variable in class org.jibx.runtime.IntStack
Maximum size increment for growing array.
m_name - Variable in class org.jibx.runtime.EnumSet.EnumItem
 
m_names - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Names for elements associated with class mappings.
m_namespaces - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Namespaces for elements associated with class mappings.
m_notFoundValue - Variable in class org.jibx.runtime.impl.StringIntHashMap
Value returned when key not found in table.
m_objectStack - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Stack of objects being unmarshalled.
m_offset - Variable in class org.jibx.runtime.impl.ArrayRangeIterator
Offset of next iteration value.
m_offset - Variable in class org.jibx.runtime.impl.SparseArrayIterator
Offset of next iteration value.
m_prefixBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
Byte sequences for prefixes of namespaces in scope.
m_prefixes - Variable in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Prefixes currently defined for namespaces.
m_quotEntityBytes - Variable in class org.jibx.runtime.impl.StreamWriterBase
 
m_stackDepth - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Current unmarshalling stack depth.
m_transientUnmarshalMap - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Mapping from element name to class index for transient mappings.
m_unmarshallers - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshallers for classes in mapping definition (lazy create of actual unmarshaller instances)
m_unmarshalMap - Variable in class org.jibx.runtime.impl.UnmarshallingContext
Mapping from element name to class index for global mappings (cached from binding factory).
m_uris - Variable in class org.jibx.runtime.impl.XMLWriterNamespaceBase
URIs for namespaces.
m_userContext - Variable in class org.jibx.runtime.impl.MarshallingContext
User context object (not used by JiBX, only for user convenience).
m_userContext - Variable in class org.jibx.runtime.impl.UnmarshallingContext
User context object (not used by JiBX, only for user convenience).
m_value - Variable in class org.jibx.runtime.EnumSet.EnumItem
 
m_valueTable - Variable in class org.jibx.runtime.impl.StringIntHashMap
Array of value table slots.
main(String[]) - Static method in class org.jibx.runtime.PrintInfo
 
makeSpace(int) - Method in class org.jibx.runtime.impl.StreamWriterBase
Make at least the requested number of bytes available in the output buffer.
mapUnmarshalling(int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Map unmarshalling for element.
marshal(IMarshallingContext) - Method in interface org.jibx.runtime.IMarshallable
Marshal self.
marshal(Object, IMarshallingContext) - Method in interface org.jibx.runtime.IMarshaller
Marshal instance of handled class.
marshalCollection(Collection) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal all items in a collection.
marshalCollection(ArrayList) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal all items in a collection.
marshalCollection(Vector) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal all items in a collection.
marshalDocument(Object) - Method in interface org.jibx.runtime.IMarshallingContext
Marshal document from root object without XML declaration.
marshalDocument(Object, String, Boolean) - Method in interface org.jibx.runtime.IMarshallingContext
Marshal document from root object.
marshalDocument(Object, String, Boolean, OutputStream) - Method in interface org.jibx.runtime.IMarshallingContext
Marshal document from root object to output stream with encoding.
marshalDocument(Object, String, Boolean, Writer) - Method in interface org.jibx.runtime.IMarshallingContext
Marshal document from root object to writer.
marshalDocument(Object) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal document from root object without XML declaration.
marshalDocument(Object, String, Boolean) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal document from root object.
marshalDocument(Object, String, Boolean, OutputStream) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal document from root object to output stream with encoding.
marshalDocument(Object, String, Boolean, Writer) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal document from root object to writer.
MarshallingContext - Class in org.jibx.runtime.impl
JiBX serializer supplying convenience methods for marshalling.
MarshallingContext(String[], String[], String[], IBindingFactory) - Constructor for class org.jibx.runtime.impl.MarshallingContext
Constructor.
marshalRoot(Object) - Method in class org.jibx.runtime.impl.MarshallingContext
Marshal document from root object.
maxIndex() - Method in class org.jibx.runtime.EnumSet
Get maximum index value in enumeration set.
MINIMUM_GROWN_ARRAY_SIZE - Static variable in class org.jibx.runtime.Utility
Minimum size for array returned by Utility.growArray(java.lang.Object).
MINIMUM_SIZE - Static variable in class org.jibx.runtime.impl.StringIntHashMap
Minimum size used for hash table.

N

next() - Method in class org.jibx.runtime.impl.ArrayRangeIterator
Get next iteration element.
next() - Method in class org.jibx.runtime.impl.SparseArrayIterator
Get next iteration element.
next() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
next() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Advance to next major parse event.
next() - Method in interface org.jibx.runtime.IXMLReader
Advance to next binding component of input document.
nextToken() - Method in class org.jibx.runtime.impl.StAXReaderWrapper
 
nextToken() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Advance to next parse event.
nextToken() - Method in interface org.jibx.runtime.IXMLReader
Advance to next parse event of input document.

O

openNamespaces(int[], String[]) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Open the specified namespaces.
openNamespaces(int[], String[]) - Method in interface org.jibx.runtime.IXMLWriter
Open the specified namespaces for use.
org.jibx.runtime - package org.jibx.runtime
 
org.jibx.runtime.impl - package org.jibx.runtime.impl
 
OutByteBuffer - Class in org.jibx.runtime.impl
Byte buffer wrapping an output stream.
OutByteBuffer(int) - Constructor for class org.jibx.runtime.impl.OutByteBuffer
Constructor with size specified.
OutByteBuffer() - Constructor for class org.jibx.runtime.impl.OutByteBuffer
Constructor using default buffer size.

P

parseBase64(String) - Static method in class org.jibx.runtime.Utility
Parse base64 data from text.
parseBoolean(String) - Static method in class org.jibx.runtime.Utility
Parse boolean value from text.
parseByte(String) - Static method in class org.jibx.runtime.Utility
Parse byte value from text.
parseChar(String) - Static method in class org.jibx.runtime.Utility
Parse char value from text as unsigned 16-bit integer.
parseCharString(String) - Static method in class org.jibx.runtime.Utility
Parse char value from text as character value.
parseContentByte(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning byte value of content.
parseContentChar(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning char value of content.
parseContentEnumeration(String, String, String[], int[]) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning enumeration value of content.
parseContentInt(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning integer value of content.
parseContentShort(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning short value of content.
parseContentText() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse required text content.
parseContentText(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning optional text content.
parseDate(String) - Static method in class org.jibx.runtime.Utility
Convert date text to Java date.
parseDateTime(String, boolean, DateTimeZone) - Static method in class org.jibx.runtime.JodaConvert
Parse date/time value from text.
parseDateTime(String) - Static method in class org.jibx.runtime.Utility
Parse general dateTime value from text.
parseDouble(String) - Static method in class org.jibx.runtime.Utility
Parse double value from text.
parseElementBoolean(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning boolean value of content.
parseElementBoolean(String, String, boolean) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning boolean value of optional content.
parseElementByte(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning byte value of content.
parseElementByte(String, String, byte) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning byte value of optional content.
parseElementChar(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning char value of content.
parseElementChar(String, String, char) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning char value of optional content.
parseElementDate(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning java.util.Date value of content.
parseElementDate(String, String, Date) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning java.util.Date value of optional content.
parseElementDouble(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning double value of content.
parseElementDouble(String, String, double) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning double value of optional content.
parseElementEnumeration(String, String, String[], int[], int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning enumeration value of optional content.
parseElementExistingIDREF(String, String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning previously defined object corresponding to content interpreted as IDREF.
parseElementFloat(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning float value of content.
parseElementFloat(String, String, float) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning float value of optional content.
parseElementForwardIDREF(String, String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning object (if defined yet) corresponding to content interpreted as IDREF.
parseElementInt(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning integer value of content.
parseElementInt(String, String, int) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire optional element, returning integer value of content.
parseElementLong(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element, returning long value of content.
parseElementLong(String, String, long) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning long value of optional content.
parseElementShort(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning short value of content.
parseElementShort(String, String, short) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning short value of optional content.
parseElementText(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning text content.
parseElementText(String, String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse entire element, returning optional text content.
parseFloat(String) - Static method in class org.jibx.runtime.Utility
Parse float value from text.
parseIfStartTag(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past start of expected element.
parseInt(String) - Static method in class org.jibx.runtime.Utility
Parse integer value from text.
parseLong(String) - Static method in class org.jibx.runtime.Utility
Parse long value from text.
parsePastCurrentEndTag(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past current end of element.
parsePastElement(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past element, ignoring all content.
parsePastEndTag(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past end of element.
parsePastStartTag(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse past start of element.
parseShort(String) - Static method in class org.jibx.runtime.Utility
Parse short value from text.
parseTime(String, int, int) - Static method in class org.jibx.runtime.Utility
Parse general time value from text.
parseTimeNoOffset(String, int, int) - Static method in class org.jibx.runtime.Utility
Parse general time value from text.
parseToStartTag(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse to start of element.
parseYear(String) - Static method in class org.jibx.runtime.Utility
Convert gYear text to Java date.
parseYearMonth(String) - Static method in class org.jibx.runtime.Utility
Convert gYearMonth text to Java date.
peek(int) - Method in class org.jibx.runtime.IntStack
Copy a value from the stack.
peek() - Method in class org.jibx.runtime.IntStack
Copy top value from the stack.
pop() - Method in class org.jibx.runtime.IntStack
Pop a value from the stack.
pop(int) - Method in class org.jibx.runtime.IntStack
Pop multiple values from the stack.
popExtensionNamespaces() - Method in class org.jibx.runtime.impl.StreamWriterBase
Remove extension namespace URIs.
popExtensionNamespaces() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Remove extension namespace URIs.
popExtensionNamespaces() - Method in interface org.jibx.runtime.IXMLWriter
Remove extension namespace URIs.
popNamespaces() - Method in interface org.jibx.runtime.IMarshallingContext
End use of namespace indexes from a separate binding.
popNamespaces() - Method in class org.jibx.runtime.impl.MarshallingContext
End use of namespace indexes from a separate binding.
popObject() - Method in interface org.jibx.runtime.IMarshallingContext
Pop marshalled object from stack.
popObject() - Method in class org.jibx.runtime.impl.MarshallingContext
Pop marshalled object from stack.
popObject() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Pop unmarshalled object from stack.
popObject() - Method in interface org.jibx.runtime.IUnmarshallingContext
Pop unmarshalled object from stack.
popTranslationTable() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Pop a translation table used for converting namespace index numbers to values matching the internal lookup.
popTranslationTable() - Method in interface org.jibx.runtime.IXMLWriter
Pop a translation table used for converting namespace index numbers to values matching the internal lookup.
PrintInfo - Class in org.jibx.runtime
Utility program to print information about the runtime build and, optionally, about bindings.
PrintInfo() - Constructor for class org.jibx.runtime.PrintInfo
 
printStackTrace() - Method in exception org.jibx.runtime.JiBXException
Print stack trace to standard error.
printStackTrace(PrintStream) - Method in exception org.jibx.runtime.JiBXException
Print stack trace to stream.
printStackTrace(PrintWriter) - Method in exception org.jibx.runtime.JiBXException
Print stack trace to writer.
PROCESSING_INSTRUCTION - Static variable in interface org.jibx.runtime.IXMLReader
 
push(int) - Method in class org.jibx.runtime.IntStack
Push a value on the stack.
pushExtensionNamespaces(String[]) - Method in class org.jibx.runtime.impl.StreamWriterBase
Append extension namespace URIs to those in mapping.
pushExtensionNamespaces(String[]) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Append extension namespace URIs to those in mapping.
pushExtensionNamespaces(String[]) - Method in interface org.jibx.runtime.IXMLWriter
Append extension namespace URIs to those in mapping.
pushNamespaces(String) - Method in interface org.jibx.runtime.IMarshallingContext
Use namespace indexes from a separate binding, as identified by that binding's factory class name.
pushNamespaces(String) - Method in class org.jibx.runtime.impl.MarshallingContext
Use namespace indexes from a separate binding, as identified by that binding's factory class name.
pushObject(Object) - Method in interface org.jibx.runtime.IMarshallingContext
Push created object to marshalling stack.
pushObject(Object) - Method in class org.jibx.runtime.impl.MarshallingContext
Push created object to marshalling stack.
pushObject(Object) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Push created object to unmarshalling stack.
pushObject(Object) - Method in interface org.jibx.runtime.IUnmarshallingContext
Push created object to unmarshalling stack.
pushTrackedObject(Object) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Push created object to unmarshalling stack with position tracking.
pushTranslationTable(int[]) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Push a translation table to be used for converting namespace index numbers passed as arguments to values used for internal lookup.
pushTranslationTable(int[]) - Method in interface org.jibx.runtime.IXMLWriter
Push a translation table to be used for converting namespace index numbers passed as arguments to values used for internal lookup.

Q

QName - Class in org.jibx.runtime
Representation of a qualified name.
QName(String, String, String) - Constructor for class org.jibx.runtime.QName
Constructor from full set of components.
QName(String, String) - Constructor for class org.jibx.runtime.QName
Constructor from namespace and local name.
QName(String) - Constructor for class org.jibx.runtime.QName
Constructor from local name only.

R

RecoverableException - Exception in org.jibx.runtime
Recoverable exception class.
RecoverableException(String) - Constructor for exception org.jibx.runtime.RecoverableException
Constructor from message.
RecoverableException(String, Throwable) - Constructor for exception org.jibx.runtime.RecoverableException
Constructor from message and wrapped exception.
recycleReader(IXMLReader, InputStream, String, String) - Method in interface org.jibx.runtime.impl.IXMLReaderFactory
Recycle XML reader instance for new document from input stream.
recycleReader(IXMLReader, Reader, String) - Method in interface org.jibx.runtime.impl.IXMLReaderFactory
Recycle XML reader instance for document from reader.
recycleReader(IXMLReader, InputStream, String, String) - Method in class org.jibx.runtime.impl.StAXReaderFactory
 
recycleReader(IXMLReader, Reader, String) - Method in class org.jibx.runtime.impl.StAXReaderFactory
 
recycleReader(IXMLReader, InputStream, String, String) - Method in class org.jibx.runtime.impl.XMLPullReaderFactory
 
recycleReader(IXMLReader, Reader, String) - Method in class org.jibx.runtime.impl.XMLPullReaderFactory
 
registerBackFill(String, int, BackFillReference) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Register back fill item for undefined ID value.
registerBackFill(int, BackFillReference) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Register back fill item for last parsed ID value.
remove() - Method in class org.jibx.runtime.impl.ArrayRangeIterator
Remove element from iteration.
remove(int) - Method in class org.jibx.runtime.impl.GrowableIntArray
Remove some number of values from the end of the array.
remove(int) - Method in class org.jibx.runtime.impl.GrowableStringArray
Remove some number of values from the end of the array.
remove() - Method in class org.jibx.runtime.impl.SparseArrayIterator
Remove element from iteration.
remove(String) - Method in class org.jibx.runtime.impl.StringIntHashMap
Remove an entry from the table.
removeMarshalling(String) - Method in class org.jibx.runtime.impl.MarshallingContext
Undefine marshalling for element.
removeUnmarshalling(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Undefine unmarshalling for element.
replace(String) - Static method in class org.jibx.runtime.WhitespaceConversions
Replace non-space whitespace in string.
require(int) - Method in interface org.jibx.runtime.impl.IInByteBuffer
Require some number of bytes of data.
require(int) - Method in class org.jibx.runtime.impl.InByteBuffer
Require some number of bytes of data.
reset() - Method in interface org.jibx.runtime.IMarshallingContext
Reset to initial state for reuse.
reset() - Method in class org.jibx.runtime.impl.InByteBuffer
Reset to initial state for reuse.
reset() - Method in class org.jibx.runtime.impl.InputStreamWrapper
Reset to initial state for reuse.
reset() - Method in class org.jibx.runtime.impl.MarshallingContext
Reset to initial state for reuse.
reset() - Method in class org.jibx.runtime.impl.OutByteBuffer
Reset to initial state for reuse.
reset() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Reset unmarshalling information.
reset() - Method in class org.jibx.runtime.impl.XMLWriterBase
Reset to initial state for reuse.
reset() - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Reset to initial state for reuse.
reset() - Method in interface org.jibx.runtime.IUnmarshallingContext
Reset unmarshalling information.
reset() - Method in interface org.jibx.runtime.IXMLWriter
Reset to initial state for reuse.
resizeArray(int, Object) - Static method in class org.jibx.runtime.Utility
Resize array of arbitrary type.
RuntimeSupport - Class in org.jibx.runtime.impl
Support class providing methods used by generated code and binding factory initialization.
RuntimeSupport() - Constructor for class org.jibx.runtime.impl.RuntimeSupport
 

S

safeEquals(Object, Object) - Static method in class org.jibx.runtime.Utility
Safe equals test.
serialize(QName, IMarshallingContext) - Static method in class org.jibx.runtime.QName
JiBX serializer method.
serializeBase64(byte[]) - Static method in class org.jibx.runtime.Utility
Serialize byte array to base64 text.
serializeBoolean(boolean) - Static method in class org.jibx.runtime.Utility
Serialize boolean value to text.
serializeBoolean(Boolean) - Static method in class org.jibx.runtime.Utility
Serialize boolean value to text.
serializeByte(byte) - Static method in class org.jibx.runtime.Utility
Serialize byte value to text.
serializeChar(char) - Static method in class org.jibx.runtime.Utility
Serialize char value to text as unsigned 16-bit integer.
serializeCharString(char) - Static method in class org.jibx.runtime.Utility
Serialize char value to text as string of length one.
serializeDate(long) - Static method in class org.jibx.runtime.Utility
Serialize time to general date text.
serializeDate(Date) - Static method in class org.jibx.runtime.Utility
Serialize date to general date text.
serializeDateTime(long, boolean) - Static method in class org.jibx.runtime.Utility
Serialize time to general dateTime text.
serializeDateTime(long) - Static method in class org.jibx.runtime.Utility
Serialize time to general dateTime text.
serializeDateTime(Date) - Static method in class org.jibx.runtime.Utility
Serialize date to general dateTime text.
serializeDecimal(BigDecimal) - Static method in class org.jibx.runtime.Java5DecimalConvert
Serialize decimal value to text using the
serializeDouble(double) - Static method in class org.jibx.runtime.Utility
Serialize double value to text.
serializeExplicitOffset(int, StringBuffer) - Static method in class org.jibx.runtime.Utility
Serialize time zone offset to buffer.
serializeFloat(float) - Static method in class org.jibx.runtime.Utility
Serialize float value to text.
serializeInt(int) - Static method in class org.jibx.runtime.Utility
Serialize int value to text.
serializeList(QName[], IMarshallingContext) - Static method in class org.jibx.runtime.QName
JiBX serializer method.
serializeLocalDate(LocalDate) - Static method in class org.jibx.runtime.JodaConvert
Serialize local date value to general date text without time zone.
serializeLong(long) - Static method in class org.jibx.runtime.Utility
Serialize long value to text.
serializeOffset(int, StringBuffer) - Static method in class org.jibx.runtime.Utility
Serialize time zone offset to buffer.
serializeShort(short) - Static method in class org.jibx.runtime.Utility
Serialize short value to text.
serializeSqlDate(Date) - Static method in class org.jibx.runtime.Utility
Serialize SQL date to general date text.
serializeSqlTime(Time) - Static method in class org.jibx.runtime.Utility
Serialize time to standard text.
serializeTime(int, StringBuffer) - Static method in class org.jibx.runtime.Utility
Serialize time to general time text in buffer.
serializeTimestamp(Timestamp) - Static method in class org.jibx.runtime.Utility
Serialize timestamp to general dateTime text.
serializeTokenList(String[]) - Static method in class org.jibx.runtime.Utility
Serialize an array of strings into a whitespace-separated token list.
serializeUnzonedDateMidnight(DateMidnight) - Static method in class org.jibx.runtime.JodaConvert
Serialize midnight date value to general date text without time zone.
serializeUnzonedLocalTime(LocalTime) - Static method in class org.jibx.runtime.JodaConvert
Serialize local time value to general date text without time zone.
serializeUTCDateMidnight(DateMidnight) - Static method in class org.jibx.runtime.JodaConvert
Serialize midnight date value to general date text with UTC time zone.
serializeUTCDateTime(DateTime) - Static method in class org.jibx.runtime.JodaConvert
Serialize date/time to general dateTime text.
serializeUTCLocalTime(LocalTime) - Static method in class org.jibx.runtime.JodaConvert
Serialize local time value to general date text with UTC time zone.
serializeYear(long) - Static method in class org.jibx.runtime.Utility
Serialize time to general gYear text.
serializeYear(Date) - Static method in class org.jibx.runtime.Utility
Serialize date to general gYear text.
serializeYearMonth(long) - Static method in class org.jibx.runtime.Utility
Serialize time to general gYearMonth text.
serializeYearMonth(Date) - Static method in class org.jibx.runtime.Utility
Serialize date to general gYearMonth text.
serializeZonedDateMidnight(DateMidnight) - Static method in class org.jibx.runtime.JodaConvert
Serialize midnight date value to general date text with time zone offset.
serializeZonedDateTime(DateTime) - Static method in class org.jibx.runtime.JodaConvert
Serialize date/time to general dateTime text.
set(int, int) - Method in class org.jibx.runtime.impl.GrowableIntArray
Overwrite an existing value in the array.
set(int, String) - Method in class org.jibx.runtime.impl.GrowableStringArray
Overwrite an existing value in the array.
setBuffer(IInByteBuffer) - Method in class org.jibx.runtime.impl.InputStreamWrapper
Set the input buffer.
setBuffer(IOutByteBuffer) - Method in class org.jibx.runtime.impl.StreamWriterBase
Set the byte buffer.
setDocument(InputStream, String, String, boolean) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set document to be parsed from stream.
setDocument(InputStream, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set document to be parsed from stream.
setDocument(Reader, String, boolean) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set document to be parsed from reader.
setDocument(Reader) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set document to be parsed from reader.
setDocument(InputStream, String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set named document to be parsed from stream.
setDocument(Reader, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set named document to be parsed from reader.
setDocument(IXMLReader) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set input document parse source directly.
setDocument(InputStream, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Set document to be parsed from stream.
setDocument(Reader) - Method in interface org.jibx.runtime.IUnmarshallingContext
Set document to be parsed from reader.
setDocument(InputStream, String, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Set named document to be parsed from stream.
setDocument(Reader, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Set named document to be parsed from reader.
setEncoding(String) - Method in class org.jibx.runtime.impl.InputStreamWrapper
Set encoding for stream.
setFromContext(MarshallingContext) - Method in class org.jibx.runtime.impl.MarshallingContext
Initializes the context to use the same marshalled text destination and parameters as another marshalling context.
setFromContext(UnmarshallingContext) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Initializes the context to use the same parser and document as another unmarshalling context.
setIndent(int) - Method in interface org.jibx.runtime.IMarshallingContext
Set nesting indent spaces.
setIndent(int, String, char) - Method in interface org.jibx.runtime.IMarshallingContext
Set nesting indentation.
setIndent(int) - Method in class org.jibx.runtime.impl.MarshallingContext
Set nesting indent spaces.
setIndent(int, String, char) - Method in class org.jibx.runtime.impl.MarshallingContext
Set nesting indentation.
setIndentSpaces(int, String, char) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Set nesting indentation.
setIndentSpaces(int, String, char) - Method in class org.jibx.runtime.impl.StAXWriter
 
setIndentSpaces(int, String, char) - Method in class org.jibx.runtime.impl.StreamWriterBase
Set nesting indentation.
setIndentSpaces(int, String, char) - Method in interface org.jibx.runtime.IXMLWriter
Set nesting indentation.
setInput(InputStream) - Method in class org.jibx.runtime.impl.InByteBuffer
Set the actual input stream to be used for this buffer.
setName(String) - Method in class org.jibx.runtime.QName
Set local name.
setNamespace(String) - Method in exception org.jibx.runtime.JiBXParseException
Add namespace detail to the exception.
setNamespaceUris(String[]) - Method in class org.jibx.runtime.impl.StreamWriterBase
Set namespace URIs.
setOffset(int) - Method in interface org.jibx.runtime.impl.IByteBuffer
Set the current offset.
setOffset(int) - Method in class org.jibx.runtime.impl.InByteBuffer
Set the current offset.
setOffset(int) - Method in class org.jibx.runtime.impl.OutByteBuffer
Set the current offset.
setOutput(OutputStream, String, ICharacterEscaper) - Method in interface org.jibx.runtime.IMarshallingContext
Set output stream with encoding and escaper.
setOutput(OutputStream, String) - Method in interface org.jibx.runtime.IMarshallingContext
Set output stream and encoding.
setOutput(Writer, ICharacterEscaper) - Method in interface org.jibx.runtime.IMarshallingContext
Set output writer and escaper.
setOutput(Writer) - Method in interface org.jibx.runtime.IMarshallingContext
Set output writer.
setOutput(Writer, ICharacterEscaper) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Set output writer and escaper.
setOutput(OutputStream, String, ICharacterEscaper) - Method in class org.jibx.runtime.impl.MarshallingContext
Set output stream with encoding and escaper.
setOutput(OutputStream, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Set output stream and encoding.
setOutput(Writer, ICharacterEscaper) - Method in class org.jibx.runtime.impl.MarshallingContext
Set output writer and escaper.
setOutput(Writer) - Method in class org.jibx.runtime.impl.MarshallingContext
Set output writer.
setOutput(OutputStream) - Method in class org.jibx.runtime.impl.OutByteBuffer
Set output stream.
setPrefix(String) - Method in class org.jibx.runtime.QName
Set namespace prefix.
setTagName(String) - Method in exception org.jibx.runtime.JiBXParseException
Add tag name detail to the exception.
setUri(String) - Method in class org.jibx.runtime.QName
Set namespace URI.
setUserContext(Object) - Method in interface org.jibx.runtime.IMarshallingContext
Set a user context object.
setUserContext(Object) - Method in class org.jibx.runtime.impl.MarshallingContext
Set a user context object.
setUserContext(Object) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set a user context object.
setUserContext(Object) - Method in interface org.jibx.runtime.IUnmarshallingContext
Set a user context object.
setWriter(XMLStreamWriter) - Method in class org.jibx.runtime.impl.StAXWriter
Set StAX writer.
setXmlWriter(IXMLWriter) - Method in interface org.jibx.runtime.IMarshallingContext
Set the writer being used for output.
setXmlWriter(IXMLWriter) - Method in class org.jibx.runtime.impl.MarshallingContext
Set the writer being used for output.
shrinkArray(String[][]) - Static method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Shrink array of array of strings.
size() - Method in class org.jibx.runtime.impl.GrowableIntArray
Get the number of values currently present in the array.
size() - Method in class org.jibx.runtime.impl.GrowableStringArray
Get the number of values currently present in the array.
size() - Method in class org.jibx.runtime.IntStack
Get the number of values currently present in the stack.
skipElement() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Skip past current element.
SparseArrayIterator - Class in org.jibx.runtime.impl
Iterator class for sparse values in an array.
splitClassNames(String) - Static method in class org.jibx.runtime.impl.RuntimeSupport
Split concatenated class or method names string into an array of fully-qualified individual class and/or method names.
splitInts(String) - Static method in class org.jibx.runtime.impl.RuntimeSupport
Split concatenated ints string into an array of individual int values.
splitNames(String) - Static method in class org.jibx.runtime.impl.RuntimeSupport
Split concatenated names string into an array of individual names.
START_DOCUMENT - Static variable in interface org.jibx.runtime.IXMLReader
 
START_TAG - Static variable in interface org.jibx.runtime.IXMLReader
 
startDocument(String, Boolean) - Method in interface org.jibx.runtime.IMarshallingContext
Start document, writing the XML declaration.
startDocument(String, Boolean, OutputStream) - Method in interface org.jibx.runtime.IMarshallingContext
Start document with output stream and encoding.
startDocument(String, Boolean, Writer) - Method in interface org.jibx.runtime.IMarshallingContext
Start document with writer.
startDocument(String, Boolean) - Method in class org.jibx.runtime.impl.MarshallingContext
Start document.
startDocument(String, Boolean, OutputStream) - Method in class org.jibx.runtime.impl.MarshallingContext
Start document with output stream and encoding.
startDocument(String, Boolean, Writer) - Method in class org.jibx.runtime.impl.MarshallingContext
Start document with writer.
startTag(int, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate start tag for element without attributes.
startTagAttributes(int, String) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate start tag for element with attributes.
startTagClosed(int, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
startTagClosed(int, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Generate closed start tag.
startTagClosed(int, String) - Method in interface org.jibx.runtime.IXMLWriter
Generate closed start tag.
startTagNamespaces(int, String, int[], String[]) - Method in class org.jibx.runtime.impl.MarshallingContext
Generate start tag for element with namespaces.
startTagNamespaces(int, String, int[], String[]) - Method in class org.jibx.runtime.impl.StAXWriter
 
startTagNamespaces(int, String, int[], String[]) - Method in class org.jibx.runtime.impl.XMLWriterBase
Generate start tag for element with namespaces.
startTagNamespaces(int, String, int[], String[]) - Method in interface org.jibx.runtime.IXMLWriter
Generate start tag for element with namespaces.
startTagOpen(int, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
startTagOpen(int, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Generate open start tag.
startTagOpen(int, String) - Method in interface org.jibx.runtime.IXMLWriter
Generate open start tag.
StAXReaderFactory - Class in org.jibx.runtime.impl
Factory for creating XMLPull parser instances.
StAXReaderWrapper - Class in org.jibx.runtime.impl
Wrapper for a StAX parser implementation.
StAXReaderWrapper(XMLStreamReader, String, boolean) - Constructor for class org.jibx.runtime.impl.StAXReaderWrapper
Constructor used by factory.
StAXWriter - Class in org.jibx.runtime.impl
Writer generating StAX parse event stream output.
StAXWriter(String[]) - Constructor for class org.jibx.runtime.impl.StAXWriter
Constructor.
StAXWriter(String[], XMLStreamWriter) - Constructor for class org.jibx.runtime.impl.StAXWriter
Constructor with writer supplied.
StAXWriter(StAXWriter, String[]) - Constructor for class org.jibx.runtime.impl.StAXWriter
Copy constructor.
StreamWriterBase - Class in org.jibx.runtime.impl
Base handler for marshalling text document to an output stream.
StreamWriterBase(String, String[]) - Constructor for class org.jibx.runtime.impl.StreamWriterBase
Constructor with supplied buffer.
StreamWriterBase(StreamWriterBase, String[]) - Constructor for class org.jibx.runtime.impl.StreamWriterBase
Copy constructor.
StringIntHashMap - Class in org.jibx.runtime.impl
Hash map using String values as keys mapped to primitive int values.
StringIntHashMap(int, double, int) - Constructor for class org.jibx.runtime.impl.StringIntHashMap
Constructor with full specification.
StringIntHashMap(int, double) - Constructor for class org.jibx.runtime.impl.StringIntHashMap
Constructor with size and fill fraction specified.
StringIntHashMap(int) - Constructor for class org.jibx.runtime.impl.StringIntHashMap
Constructor with only size supplied.
StringIntHashMap() - Constructor for class org.jibx.runtime.impl.StringIntHashMap
Default constructor.
StringIntHashMap(StringIntHashMap) - Constructor for class org.jibx.runtime.impl.StringIntHashMap
Copy (clone) constructor.

T

TEXT - Static variable in interface org.jibx.runtime.IXMLReader
 
throwEndTagNameError(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception for expected element end tag not found.
throwException(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception with position information.
throwException(String, Exception) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception with position information and nested exception.
throwNameException(String, String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception including a name and position information.
throwStartTagException(String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception with start tag and position information.
throwStartTagException(String, Exception) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception with start tag, position information, and nested exception.
throwStartTagNameError(String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Throw exception for expected element start tag not found.
toArray() - Method in class org.jibx.runtime.impl.GrowableIntArray
Constructs and returns a simple array containing the same data as held in this array.
toArray() - Method in class org.jibx.runtime.impl.GrowableStringArray
Constructs and returns a simple array containing the same data as held in this array.
toArray() - Method in class org.jibx.runtime.IntStack
Constructs and returns a simple array containing the same data as held in this stack.
toEnd() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse to end tag.
toStart() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse to start tag.
toString() - Method in class org.jibx.runtime.QName
 
toTag() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Parse to start or end tag.
trackObject(Object) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Set position tracking information for object, if supported.
translateNamespace(int) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Translate a namespace index number to match internal tables.
trim(String) - Static method in class org.jibx.runtime.WhitespaceConversions
Trim leading and trailing whitespace in string.

U

undefineNamespace(int) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Report that namespace has been undefined.
undefineNamespace(int) - Method in class org.jibx.runtime.impl.StAXWriter
 
undefineNamespace(int) - Method in class org.jibx.runtime.impl.StreamWriterBase
Report that namespace has been undefined.
undefineNamespace(int) - Method in class org.jibx.runtime.impl.XMLWriterNamespaceBase
Report to subclass that namespace has been undefined.
unmarshal(IUnmarshallingContext) - Method in interface org.jibx.runtime.IUnmarshallable
Unmarshal self.
unmarshal(Object, IUnmarshallingContext) - Method in interface org.jibx.runtime.IUnmarshaller
Unmarshal instance of handled class.
unmarshalDocument(InputStream, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal document from stream to object.
unmarshalDocument(Reader) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal document from reader to object.
unmarshalDocument(InputStream, String, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal named document from stream to object.
unmarshalDocument(Reader, String) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal named document from reader to object.
unmarshalDocument(InputStream, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Unmarshal document from stream to object.
unmarshalDocument(Reader) - Method in interface org.jibx.runtime.IUnmarshallingContext
Unmarshal document from reader to object.
unmarshalDocument(InputStream, String, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Unmarshal named document from stream to object.
unmarshalDocument(Reader, String) - Method in interface org.jibx.runtime.IUnmarshallingContext
Unmarshal named document from reader to object.
unmarshalElement(Class) - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal required element of specified type.
unmarshalElement() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal required element.
unmarshalElement() - Method in interface org.jibx.runtime.IUnmarshallingContext
Unmarshal the current element.
UnmarshallingContext - Class in org.jibx.runtime.impl
Pull parser wrapper supplying convenience methods for access.
UnmarshallingContext(int, String[], String[], String[], String[], IBindingFactory) - Constructor for class org.jibx.runtime.impl.UnmarshallingContext
Constructor.
UnmarshallingContext() - Constructor for class org.jibx.runtime.impl.UnmarshallingContext
Default constructor.
unmarshalOptionalElement() - Method in class org.jibx.runtime.impl.UnmarshallingContext
Unmarshal optional element.
UnrecoverableException - Exception in org.jibx.runtime
Unrecoverable exception class.
UnrecoverableException(String) - Constructor for exception org.jibx.runtime.UnrecoverableException
Constructor from message.
UnrecoverableException(String, Throwable) - Constructor for exception org.jibx.runtime.UnrecoverableException
Constructor from message and wrapped exception.
USASCIIEscaper - Class in org.jibx.runtime.impl
Handler for writing ASCII output stream.
UTF8Escaper - Class in org.jibx.runtime.impl
Handler for writing UTF output stream (for any form of UTF, despite the name).
UTF8StreamWriter - Class in org.jibx.runtime.impl
Handler for marshalling text document to a UTF-8 output stream.
UTF8StreamWriter(String[]) - Constructor for class org.jibx.runtime.impl.UTF8StreamWriter
Constructor with supplied buffer.
UTF8StreamWriter(UTF8StreamWriter, String[]) - Constructor for class org.jibx.runtime.impl.UTF8StreamWriter
Copy constructor.
Utility - Class in org.jibx.runtime
Utility class supplying static methods.
Utility() - Constructor for class org.jibx.runtime.Utility
 

V

ValidationException - Exception in org.jibx.runtime
Validation exception class.
ValidationException(String) - Constructor for exception org.jibx.runtime.ValidationException
Constructor from message.
ValidationException(String, Throwable) - Constructor for exception org.jibx.runtime.ValidationException
Constructor from message and wrapped exception.
ValidationException(String, Object) - Constructor for exception org.jibx.runtime.ValidationException
Constructor from message and validation object.
ValidationException(String, Throwable, Object) - Constructor for exception org.jibx.runtime.ValidationException
Constructor from message, wrapped exception, and validation object.
ValidationException(String, Object, IUnmarshallingContext) - Constructor for exception org.jibx.runtime.ValidationException
Constructor from message, validation object, and unmarshalling context.
VALUE_LIMIT - Static variable in class org.jibx.runtime.EnumSet
Maximum int value supported for enumerations.
verifyBaseBindings() - Method in interface org.jibx.runtime.IBindingFactory
Verify that separately-compiled base bindings used by this binding can be loaded and are compatible with the base bindings used when this binding was compiled.
verifyBaseBindings() - Method in class org.jibx.runtime.impl.BindingFactoryBase
Verify that separately-compiled base bindings used by this binding can be loaded and are compatible with the base bindings used when this binding was compiled.

W

WhitespaceConversions - Class in org.jibx.runtime
Utilities for handling whitespace options.
writeAttribute(String, Writer) - Method in interface org.jibx.runtime.ICharacterEscaper
Write attribute value with character entity substitutions.
writeAttribute(String, Writer) - Method in class org.jibx.runtime.impl.ISO88591Escaper
Write attribute value with character entity substitutions.
writeAttribute(String, Writer) - Method in class org.jibx.runtime.impl.USASCIIEscaper
Write attribute value with character entity substitutions.
writeAttribute(String, Writer) - Method in class org.jibx.runtime.impl.UTF8Escaper
Write attribute value with character entity substitutions.
writeAttributeText(String) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Write attribute text to output.
writeAttributeText(String) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Write attribute text to output.
writeAttributeText(String) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Write attribute text to output.
writeAttributeText(String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write attribute text to output.
writeCData(String, Writer) - Method in interface org.jibx.runtime.ICharacterEscaper
Write CDATA to document.
writeCData(String) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Write CDATA text to document.
writeCData(String, Writer) - Method in class org.jibx.runtime.impl.ISO88591Escaper
Write CDATA to document.
writeCData(String) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Write CDATA text to document.
writeCData(String) - Method in class org.jibx.runtime.impl.MarshallingContext
Write CDATA text to document.
writeCData(String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writeCData(String, Writer) - Method in class org.jibx.runtime.impl.USASCIIEscaper
Write CDATA to document.
writeCData(String, Writer) - Method in class org.jibx.runtime.impl.UTF8Escaper
Write CDATA to document.
writeCData(String) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Write CDATA text to document.
writeCData(String) - Method in interface org.jibx.runtime.IXMLWriter
Write CDATA text to document.
writeComment(String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writeComment(String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write comment to document.
writeComment(String) - Method in interface org.jibx.runtime.IXMLWriter
Write comment to document.
writeContent(String, Writer) - Method in interface org.jibx.runtime.ICharacterEscaper
Write content value with character entity substitutions.
writeContent(String, Writer) - Method in class org.jibx.runtime.impl.ISO88591Escaper
Write content value with character entity substitutions.
writeContent(String) - Method in class org.jibx.runtime.impl.MarshallingContext
Write content value with character entity substitutions.
writeContent(String, Writer) - Method in class org.jibx.runtime.impl.USASCIIEscaper
Write content value with character entity substitutions.
writeContent(String, Writer) - Method in class org.jibx.runtime.impl.UTF8Escaper
Write content value with character entity substitutions.
writeDocType(String, String, String, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writeDocType(String, String, String, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write DOCTYPE declaration to document.
writeDocType(String, String, String, String) - Method in interface org.jibx.runtime.IXMLWriter
Write DOCTYPE declaration to document.
writeEntity(byte[], int) - Method in class org.jibx.runtime.impl.StreamWriterBase
Write entity bytes to output.
writeEntityRef(String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writeEntityRef(String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write entity reference to document.
writeEntityRef(String) - Method in interface org.jibx.runtime.IXMLWriter
Write entity reference to document.
writeMarkup(String) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Write markup text to output.
writeMarkup(char) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Write markup character to output.
writeMarkup(String) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Write markup text to output.
writeMarkup(char) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Write markup character to output.
writeMarkup(String) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Write markup text to output.
writeMarkup(char) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Write markup character to output.
writeMarkup(String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write markup text to output.
writeMarkup(char) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write markup character to output.
writePI(String, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writePI(String, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write processing instruction to document.
writePI(String, String) - Method in interface org.jibx.runtime.IXMLWriter
Write processing instruction to document.
writePrefix(int) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Write namespace prefix to output.
writePrefix(int) - Method in class org.jibx.runtime.impl.StreamWriterBase
Write namespace prefix to output.
writePrefix(int) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write namespace prefix to output.
writeTextContent(String) - Method in class org.jibx.runtime.impl.GenericXMLWriter
Write ordinary character data text content to document.
writeTextContent(String) - Method in class org.jibx.runtime.impl.ISO88591StreamWriter
Write ordinary character data text content to document.
writeTextContent(String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writeTextContent(String) - Method in class org.jibx.runtime.impl.UTF8StreamWriter
Write ordinary character data text content to document.
writeTextContent(String) - Method in interface org.jibx.runtime.IXMLWriter
Write ordinary character data text content to document.
writeXMLDecl(String, String, String) - Method in class org.jibx.runtime.impl.StAXWriter
 
writeXMLDecl(String, String, String) - Method in class org.jibx.runtime.impl.XMLWriterBase
Write XML declaration to document.
writeXMLDecl(String, String, String) - Method in interface org.jibx.runtime.IXMLWriter
Write XML declaration to document.

X

XML_NAMESPACE - Static variable in class org.jibx.runtime.impl.MarshallingContext
Fixed XML namespace.
XMLPullReaderFactory - Class in org.jibx.runtime.impl
Factory for creating XMLPull parser instances.
XMLWriterBase - Class in org.jibx.runtime.impl
Base implementation of XML writer interface.
XMLWriterBase(String[]) - Constructor for class org.jibx.runtime.impl.XMLWriterBase
Constructor.
XMLWriterBase(XMLWriterBase, String[]) - Constructor for class org.jibx.runtime.impl.XMLWriterBase
Copy constructor.
XMLWriterNamespaceBase - Class in org.jibx.runtime.impl
Base implementation of XML writer interface namespace handling.
XMLWriterNamespaceBase(String[]) - Constructor for class org.jibx.runtime.impl.XMLWriterNamespaceBase
Constructor.
XMLWriterNamespaceBase(XMLWriterNamespaceBase, String[]) - Constructor for class org.jibx.runtime.impl.XMLWriterNamespaceBase
Copy constructor.

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © 2005-2012 jibx.org. All Rights Reserved.