See: Description
Class | Description |
---|---|
CompactStartElement |
Wstx
StartElement implementation used when directly creating
events from a stream reader. |
DefaultEventAllocator |
Straight-forward implementation of
XMLEventAllocator , to be
used with Woodstox' event reader. |
FilteredEventReader |
Some notes about implemention:
There is no way to filter out values of peek(), so we'll just straight
dispatch the call to underlying reader
|
MergedNsContext |
Hierarchic
NamespaceContext implementation used when constructing
event and namespace information explicitly via
XMLEventFactory ,
not by a stream reader. |
SimpleStartElement |
Wstx
StartElement implementation used when event is constructed
from already objectified data, for example when constructed by the event
factory. |
WAttribute | |
WCharacters | |
WComment | |
WDTD |
Event that contains all StAX accessible information read from internal
and external DTD subsets.
|
WEndDocument | |
WEndElement | |
WEntityDeclaration |
Simple implementation of StAX entity declaration events; for the
most just wraps a
EntityDecl instance. |
WEntityReference | |
WEvent | |
WNamespace |
Implementation of
Namespace . |
WNotationDeclaration |
Woodstox implementation of StAX
NotationDeclaration ; basically
just wraps the internal notation declaration object woodstox uses |
WProcInstr | |
WStartDocument | |
WstxEventReader |
Implementation of
XMLEventReader , built on top of
BasicStreamReader (using composition). |
WstxEventWriter |
Simple implementation of
XMLEventWriter . |