Uses of Class
com.ctc.wstx.dtd.DTDSubset
Packages that use DTDSubset
Package
Description
Package that contains Woodstox classes that implement DTD handling.
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
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 DTDSubset in com.ctc.wstx.dtd
Subclasses of DTDSubset in com.ctc.wstx.dtdFields in com.ctc.wstx.dtd declared as DTDSubsetModifier and TypeFieldDescription(package private) final DTDSubset
DTDValidatorBase.mSchema
DTD schema (DTDSubsetImpl
) object that created this validator instance.Methods in com.ctc.wstx.dtd that return DTDSubsetModifier and TypeMethodDescriptionabstract DTDSubset
DTDSubset.combineWithExternalSubset
(InputProblemReporter rep, DTDSubset extSubset) Method that will combine definitions from this internal subset with definitions from passed-in external subset, producing a new combined DTDSubset instance.DTDSubsetImpl.combineWithExternalSubset
(InputProblemReporter rep, DTDSubset extSubset) Method that will combine definitions from internal and external subsets, producing a single DTD set.static DTDSubset
FullDTDReader.flattenExternalSubset
(WstxInputSource src, Writer flattenWriter, boolean inclComments, boolean inclConditionals, boolean inclPEs) Method that will parse, process and output contents of an external DTD subset.protected DTDSubset
FullDTDReader.parseDTD()
static DTDSubset
FullDTDReader.readExternalSubset
(WstxInputSource src, ReaderConfig cfg, DTDSubset intSubset, boolean constructFully, int xmlVersion) Method called to read in the external subset definition.static DTDSubset
FullDTDReader.readInternalSubset
(WstxInputData srcData, WstxInputSource input, ReaderConfig cfg, boolean constructFully, int xmlVersion) Method called to read in the internal subset definition.Methods in com.ctc.wstx.dtd with parameters of type DTDSubsetModifier and TypeMethodDescriptionabstract DTDSubset
DTDSubset.combineWithExternalSubset
(InputProblemReporter rep, DTDSubset extSubset) Method that will combine definitions from this internal subset with definitions from passed-in external subset, producing a new combined DTDSubset instance.DTDSubsetImpl.combineWithExternalSubset
(InputProblemReporter rep, DTDSubset extSubset) Method that will combine definitions from internal and external subsets, producing a single DTD set.abstract boolean
DTDSubset.isReusableWith
(DTDSubset intSubset) Method used in determining whether cached external subset instance can be used with specified internal subset.boolean
DTDSubsetImpl.isReusableWith
(DTDSubset intSubset) Method used in determining whether cached external subset instance can be used with specified internal subset.static DTDSubset
FullDTDReader.readExternalSubset
(WstxInputSource src, ReaderConfig cfg, DTDSubset intSubset, boolean constructFully, int xmlVersion) Method called to read in the external subset definition.Constructors in com.ctc.wstx.dtd with parameters of type DTDSubsetModifierConstructorDescriptionDTDTypingNonValidator
(DTDSubset schema, org.codehaus.stax2.validation.ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName, DTDElement> elemSpecs, Map<String, EntityDecl> genEntities) DTDValidator
(DTDSubset schema, org.codehaus.stax2.validation.ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName, DTDElement> elemSpecs, Map<String, EntityDecl> genEntities) DTDValidatorBase
(DTDSubset schema, org.codehaus.stax2.validation.ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName, DTDElement> elemSpecs, Map<String, EntityDecl> genEntities) private
FullDTDReader
(WstxInputSource input, ReaderConfig cfg, boolean isExt, DTDSubset intSubset, boolean constructFully, int xmlVersion) Common initialization part of int/ext subset constructors.private
FullDTDReader
(WstxInputSource input, ReaderConfig cfg, DTDSubset intSubset, boolean constructFully, int xmlVersion) Constructor used for reading external subset. -
Uses of DTDSubset in com.ctc.wstx.evt
Fields in com.ctc.wstx.evt declared as DTDSubsetModifier and TypeFieldDescription(package private) final DTDSubset
WDTD.mSubset
Internal DTD Object that contains combined information from internal and external subsets.Constructors in com.ctc.wstx.evt with parameters of type DTDSubset -
Uses of DTDSubset in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr that return DTDSubsetModifier and TypeMethodDescriptionReaderCreator.findCachedDTD
(DTDId id) private DTDSubset
ValidatingStreamReader.findCachedSubset
(DTDId id, DTDSubset intSubset) private DTDSubset
ValidatingStreamReader.findDtdExtSubset
(String pubId, String sysId, DTDSubset intSubset) Method called byfinishDTD
, to locate the specified external DTD subset.Methods in com.ctc.wstx.sr with parameters of type DTDSubsetModifier and TypeMethodDescriptionvoid
ReaderCreator.addCachedDTD
(DTDId id, DTDSubset extSubset) private DTDSubset
ValidatingStreamReader.findCachedSubset
(DTDId id, DTDSubset intSubset) private DTDSubset
ValidatingStreamReader.findDtdExtSubset
(String pubId, String sysId, DTDSubset intSubset) Method called byfinishDTD
, to locate the specified external DTD subset. -
Uses of DTDSubset in com.ctc.wstx.stax
Fields in com.ctc.wstx.stax with type parameters of type DTDSubsetModifier and TypeFieldDescriptionprotected SimpleCache
<DTDId, DTDSubset> WstxInputFactory.mDTDCache
Methods in com.ctc.wstx.stax that return DTDSubsetModifier and TypeMethodDescriptionWstxInputFactory.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.Methods in com.ctc.wstx.stax with parameters of type DTDSubsetModifier and TypeMethodDescriptionvoid
WstxInputFactory.addCachedDTD
(DTDId id, DTDSubset extSubset)