Uses of Package
com.ctc.wstx.dtd
Packages that use com.ctc.wstx.dtd
Package
Description
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.*).
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.
Contains Woodstox SAX implementation.
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.
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
-
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.dtdClassDescriptionContent specification that defines content model that has multiple alternative elements; including mixed content model.Abstract base class for classes that contain parts of a content specification of an element defined in DTD.Simple container class used to contain information about the default value for an attribute.Class that represents a state in DFA used for validating complex DTD content models.Base class for objects that contain attribute definitions from DTD.Class that contains element definitions from DTD.Simple key object class, used for accessing (external) DTDs when stored for caching.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.The default implementation ofDTDSubset
Shared abstract base class for Woodstox implementations ofXMLValidator
for DTD validation.Simple utility class used byinvalid reference
DTDReader
Simple content model validator that accepts no elements, ever; this is true for pure #PCDATA content model as well as EMPTY content model.Minimal DTD reader implementation that only knows how to skip internal DTD subsets.Abstract base class for classes constructed fromContentSpec
objects, when they get rewritten (when theirContentSpec.rewrite()
gets called).Content specification that defines model that has sequence of one or more elements that have to come in the specified order.Base class for validator Objects used to validate tree structure of an XML-document against DTD.Content specification that defines content model consisting of just one allowed element.Model class that encapsulates a single (obligatory) token instance. -
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.evtClassDescriptionThis 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
-
Classes in com.ctc.wstx.dtd used by com.ctc.wstx.srClassDescriptionSimple key object class, used for accessing (external) DTDs when stored for caching.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.staxClassDescriptionSimple key object class, used for accessing (external) DTDs when stored for caching.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