Package | Description |
---|---|
gov.ncbi.pmc.dtdanalyzer |
Class and Description |
---|
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.
|
DTDEventHandler
Collects and stores information about elements, attributes, and entities
declared in a DTD.
|
DtdModule
Holds information (the public and system identifier) of the main DTD module
|
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.
|
OptionHandler
Interface that defines one method, handleOption(opt), that needs to be
implemented by every application class.
|
SComment
Holds a single instance of a structured comment ("scomment") from the DTD.
|
SComments
Holds a collection of SComment objects and provides accessor methods.
|