Uses of Interface
com.ctc.wstx.dtd.DTDEventListener
-
Packages that use DTDEventListener Package Description 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 Modifier and Type Method Description DTDEventListener
ReaderConfig. getDTDEventListener()
Methods in com.ctc.wstx.api with parameters of type DTDEventListener Modifier and Type Method Description void
ReaderConfig. setDTDEventListener(DTDEventListener l)
-
Uses of DTDEventListener in com.ctc.wstx.dtd
Fields in com.ctc.wstx.dtd declared as DTDEventListener Modifier and Type Field Description (package private) DTDEventListener
FullDTDReader. mEventListener
Methods in com.ctc.wstx.dtd with parameters of type DTDEventListener Modifier and Type Method Description protected void
FullDTDReader. readComment(DTDEventListener l)
Method similar toMinimalDTDReader.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 Modifier and Type Class Description 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 Modifier and Type Method Description void
TextBuffer. fireDtdCommentEvent(DTDEventListener l)
-