| Package | Description |
|---|---|
| com.ctc.wstx.dtd | |
| com.ctc.wstx.sr | |
| com.ctc.wstx.stax |
| Modifier and Type | Method and Description |
|---|---|
static DTDId |
DTDId.construct(String publicId,
URI systemId,
int configFlags,
boolean xml11) |
static DTDId |
DTDId.constructFromPublicId(String publicId,
int configFlags,
boolean xml11) |
static DTDId |
DTDId.constructFromSystemId(URI systemId,
int configFlags,
boolean xml11) |
| Modifier and Type | Method and Description |
|---|---|
protected DTDId |
ValidatingStreamReader.constructDtdId(String pubId,
String sysId) |
protected DTDId |
ValidatingStreamReader.constructDtdId(URI sysId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReaderCreator.addCachedDTD(DTDId id,
DTDSubset extSubset) |
DTDSubset |
ReaderCreator.findCachedDTD(DTDId id) |
| 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.
|
Copyright © 2012–2017 FasterXML. All rights reserved.