Class XML11DTDValidator

java.lang.Object
org.apache.xerces.impl.dtd.XMLDTDValidator
org.apache.xerces.impl.dtd.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 Details

  • Constructor Details

    • XML11DTDValidator

      public XML11DTDValidator()
      Default constructor.
  • Method Details

    • 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.
    • init

      protected void init()
      Description copied from class: XMLDTDValidator
      initialization
      Overrides:
      init in class XMLDTDValidator