Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.evt |
Package contains Woodstox implementation of the StAX event layer; functionality
that is built on top of stream readers and writers.
|
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 | Class and Description |
---|---|
class |
DTDSubsetImpl
The default implementation of
DTDSubset |
Modifier and Type | Method and Description |
---|---|
DTDSubset |
DTDSubsetImpl.combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset)
Method that will combine definitions from internal and external subsets,
producing a single DTD set.
|
abstract 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DTDSubset |
DTDSubsetImpl.combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset)
Method that will combine definitions from internal and external subsets,
producing a single DTD set.
|
abstract 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.
|
boolean |
DTDSubsetImpl.isReusableWith(DTDSubset intSubset)
Method used in determining whether cached external subset instance
can be used with specified internal subset.
|
abstract boolean |
DTDSubset.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.
|
Constructor and Description |
---|
DTDTypingNonValidator(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) |
Constructor and Description |
---|
WDTD(Location loc,
String rootName,
String sysId,
String pubId,
String intSubset,
DTDSubset dtdSubset) |
Modifier and Type | Method and Description |
---|---|
DTDSubset |
ReaderCreator.findCachedDTD(DTDId id) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderCreator.addCachedDTD(DTDId id,
DTDSubset extSubset) |
Modifier and Type | Field and Description |
---|---|
protected SimpleCache<DTDId,DTDSubset> |
WstxInputFactory.mDTDCache |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WstxInputFactory.addCachedDTD(DTDId id,
DTDSubset extSubset) |
Copyright © 2018 FasterXML. All rights reserved.