public class XMLReader extends Reader
Reader adapter for StAX| Constructor and Description |
|---|
XMLReader(StAXSource source,
XMLOutputFactory outFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public XMLReader(StAXSource source, XMLOutputFactory outFactory) throws XMLStreamException
XMLStreamExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.