Package com.thirdpartylabs.xmlscalpel.io.reader
Classes that read XML data at various levels.
-
Class Summary Class Description ByteTrackingReader FilterReaderthat tracks byte progress as chars are read.RandomAccessXMLReader Fast retrieval of strings from a file by byte offset and length as defined by anXMLByteLocationobjectStreamingXMLReader Streaming XML file reader that uses theWoodstoxstream reader to extract top level XML nodes along with metadata describing their location in the XML file, and send them to anXMLStreamProcessor. -
Exception Summary Exception Description XMLParseException Exception thrown for XML fatal parsing problems