All Classes

Class Description
ByteTrackingReader
FilterReader that tracks byte progress as chars are read.
CollectionPopulatingXMLStreamProcessor
Fill a Collection with Fragment objects as they are generated by the StreamingXMLReader
Fragment
Wrapper for a DocumentFragment and corresponding XMLByteLocation
OuterDocument
Wrapper for the empty document read by the StreamingXMLReader
RandomAccessXMLReader
Fast retrieval of strings from a file by byte offset and length as defined by an XMLByteLocation object
StreamingXMLReader
Streaming XML file reader that uses the Woodstox stream reader to extract top level XML nodes along with metadata describing their location in the XML file, and send them to an XMLStreamProcessor.
XMLByteLocation
Defines the location in a file of a specific XML node.
XMLStreamProcessor
XMLStreamProcessor instances are provided to StreamingXMLReader and will receive all of the Fragments generated by the reader.