Package org.jibx.runtime.impl

Interface Summary
BackFillReference Backfill reference item, used for filling in forward references to objects.
IByteBuffer Input or output buffer interface.
IInByteBuffer Input buffer interface.
IOutByteBuffer Output buffer interface.
ITrackSourceImpl Unmarshalling source tracking implementation interface.
IXMLReaderFactory Interface for factories used to create XML reader instances.
 

Class Summary
ArrayRangeIterator Iterator class for values contained in an array range.
BackFillArray Backfill reference item, used for filling in forward references as members of arrays.
BackFillHolder Holder used to collect forward references to a particular object.
BindingFactoryBase Base class for generated binding factories.
GenericXMLWriter Generic handler for marshalling text document to a writer.
GrowableIntArray Growable int array with type specific access methods.
GrowableStringArray Growable String array with type specific access methods.
InByteBuffer Byte buffer wrapping an input stream.
InputStreamWrapper Wrapper for input buffer that supports multiple character encodings.
ISO88591Escaper Handler for writing ASCII output stream.
ISO88591StreamWriter Handler for marshalling text document to a UTF-8 output stream.
MarshallingContext JiBX serializer supplying convenience methods for marshalling.
OutByteBuffer Byte buffer wrapping an output stream.
RuntimeSupport Support class providing methods used by generated code and binding factory initialization.
SparseArrayIterator Iterator class for sparse values in an array.
StAXReaderFactory Factory for creating XMLPull parser instances.
StAXReaderWrapper Wrapper for a StAX parser implementation.
StAXWriter Writer generating StAX parse event stream output.
StreamWriterBase Base handler for marshalling text document to an output stream.
StringIntHashMap Hash map using String values as keys mapped to primitive int values.
UnmarshallingContext Pull parser wrapper supplying convenience methods for access.
USASCIIEscaper Handler for writing ASCII output stream.
UTF8Escaper Handler for writing UTF output stream (for any form of UTF, despite the name).
UTF8StreamWriter Handler for marshalling text document to a UTF-8 output stream.
XMLPullReaderFactory Factory for creating XMLPull parser instances.
XMLWriterBase Base implementation of XML writer interface.
XMLWriterNamespaceBase Base implementation of XML writer interface namespace handling.
 



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