Uses of Class
org.enhydra.xml.io.XmlReaderException

Packages that use XmlReaderException
org.enhydra.xml.io org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. 
 

Uses of XmlReaderException in org.enhydra.xml.io
 

Constructors in org.enhydra.xml.io that throw XmlReaderException
XmlReader(InputStream is, boolean lenient, String defaultEncoding)
          Creates a Reader for a raw InputStream and uses the provided default encoding if none is determined.
XmlReader(InputStream is, boolean lenient)
          Creates a Reader for a raw InputStream.
XmlReader(InputStream is, String httpContentType, boolean lenient, String defaultEncoding)
          Creates a Reader using an InputStream and the associated content-type header.
XmlReader(InputStream is, String httpContentType, boolean lenient)
          Creates a Reader using an InputStream and the associated content-type header.
 



Copyright © 1999-2007 enhydra.org (Mark Diekhans, David Li, Richard Kunze, Jacob Kjome). All Rights reserved.