public interface XMLEventReader extends Iterator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getElementText() |
Object |
getProperty(String name) |
boolean |
hasNext() |
XMLEvent |
nextEvent() |
XMLEvent |
nextTag() |
XMLEvent |
peek() |
forEachRemaining, next, removevoid close()
throws XMLStreamException
XMLStreamExceptionString getElementText() throws XMLStreamException
XMLStreamExceptionObject getProperty(String name) throws IllegalArgumentException
IllegalArgumentExceptionXMLEvent nextEvent() throws XMLStreamException
XMLStreamExceptionXMLEvent nextTag() throws XMLStreamException
XMLStreamExceptionXMLEvent peek() throws XMLStreamException
XMLStreamExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.