Package javanet.staxutils
Class BaseXMLEventReader
java.lang.Object
javanet.staxutils.BaseXMLEventReader
- All Implemented Interfaces:
Iterator<Object>,XMLEventReader
- Direct Known Subclasses:
ListEventReader
Abstract base class for
XMLEventReader implementations.- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface javax.xml.stream.XMLEventReader
hasNext, nextEvent, peek
-
Field Details
-
closed
protected boolean closedWhether we've been closed or not.
-
-
Constructor Details
-
BaseXMLEventReader
public BaseXMLEventReader()
-
-
Method Details
-
getElementText
- Specified by:
getElementTextin interfaceXMLEventReader- Throws:
XMLStreamException
-
nextTag
- Specified by:
nextTagin interfaceXMLEventReader- Throws:
XMLStreamException
-
getProperty
- Specified by:
getPropertyin interfaceXMLEventReader- Throws:
IllegalArgumentException
-
close
- Specified by:
closein interfaceXMLEventReader- Throws:
XMLStreamException
-
next
-
remove
public void remove()
-