Class XML11DTDValidator

  • All Implemented Interfaces:
    XMLDTDValidatorFilter, RevalidationHandler, org.apache.xerces.xni.parser.XMLComponent, org.apache.xerces.xni.parser.XMLDocumentFilter, org.apache.xerces.xni.parser.XMLDocumentSource, org.apache.xerces.xni.XMLDocumentHandler
    Direct Known Subclasses:
    XML11NSDTDValidator

    public class XML11DTDValidator
    extends XMLDTDValidator
    This allows the validator to correctlyhandle XML 1.1 documents.

    INTERNAL:

    Usage of this class is not supported. It may be altered or removed at any time.
    Version:
    $Id: XML11DTDValidator.java 446755 2006-09-15 21:56:27Z mrglavas $
    Author:
    Neil Graham
    • Field Detail

      • DTD_VALIDATOR_PROPERTY

        protected static final java.lang.String DTD_VALIDATOR_PROPERTY
        See Also:
        Constant Field Values
    • Constructor Detail

      • XML11DTDValidator

        public XML11DTDValidator()
        Default constructor.
    • Method Detail

      • reset

        public void reset​(org.apache.xerces.xni.parser.XMLComponentManager manager)
        Description copied from interface: org.apache.xerces.xni.parser.XMLComponent
        Resets the component. The component can query the component manager about any features and properties that affect the operation of the component.
        Specified by:
        reset in interface org.apache.xerces.xni.parser.XMLComponent
        Overrides:
        reset in class XMLDTDValidator
        Parameters:
        manager - The component manager.