Uses of Class
com.sun.syndication.io.XmlReaderException

Packages that use XmlReaderException
com.sun.syndication.io   
 

Uses of XmlReaderException in com.sun.syndication.io
 

Constructors in com.sun.syndication.io that throw XmlReaderException
XmlReader(InputStream is, boolean lenient)
          Creates a Reader for a raw InputStream.
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, String httpContentType, boolean lenient)
          Creates a Reader using an InputStream and the associated content-type header.
XmlReader(InputStream is, String httpContentType, boolean lenient, String defaultEncoding)
          Creates a Reader using an InputStream and the associated content-type header.
 



Copyright © 2004–2013 ROME Project. All rights reserved.