org.apache.xerces.impl.dtd

Class XMLNSDTDValidator

public class XMLNSDTDValidator extends XMLDTDValidator

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: XMLNSDTDValidator.java,v 1.9 2004/10/04 21:57:30 mrglavas Exp $

Author: Elena Litani, IBM

UNKNOWN:

Method Summary
protected voidendNamespaceScope(QName element, Augmentations augs, boolean isEmpty)
Handles end element.
protected voidstartNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)
Bind namespaces

Method Detail

endNamespaceScope

protected void endNamespaceScope(QName element, Augmentations augs, boolean isEmpty)
Handles end element.

startNamespaceScope

protected final void startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)
Bind namespaces
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.