Package org.apache.crimson.parser

Interface Summary
AttributesEx This interface extends the SAX Attributes interface to expose information needed to support DOM Level 2 features used in document editing, and detection of ID attributes which are declared for an element.
 

Class Summary
AttributeDecl Encapsulate an attribute declaration.
AttributesExImpl Implementation of the AttributesEx interface which provides additional features to support editor-oriented DOM features: exposing attribute defaulting.
ContentModel A representation of a "children" content model.
ContentModelState A content model state.
ElementDecl Represents all of the DTD information about an element.
ElementValidator Base class used within the parser to validate element content.
EntityDecl Base class for entity declarations as used by the parser.
ExternalEntity  
InputEntity This is how the parser talks to its input entities, of all kinds.
InternalEntity  
Parser2 This implements a fast non-validating SAX2 parser.
Parser2.Catalog  
Parser2.NameCache  
Parser2.NameCacheEntry  
Parser2.NullHandler  
Resolver This entity resolver class provides a number of utilities which can help managment of external parsed entities in XML.
SimpleHashtable This class implements a special purpose hashtable.
SimpleHashtable.Entry Hashtable collision list.
ValidatingParser This parser tests XML documents against the validity constraints specified in the XML 1.0 specification as it parses them.
XmlReader This handles several XML-related tasks that normal java.io Readers don't support, inluding use of IETF standard encoding names and automatic detection of most XML encodings.
XmlReader.AsciiReader  
XmlReader.BaseReader  
XmlReader.Iso8859_1Reader  
XmlReader.Utf8Reader  
XMLReaderImpl This implements the SAX2 XMLReader.
 

Exception Summary
EndOfInputException