Package com.ctc.wstx.evt
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
-
Class Summary Class Description BaseStartElement Shared base class ofStartElement
implementations Wstx uses.CompactStartElement WstxStartElement
implementation used when directly creating events from a stream reader.DefaultEventAllocator Straight-forward implementation ofXMLEventAllocator
, to be used with Woodstox' event reader.MergedNsContext HierarchicNamespaceContext
implementation used when constructing event and namespace information explicitly viaXMLEventFactory
, not by a stream reader.SimpleStartElement WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.WDTD Event that contains all StAX accessible information read from internal and external DTD subsets.WEntityDeclaration Simple implementation of StAX entity declaration events; for the most just wraps aEntityDecl
instance.WEntityReference We need a slightly specialized version to support concept of undeclared entities, which can be used in (non-default, non-standard) mode where undeclared entities are allowed to be handled.WNotationDeclaration Woodstox implementation ofNotationDeclaration2
.WstxEventReader Woodstox version ofXMLEventReader2
(andXMLEventReader
).