public class XmlReadableFile extends XmlReadableByteArray
XmlReader rdr = new XmlReader();
rdr.setContentHandler(...);
File f = new File(...);
rdr.parse(new XmlReadableFile(f));
baseURI, buf| Constructor and Description |
|---|
XmlReadableFile(File f)
Constructor
|
getBaseURI, readXml, setCaseInsensitivepublic XmlReadableFile(File f) throws IOException
f - The file you want to read. Be sure to don't open it with DONT_OPEN mode.IOException