com.sun.xml.dtdparser |
scan DTD stream and generates appropriate events.
|
Java Source File Name | Type | Comment |
DTDEventListener.java | Interface | All DTD parsing events are signaled through this interface. |
DTDHandlerBase.java | Class | do-nothing implementation of DTDEventHandler. |
DTDParser.java | Class | This implements parsing of XML 1.0 DTDs.
This conforms to the portion of the XML 1.0 specification related
to the external DTD subset.
For multi-language applications (such as web servers using XML
processing to create dynamic content), a method supports choosing
a locale for parser diagnostics which is both understood by the
message recipient and supported by the parser.
This parser produces a stream of parse events. |
EndOfInputException.java | Class | |
EntityDecl.java | Class | Base class for entity declarations as used by the parser. |
ExternalEntity.java | Class | |
InputEntity.java | Class | This is how the parser talks to its input entities, of all kinds.
The entities are in a stack.
For internal entities, the character arrays are referenced here,
and read from as needed (they're read-only). |
InternalEntity.java | Class | |
MessageCatalog.java | Class | This class provides support for multi-language string lookup, as needed
to localize messages from applications supporting multiple languages
at the same time. |
Resolver.java | Class | This entity resolver class provides a number of utilities which can help
managment of external parsed entities in XML. |
SimpleHashtable.java | Class | This class implements a special purpose hashtable. |
XmlChars.java | Class | Methods in this class are used to determine whether characters may
appear in certain roles in XML documents. |
XmlNames.java | Class | This class contains static methods used to determine whether identifiers
may appear in certain roles in XML documents. |
XmlReader.java | Class | 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. |