Uses of Class
com.ctc.wstx.evt.BaseStartElement
Packages that use BaseStartElement
Package
Description
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
-
Uses of BaseStartElement in com.ctc.wstx.evt
Subclasses of BaseStartElement in com.ctc.wstx.evtModifier and TypeClassDescriptionclass
WstxStartElement
implementation used when directly creating events from a stream reader.class
WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.