Uses of Class
com.ctc.wstx.sr.ElemCallback
Packages that use ElemCallback
Package
Description
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of ElemCallback in com.ctc.wstx.evt
Subclasses of ElemCallback in com.ctc.wstx.evtModifier and TypeClassDescriptionclass
Straight-forward implementation ofXMLEventAllocator
, to be used with Woodstox' event reader. -
Uses of ElemCallback in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr with parameters of type ElemCallbackModifier and TypeMethodDescriptionBasicStreamReader.withStartElement
(ElemCallback cb, Location loc) Method called byDefaultEventAllocator
to get double-indirection necessary for constructing start element events.StreamReaderImpl.withStartElement
(ElemCallback cb, Location loc)