Uses of Interface
com.ctc.wstx.dtd.DTDEventListener

Packages that use DTDEventListener
com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*). 
com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling. 
com.ctc.wstx.sax Contains Woodstox SAX implementation. 
com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. 
 

Uses of DTDEventListener in com.ctc.wstx.api
 

Methods in com.ctc.wstx.api that return DTDEventListener
 DTDEventListener ReaderConfig.getDTDEventListener()
           
 

Methods in com.ctc.wstx.api with parameters of type DTDEventListener
 void ReaderConfig.setDTDEventListener(DTDEventListener l)
           
 

Uses of DTDEventListener in com.ctc.wstx.dtd
 

Methods in com.ctc.wstx.dtd with parameters of type DTDEventListener
protected  void FullDTDReader.readComment(DTDEventListener l)
          Method similar to MinimalDTDReader.skipComment(), but that has to collect contents, to be reported for a SAX handler.
 

Uses of DTDEventListener in com.ctc.wstx.sax
 

Classes in com.ctc.wstx.sax that implement DTDEventListener
 class WstxSAXParser
          This class implements parser part of JAXP and SAX interfaces; and effectively offers an alternative to using Stax input factory / stream reader combination.
 

Uses of DTDEventListener in com.ctc.wstx.util
 

Methods in com.ctc.wstx.util with parameters of type DTDEventListener
 void TextBuffer.fireDtdCommentEvent(DTDEventListener l)
           
 



Copyright © 2011 Codehaus. All Rights Reserved.