| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
DTDEventListener |
ReaderConfig.getDTDEventListener() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReaderConfig.setDTDEventListener(DTDEventListener l) |
| Modifier and Type | Method | 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 | 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 | Description |
|---|---|---|
void |
TextBuffer.fireDtdCommentEvent(DTDEventListener l) |
Copyright © 2019 FasterXML. All rights reserved.