Package org.apache.xerces.framework

Interface Summary
XMLDocumentScanner.EventHandler This interface must be implemented by the users of the XMLDocumentScanner class.
XMLDTDScanner.EventHandler This interface must be implemented by the users of the XMLDTDScanner class.
XMLErrorReporter Error handling
XMLValidator XMLValidator defines the interface that XMLDocumentScanner and XML EntityHandler have with an object that serves as a pluggable validator.
XMLValidator.ContentSpec ContentSpec really exists to aid the parser classes in implementing access to the grammar
 

Class Summary
Version This class defines the version number of the parser.
XMLAttrList An instance of this class is used to represent the set of attributes for an element that are either directly specified or provided through a default value in the grammar for the document.
XMLContentSpecNode This class is used by the DTD scanner and the validator classes, allowing them to be used separately or together.
XMLDocumentScanner This class recognizes most of the grammer for an XML processor.
XMLDTDScanner Default implementation of an XML DTD scanner.
XMLParser This is the base class of all standard parsers.
 



Copyright © 1999 Apache XML Project. All Rights Reserved.