Package | Description |
---|---|
com.sun.msv.reader.dtd |
reads DTD and constructs AGM.
|
com.sun.msv.scanner.dtd |
scan DTD stream and generates appropriate events.
|
Class and Description |
---|
DTDEventListener
All DTD parsing events are signaled through this interface.
|
InputEntity
This is how the parser talks to its input entities, of all kinds.
|
Class and Description |
---|
DTDEventListener
All DTD parsing events are signaled through this interface.
|
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.
|
MessageCatalog
This class provides support for multi-language string lookup, as needed
to localize messages from applications supporting multiple languages
at the same time.
|
SimpleHashtable
This class implements a special purpose hashtable.
|
SimpleHashtable.Entry
Hashtable collision list.
|
XmlReader.BaseReader |