|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.Reader java.io.BufferedReader org.apache.xmlbeans.impl.common.SniffedXmlReader
public class SniffedXmlReader
Field Summary | |
---|---|
static int |
MAX_SNIFFED_CHARS
|
Fields inherited from class java.io.Reader |
---|
lock |
Constructor Summary | |
---|---|
SniffedXmlReader(java.io.Reader reader)
|
Method Summary | |
---|---|
java.lang.String |
getXmlEncoding()
|
Methods inherited from class java.io.BufferedReader |
---|
close, mark, markSupported, read, read, readLine, ready, reset, skip |
Methods inherited from class java.io.Reader |
---|
read, read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int MAX_SNIFFED_CHARS
Constructor Detail |
---|
public SniffedXmlReader(java.io.Reader reader) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.lang.String getXmlEncoding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |