Uses of Package
com.ctc.wstx.evt
-
Packages that use com.ctc.wstx.evt Package Description com.ctc.wstx.ent Package contains internal entity object implementations, which are used by stream reader classes, but parsed by dtd functionality.com.ctc.wstx.evt 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.ent Class Description WEntityDeclaration Simple implementation of StAX entity declaration events; for the most just wraps aEntityDecl
instance. -
Classes in com.ctc.wstx.evt used by com.ctc.wstx.evt Class Description DefaultEventAllocator Straight-forward implementation ofXMLEventAllocator
, to be used with Woodstox' event reader.SimpleStartElement WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.