Uses of Package
com.ctc.wstx.dtd
-
Packages that use com.ctc.wstx.dtd Package Description com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*).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.sax Contains Woodstox SAX implementation.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.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.api Class Description DTDEventListener -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.dtd Class Description ChoiceContentSpec Content specification that defines content model that has multiple alternative elements; including mixed content model.ContentSpec Abstract base class for classes that contain parts of a content specification of an element defined in DTD.DefaultAttrValue Simple container class used to contain information about the default value for an attribute.DefaultAttrValue.UndeclaredEntity DFAState Class that represents a state in DFA used for validating complex DTD content models.DTDAttribute Base class for objects that contain attribute definitions from DTD.DTDElement Class that contains element definitions from DTD.DTDEventListener DTDId Simple key object class, used for accessing (external) DTDs when stored for caching.DTDSubset This is the abstract base class that implements the standard Stax2 validation schema base class (XMLValidationSchema
, as well as specifies extended Woodstox-specific interface for accessing DTD-specific things like entity expansions and notation properties.DTDSubsetImpl The default implementation ofDTDSubset
DTDValidatorBase Shared abstract base class for Woodstox implementations ofXMLValidator
for DTD validation.DTDWriter Simple utility class used byDTDReader
when writing out flattened external DTD subset file.EmptyValidator Simple content model validator that accepts no elements, ever; this is true for pure #PCDATA content model as well as EMPTY content model.LargePrefixedNameSet.Bucket MinimalDTDReader Minimal DTD reader implementation that only knows how to skip internal DTD subsets.ModelNode Abstract base class for classes constructed fromContentSpec
objects, when they get rewritten (when theirContentSpec.rewrite()
gets called).PrefixedNameSet SeqContentSpec Content specification that defines model that has sequence of one or more elements that have to come in the specified order.StructValidator Base class for validator Objects used to validate tree structure of an XML-document against DTD.TokenContentSpec Content specification that defines content model consisting of just one allowed element.TokenModel Model class that encapsulates a single (obligatory) token instance. -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.evt Class Description DTDSubset This is the abstract base class that implements the standard Stax2 validation schema base class (XMLValidationSchema
, as well as specifies extended Woodstox-specific interface for accessing DTD-specific things like entity expansions and notation properties. -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.sax Class Description DTDEventListener -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.sr Class Description DTDId Simple key object class, used for accessing (external) DTDs when stored for caching.DTDSubset This is the abstract base class that implements the standard Stax2 validation schema base class (XMLValidationSchema
, as well as specifies extended Woodstox-specific interface for accessing DTD-specific things like entity expansions and notation properties. -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.stax Class Description DTDId Simple key object class, used for accessing (external) DTDs when stored for caching.DTDSubset This is the abstract base class that implements the standard Stax2 validation schema base class (XMLValidationSchema
, as well as specifies extended Woodstox-specific interface for accessing DTD-specific things like entity expansions and notation properties. -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.util Class Description DTDEventListener