Package org.riversun.bigdoc.xml
Class BigXmlReader
java.lang.Object
org.riversun.bigdoc.xml.BigXmlReader
Read Big(Giga-Bytes order) XML using SAX
- Author:
- Tom Misawa (riversun.org@gmail.com)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(InputStream is, String encoding, BigXmlReader.TagListener listener) Read big XML file from specific streamvoidstop()Stop reading a XML
-
Constructor Details
-
BigXmlReader
public BigXmlReader()
-
-
Method Details
-
read
Read big XML file from specific stream- Parameters:
is- stream of xml like fileinputstreamencoding-listener- listener callbacks when each xml element starts and ends
-
stop
public void stop()Stop reading a XML
-