Package com.ctc.wstx.evt
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.
-
ClassesClassDescriptionShared base class of
StartElement
implementations Wstx uses.WstxStartElement
implementation used when directly creating events from a stream reader.Straight-forward implementation ofXMLEventAllocator
, to be used with Woodstox' event reader.HierarchicNamespaceContext
implementation used when constructing event and namespace information explicitly viaXMLEventFactory
, not by a stream reader.WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.Event that contains all StAX accessible information read from internal and external DTD subsets.Simple implementation of StAX entity declaration events; for the most just wraps aEntityDecl
instance.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.Woodstox implementation ofNotationDeclaration2
.Woodstox version ofXMLEventReader2
(andXMLEventReader
).