Uses of Package
com.ctc.wstx.dtd

Packages that use com.ctc.wstx.dtd
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
DTDEventListener
           
 

Classes in com.ctc.wstx.dtd used by com.ctc.wstx.dtd
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.
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 of DTDSubset
DTDValidatorBase
          Shared abstract base class for Woodstox implementations of XMLValidator for DTD validation.
EmptyValidator
          Simple content model validator that accepts no elements, ever; this is true for pure #PCDATA content model as well as EMPTY content model.
MinimalDTDReader
          Minimal DTD reader implementation that only knows how to skip internal DTD subsets.
ModelNode
          Abstract base class for classes constructed from ContentSpec objects, when they get rewritten (when their ContentSpec.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
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
DTDEventListener
           
 

Classes in com.ctc.wstx.dtd used by com.ctc.wstx.sr
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
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
DTDEventListener
           
 



Copyright © 2011 Codehaus. All Rights Reserved.