Frames | No Frames |
Classes implementing javax.xml.stream.events.XMLEvent | |
class | An attribute event.
|
class | A character data (text) event.
|
class | A comment event.
|
class | A DOCTYPE declaration event.
|
class | An end-document event.
|
class | An end-element event.
|
class | An entity declaration event.
|
class | An entity reference event.
|
class | A namespace declaration event.
|
class | A notation declaration event.
|
class | A processing instruction event.
|
class | A start-document event.
|
class | A start-element event.
|
class | An XML stream event.
|
Fields of type javax.xml.stream.events.XMLEvent | |
XMLEvent |
Methods with parameter type javax.xml.stream.events.XMLEvent | |
void | Adds the specified event to this writer.
|
Methods with return type javax.xml.stream.events.XMLEvent | |
XMLEvent | |
XMLEvent | Returns the next XML event.
|
XMLEvent | Returns the next element event.
|
XMLEvent | Looks at the next XML event without advancing the cursor in the stream.
|
Methods with parameter type javax.xml.stream.events.XMLEvent | |
void | Consumes an event.
|
Methods with return type javax.xml.stream.events.XMLEvent | |
XMLEvent | Allocates an event based on the current state of the stream reader.
|
XMLEvent | Returns the next XML event.
|
XMLEvent | Returns the next element event.
|
XMLEvent | Looks at the next XML event without advancing the cursor in the stream.
|
Methods with parameter type javax.xml.stream.events.XMLEvent | |
boolean | Indicates whether this filter can accept the specified event.
|
void | Adds the specified event to this writer.
|
Methods with return type javax.xml.stream.events.XMLEvent | |
XMLEvent | Returns the next XML event.
|
XMLEvent | Returns the next element event.
|
XMLEvent | Looks at the next XML event without advancing the cursor in the stream.
|