java.lang.Object | |||
↳ | com.thoughtworks.xstream.io.xml.AbstractXmlReader | ||
↳ | com.thoughtworks.xstream.io.xml.AbstractPullReader | ||
↳ | com.thoughtworks.xstream.io.xml.StaxReader |
A reader using the StAX API.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Pull the name of the current element from the stream.
| |||||||||||
Pull the next event from the stream.
| |||||||||||
Pull the contents of the current text node from the stream.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Pull the next event from the stream.
This MUST return START_NODE
, END_NODE
, TEXT
, COMMENT
,
OTHER
or throw StreamException
.
The underlying pull parser will most likely return its own event types. These must be mapped to the appropriate events.