com.lightdev.lib.xml.io
Class XmlReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
com.lightdev.lib.xml.io.XmlReader
- All Implemented Interfaces:
- Closeable, Readable
- Direct Known Subclasses:
- XmlDocumentReader
public class XmlReader
- extends BufferedReader
Custom reader for XML content
- Version:
- 1, March 5, 2005
- Author:
- Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License,
for details see file license.txt in the distribution package of this software
XmlReader
public XmlReader(Reader in)
- constructor
- Parameters:
in - Reader the reader to use for reading
read
public void read(XmlParserCallback listener)
throws IOException,
IllegalCharacterException
- read from the reader given at construction time
- Parameters:
listener - XmlParserCallback the handler for XML content found by the parser
- Throws:
IOException
IllegalCharacterException- See Also:
XmlParserCallback