org.apache.xerces.impl.dtd
Class XML11DTDValidator

java.lang.Object
  extended by org.apache.xerces.impl.dtd.XMLDTDValidator
      extended by org.apache.xerces.impl.dtd.XML11DTDValidator
All Implemented Interfaces:
XMLDTDValidatorFilter, RevalidationHandler, XMLComponent, XMLDocumentFilter, XMLDocumentSource, XMLDocumentHandler
Direct Known Subclasses:
XML11NSDTDValidator

public class XML11DTDValidator
extends XMLDTDValidator

This allows the validator to correctlyhandle XML 1.1 documents.

Version:
$Id: XML11DTDValidator.java 446755 2006-09-15 21:56:27Z mrglavas $
Author:
Neil Graham

Constructor Summary
XML11DTDValidator()
          Default constructor.
 
Method Summary
 void reset(XMLComponentManager manager)
          Resets the component.
 
Methods inherited from class org.apache.xerces.impl.dtd.XMLDTDValidator
characterData, characters, comment, doctypeDecl, emptyElement, endCDATA, endDocument, endElement, endGeneralEntity, getDocumentHandler, getDocumentSource, getFeatureDefault, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, hasGrammar, ignorableWhitespace, processingInstruction, setDocumentHandler, setDocumentSource, setFeature, setProperty, startCDATA, startDocument, startElement, startGeneralEntity, textDecl, validate, xmlDecl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML11DTDValidator

public XML11DTDValidator()
Default constructor.

Method Detail

reset

public void reset(XMLComponentManager manager)
Description copied from interface: 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 XMLComponent
Overrides:
reset in class XMLDTDValidator
Parameters:
manager - The component manager.