Class DTDSubset

  • All Implemented Interfaces:
    DTDValidationSchema, XMLValidationSchema
    Direct Known Subclasses:
    DTDSubsetImpl

    public abstract class DTDSubset
    extends Object
    implements DTDValidationSchema
    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.

    API is separated from its implementation to reduce coupling; for example, it is possible to have DTD subset implementations that do not implement validation logics, just entity expansion.