Uses of Class
com.ctc.wstx.dtd.DTDId
Packages that use DTDId
Package
Description
Package that contains Woodstox classes that implement DTD handling.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
This package contains miscellaneous classes that implement Woodstox.
-
Uses of DTDId in com.ctc.wstx.dtd
Methods in com.ctc.wstx.dtd that return DTDIdModifier and TypeMethodDescriptionstatic DTDId
static DTDId
DTDId.constructFromPublicId
(String publicId, int configFlags, boolean xml11) static DTDId
DTDId.constructFromSystemId
(URI systemId, int configFlags, boolean xml11) -
Uses of DTDId in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr that return DTDIdModifier and TypeMethodDescriptionprotected DTDId
ValidatingStreamReader.constructDtdId
(String pubId, String sysId) protected DTDId
ValidatingStreamReader.constructDtdId
(URI sysId) Methods in com.ctc.wstx.sr with parameters of type DTDIdModifier and TypeMethodDescriptionvoid
ReaderCreator.addCachedDTD
(DTDId id, DTDSubset extSubset) ReaderCreator.findCachedDTD
(DTDId id) private DTDSubset
ValidatingStreamReader.findCachedSubset
(DTDId id, DTDSubset intSubset) -
Uses of DTDId in com.ctc.wstx.stax
Fields in com.ctc.wstx.stax with type parameters of type DTDIdModifier and TypeFieldDescriptionprotected SimpleCache
<DTDId, DTDSubset> WstxInputFactory.mDTDCache
Methods in com.ctc.wstx.stax with parameters of type DTDIdModifier and TypeMethodDescriptionvoid
WstxInputFactory.addCachedDTD
(DTDId id, DTDSubset extSubset) 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.