public class ListEventReader extends BaseXMLEventReader
XMLEventReader that reads events from a List.closed| Constructor and Description |
|---|
ListEventReader(List events)
Constructs a
ListEventReader that reads events from the
provided List. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
XMLEvent |
nextEvent() |
XMLEvent |
peek() |
close, getElementText, getProperty, next, nextTag, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic XMLEvent nextEvent() throws XMLStreamException
XMLStreamExceptionpublic boolean hasNext()
public XMLEvent peek() throws XMLStreamException
XMLStreamExceptionCopyright © 2017. All rights reserved.