Uses of Class
com.ctc.wstx.evt.BaseStartElement
-
Packages that use BaseStartElement Package Description com.ctc.wstx.evt 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.evt Modifier and Type Class Description class
CompactStartElement
WstxStartElement
implementation used when directly creating events from a stream reader.class
SimpleStartElement
WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.
-