| Class and Description |
|---|
| DTD
Represents a parsed Document Type Definition
|
| DTDAttlist
Represents an ATTLIST declaration in the DTD.
|
| DTDAttribute
Represents a DTD Attribute in an ATTLIST declaration
|
| DTDCardinal
Represents the various cardinality values for a DTD item.
|
| DTDContainer
Represents an item that may contain other items (such as a
DTDChoice or a DTDSequence)
|
| DTDDecl
Represents the possible values for an attribute declaration
|
| DTDElement
Represents an element defined with the ELEMENT DTD tag
|
| DTDEntity
Represents an Entity defined in a DTD
|
| DTDEnumeration
Represents an enumeration of attribute values
|
| DTDExternalID
Represents an external ID in an entity declaration
|
| DTDItem
Represents any item in the DTD
|
| DTDNotationList
Represents a notation declaration for an attribute
|
| DTDOutput
Defines the method used for writing DTD information to a PrintWriter
|
| EntityExpansion |
Copyright (c) 2001 Mark Wutka.