Java javax.xml.stream XMLEventReader fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.stream XMLEventReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.stream XMLEventReader.

The text is from its open source code.

Implementation

javax.xml.stream.XMLEventReader has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Frees any resources associated with this Reader.
StringgetElementText()
Reads the content of a text-only element.
booleanhasNext()
Check if there are more events.
Enext()
Returns the next element in the iteration.
XMLEventnextEvent()
Gets the next XMLEvent.
XMLEventnextTag()
Skips any insignificant space events until a START_ELEMENT or END_ELEMENT is reached.
XMLEventpeek()
Check the next XMLEvent without reading it from the stream.
voidremove()
Removes from the underlying collection the last element returned by this iterator (optional operation).