Interface | Description |
---|---|
OptionHandler |
Interface that defines one method, handleOption(opt), that needs to be
implemented by every application class.
|
Class | Description |
---|---|
App |
The App class consolidates command-line options, configuration information, and other
things that are shared across all of the dtdanalyzer tools.
|
Attribute |
Holds attribute declaration information
|
AttributeIterator |
Allows user to iterate over a collection of Attribute objects
|
Attributes |
Holds a collection of Attribute objects and provides accessor methods
|
ContentModel |
This holds the content model from an element, and parses it.
|
Dtd2Xml2Json |
Creates XML representation of an XML DTD and then transforms it using
a provided stylesheet.
|
DtdAnalyzer |
Creates XML representation of an XML DTD and then transforms it using
a provided stylesheet.
|
DtdAppTemplate |
Description of this application.
|
DtdCompare |
Compares two DTDs
|
DtdDocumentor | |
DTDEventHandler |
Collects and stores information about elements, attributes, and entities
declared in a DTD.
|
DtdFlatten |
Creates a flattened version of a DTD.
|
DtdModule |
Holds information (the public and system identifier) of the main DTD module
|
DtdSchematron |
Creates a Schematron from a DTD.
|
DtdSpecifier |
Holds information about a DTD, taken from command-line arguments.
|
Element |
Holds all the information associated with an element declaration in the DTD.
|
ElementIterator |
Allows user to iterate over a collection of Element objects
|
Elements |
Holds a collection of Element objects and provides accessor methods
|
Entities |
Holds a collection of Entity objects and provides accessor methods.
|
Entity |
Holds all the information associated with an entity declaration in the DTD.
|
EntityIterator |
Allows user to iterate over a collection of Entity objects
|
Location |
Records where a declaration appears inside a DTD file.
|
ModelBuilder |
Processes the declarations for Elements, Attributes and Entities to provide
additional information such as the context of each element.
|
NameChoiceSeq |
Stores one occurrence of either a name, choice, or sequence in the content
model.
|
OptionComparator |
Imposes an order on the output of options in the CLI usage message.
|
SComment |
Holds a single instance of a structured comment ("scomment") from the DTD.
|
SComments |
Holds a collection of SComment objects and provides accessor methods.
|
XMLWriter |
Creates UTF-8 XML representation of the DTD content model.
|
Exception | Description |
---|---|
EndOfDTDException |
Signals that the parser has reached the end of the DTD
|