Uses of Package
com.ctc.wstx.evt
Packages that use com.ctc.wstx.evt
Package
Description
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
-
Classes in com.ctc.wstx.evt used by com.ctc.wstx.entClassDescriptionSimple implementation of StAX entity declaration events; for the most just wraps a
EntityDecl
instance. -
Classes in com.ctc.wstx.evt used by com.ctc.wstx.evtClassDescriptionShared base class of
StartElement
implementations Wstx uses.Straight-forward implementation ofXMLEventAllocator
, to be used with Woodstox' event reader.WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.