Uses of Interface javax.xml.stream.XMLStreamReader

Uses in package javax.xml.stream

Methods with parameter type javax.xml.stream.XMLStreamReader

boolean
Indicates whether the current state of the specified reader in part of this stream.
XMLStreamReader
Create a new filtered reader.
XMLEventReader
Creates a new event reader.

Methods with return type javax.xml.stream.XMLStreamReader

XMLStreamReader
Create a new filtered reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.

Uses in package javax.xml.stream.util

Classes implementing javax.xml.stream.XMLStreamReader

class
Base class for XML stream reader filters.

Constructors with parameter type javax.xml.stream.XMLStreamReader

Constructs an empty filter with the specfied parent.

Methods with parameter type javax.xml.stream.XMLStreamReader

XMLEvent
Allocates an event based on the current state of the stream reader.
void
Allocates one or more events based on the current state of the stream reader and adds those events to the specified consumer.
void
Sets the parent.

Methods with return type javax.xml.stream.XMLStreamReader

XMLStreamReader
Returns the parent.