org.jibx.runtime.impl |
JiBX data binding framework runtime implementation package. These classes are
designed for use in generated code by the binding generator portion of the framework.
They are not generally intended for direct use by end users, and are subject
to more change than the published external APIs.
The only circumstance in which an end user of the framework should need to work
with these classes is when writing a marshaller or unmarshaller for a class.
These replace generated code for the classes involved, and hence allow full
control over the operation of the framework.
|
Java Source File Name | Type | Comment |
ArrayRangeIterator.java | Class | Iterator class for values contained in an array range. |
BackFillArray.java | Class | Backfill reference item, used for filling in forward references as
members of arrays. |
BackFillHolder.java | Class | Holder used to collect forward references to a particular object. |
BackFillReference.java | Interface | Backfill reference item, used for filling in forward references to
objects. |
GenericXMLWriter.java | Class | Generic handler for marshalling text document to a writer. |
InputStreamWrapper.java | Class | Wrapper for input stream that supports multiple character encodings. |
ISO88591Escaper.java | Class | Handler for writing ASCII output stream. |
ISO88591StreamWriter.java | Class | Handler for marshalling text document to a UTF-8 output stream.
author: Dennis M. |
ITrackSourceImpl.java | Interface | Unmarshalling source tracking implementation interface. |
IXMLReaderFactory.java | Interface | Interface for factories used to create XML reader instances. |
MarshallingContext.java | Class | JiBX serializer supplying convenience methods for marshalling. |
SparseArrayIterator.java | Class | Iterator class for sparse values in an array. |
StAXReaderFactory.java | Class | Factory for creating XMLPull parser instances.
author: Dennis M. |
StAXReaderWrapper.java | Class | Wrapper for a StAX parser implementation. |
StAXWriter.java | Class | Writer generating StAX parse event stream output.
author: Dennis M. |
StreamWriterBase.java | Class | Base handler for marshalling text document to an output stream. |
StringArray.java | Class | Growable String array with type specific access methods. |
StringIntHashMap.java | Class | Hash map using String values as keys mapped to primitive
int values. |
UnmarshallingContext.java | Class | Pull parser wrapper supplying convenience methods for access. |
USASCIIEscaper.java | Class | Handler for writing ASCII output stream. |
UTF8Escaper.java | Class | Handler for writing UTF output stream (for any form of UTF, despite the
name). |
UTF8StreamWriter.java | Class | Handler for marshalling text document to a UTF-8 output stream.
author: Dennis M. |
XMLPullReaderFactory.java | Class | Factory for creating XMLPull parser instances.
author: Dennis M. |
XMLWriterBase.java | Class | Base implementation of XML writer interface. |
XMLWriterNamespaceBase.java | Class | Base implementation of XML writer interface namespace handling. |