Package javax.xml.stream
Interface XMLEventReader
- All Superinterfaces:
Iterator
- All Known Implementing Classes:
EventReaderDelegate
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, next, remove
-
Method Details
-
close
- Throws:
XMLStreamException
-
getElementText
- Throws:
XMLStreamException
-
getProperty
- Throws:
IllegalArgumentException
-
hasNext
boolean hasNext() -
nextEvent
- Throws:
XMLStreamException
-
nextTag
- Throws:
XMLStreamException
-
peek
- Throws:
XMLStreamException
-