| Interface | Description |
|---|---|
| DTDEventListener |
All DTD parsing events are signaled through this interface.
|
| Class | Description |
|---|---|
| DTDHandlerBase |
do-nothing implementation of DTDEventHandler.
|
| DTDParser |
This implements parsing of XML 1.0 DTDs.
|
| InputEntity |
This is how the parser talks to its input entities, of all kinds.
|
| 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.
|
| 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.
|
scan DTD stream and generates appropriate events.
Copyright © 2016 Oracle Corporation. All Rights Reserved.