Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
com.ctc.wstx.stax |
This package contains miscellaneous classes that implement Woodstox.
|
Modifier and Type | Method and Description |
---|---|
static DTDId |
DTDId.construct(java.lang.String publicId,
java.net.URI systemId,
int configFlags,
boolean xml11) |
static DTDId |
DTDId.constructFromPublicId(java.lang.String publicId,
int configFlags,
boolean xml11) |
static DTDId |
DTDId.constructFromSystemId(java.net.URI systemId,
int configFlags,
boolean xml11) |
Modifier and Type | Method and Description |
---|---|
protected DTDId |
ValidatingStreamReader.constructDtdId(java.lang.String pubId,
java.lang.String sysId) |
protected DTDId |
ValidatingStreamReader.constructDtdId(java.net.URI sysId) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderCreator.addCachedDTD(DTDId id,
DTDSubset extSubset) |
DTDSubset |
ReaderCreator.findCachedDTD(DTDId id) |
private DTDSubset |
ValidatingStreamReader.findCachedSubset(DTDId id,
DTDSubset intSubset) |
Modifier and Type | Field and Description |
---|---|
protected SimpleCache<DTDId,DTDSubset> |
WstxInputFactory.mDTDCache |
Modifier and Type | Method and Description |
---|---|
void |
WstxInputFactory.addCachedDTD(DTDId id,
DTDSubset extSubset) |
DTDSubset |
WstxInputFactory.findCachedDTD(DTDId id)
Method readers created by this factory call, if DTD caching is
enabled, to see if an external DTD (subset) has been parsed
and cached earlier.
|