Uses of Class
com.ctc.wstx.sr.ElemCallback

Packages that use ElemCallback
com.ctc.wstx.evt Package contains Woodstox implementation of the StAX event layer; functionality that is built on top of stream readers and writers. 
com.ctc.wstx.sr 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.evt
 class DefaultEventAllocator
          Straight-forward implementation of XMLEventAllocator, 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 ElemCallback
 Object BasicStreamReader.withStartElement(ElemCallback cb, Location loc)
          Method called by DefaultEventAllocator to get double-indirection necessary for constructing start element events.
 Object StreamReaderImpl.withStartElement(ElemCallback cb, Location loc)
           
 



Copyright © 2011 Codehaus. All Rights Reserved.