org.apache.xerces.impl.dtd
Class XML11NSDTDValidator

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

public class XML11NSDTDValidator
extends XML11DTDValidator

The DTD validator. The validator implements a document filter: receiving document events from the scanner; validating the content and structure; augmenting the InfoSet, if applicable; and notifying the parser of the information resulting from the validation process.

Formerly, this component also handled DTD events and grammar construction. To facilitate the development of a meaningful DTD grammar caching/preparsing framework, this functionality has been moved into the XMLDTDLoader class. Therefore, this class no longer implements the DTDFilter or DTDContentModelFilter interfaces.

This component requires the following features and properties from the component manager that uses it:

Version:
$Id: XML11NSDTDValidator.java 572055 2007-09-02 17:55:43Z mrglavas $
Author:
Elena Litani, IBM, Michael Glavassevich, IBM

Constructor Summary
XML11NSDTDValidator()
           
 
Method Summary
 
Methods inherited from class org.apache.xerces.impl.dtd.XML11DTDValidator
reset
 
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

XML11NSDTDValidator

public XML11NSDTDValidator()