Package com.thirdpartylabs.xmlscalpel.io.reader

Classes that read XML data at various levels.
  • Class Summary 
    Class Description
    ByteTrackingReader
    FilterReader that tracks byte progress as chars are read.
    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.