Package | Description |
---|---|
com.rometools.rome.io |
Modifier and Type | Method and Description |
---|---|
private void |
XmlReader.doLenientDetection(java.lang.String httpContentType,
XmlReaderException ex) |
Constructor and Description |
---|
XmlReader(java.io.InputStream is,
boolean lenient)
Creates a Reader for a raw InputStream.
|
XmlReader(java.io.InputStream is,
boolean lenient,
java.lang.String defaultEncoding)
Creates a Reader for a raw InputStream and uses the provided default encoding if none is
determined.
|
XmlReader(java.io.InputStream is,
java.lang.String httpContentType,
boolean lenient)
Creates a Reader using an InputStream and the associated content-type header.
|
XmlReader(java.io.InputStream is,
java.lang.String httpContentType,
boolean lenient,
java.lang.String defaultEncoding)
Creates a Reader using an InputStream and the associated content-type header.
|