org.apache.xerces.framework |
|
Java Source File Name | Type | Comment |
Version.java | Class | This class defines the version number of the parser. |
XMLAttrList.java | Class | 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. |
XMLContentSpec.java | Class | ContentSpec really exists to aid the parser classes in implementing
access to the grammar.
This class is used by the DTD scanner and the validator classes,
allowing them to be used separately or together. |
XMLDocumentHandler.java | Interface | XMLValidator defines the interface that XMLDocumentScanner and XML
EntityHandler have with an object that serves as a pluggable validator. |
XMLDocumentScanner.java | Class | This class recognizes most of the grammer for an XML processor.
Additional support is provided by the XMLEntityHandler, via the
XMLEntityReader instances it creates, which are used to process
simple constructs like string literals and character data between
markup. |
XMLDTDScanner.java | Class | Default implementation of an XML DTD scanner. |
XMLErrorReporter.java | Interface | |
XMLParser.java | Class | This is the base class of all standard parsers. |