Package com.sun.xml.dtdparser

scan DTD stream and generates appropriate events.

See:
          Description

Interface Summary
DTDEventListener All DTD parsing events are signaled through this interface.
 

Class Summary
DTDHandlerBase do-nothing implementation of DTDEventHandler.
DTDParser This implements parsing of XML 1.0 DTDs.
DTDParser.Catalog  
DTDParser.NameCache  
DTDParser.NameCacheEntry  
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  
MessageCatalog This class provides support for multi-language string lookup, as needed to localize messages from applications supporting multiple languages at the same time.
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.
XmlChars Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
XmlNames This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
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  
 

Exception Summary
EndOfInputException  
 

Package com.sun.xml.dtdparser Description

scan DTD stream and generates appropriate events.