Uses of Package
com.ctc.wstx.evt

Packages that use com.ctc.wstx.evt
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
WEntityDeclaration
          Simple 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.evt
DefaultEventAllocator
          Straight-forward implementation of XMLEventAllocator, to be used with Woodstox' event reader.
SimpleStartElement
          Wstx StartElement implementation used when event is constructed from already objectified data, for example when constructed by the event factory.
 



Copyright © 2011 Codehaus. All Rights Reserved.