org.apache.xerces.impl.dtd
public class XML11NSDTDValidator extends XML11DTDValidator
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,v 1.4 2004/10/04 21:57:30 mrglavas Exp $
UNKNOWN:
Method Summary | |
---|---|
protected void | endNamespaceScope(QName element, Augmentations augs, boolean isEmpty) Handles end element. |
protected void | startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs) Bind namespaces |