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.

See:
          Description

Class Summary
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.
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.
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 a EntityDecl 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 of NotationDeclaration2.
WstxEventReader Woodstox version, based on generic Stax reference implementation baseline of Stax2EventReaderImpl.
 

Package com.ctc.wstx.evt Description

Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers.



Copyright © 2011 Codehaus. All Rights Reserved.