| Package | Description |
|---|---|
| com.ctc.wstx.api | |
| com.ctc.wstx.dtd | |
| com.ctc.wstx.sax | |
| com.ctc.wstx.util |
| Modifier and Type | Method and Description |
|---|---|
DTDEventListener |
ReaderConfig.getDTDEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReaderConfig.setDTDEventListener(DTDEventListener l) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FullDTDReader.readComment(DTDEventListener l)
Method similar to
MinimalDTDReader.skipComment(), but that has to collect
contents, to be reported for a SAX handler. |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextBuffer.fireDtdCommentEvent(DTDEventListener l) |
Copyright © 2012–2017 FasterXML. All rights reserved.