public abstract class BaseXMLEventReader extends java.lang.Object implements XMLEventReader
XMLEventReader implementations.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closed
Whether we've been closed or not.
|
| Constructor and Description |
|---|
BaseXMLEventReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getElementText() |
java.lang.Object |
getProperty(java.lang.String name) |
java.lang.Object |
next() |
XMLEvent |
nextTag() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, nextEvent, peekpublic java.lang.String getElementText()
throws XMLStreamException
getElementText in interface XMLEventReaderXMLStreamExceptionpublic XMLEvent nextTag() throws XMLStreamException
nextTag in interface XMLEventReaderXMLStreamExceptionpublic java.lang.Object getProperty(java.lang.String name)
throws java.lang.IllegalArgumentException
getProperty in interface XMLEventReaderjava.lang.IllegalArgumentExceptionpublic void close()
throws XMLStreamException
close in interface XMLEventReaderXMLStreamExceptionpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator