Uses of Interface
com.wutka.dtd.DTDOutput

Uses of DTDOutput in com.wutka.dtd
 

Classes in com.wutka.dtd that implement DTDOutput
 class DTD
          Represents a parsed Document Type Definition
 class DTDAny
          Represents the ANY keyword in an Element's content spec
 class DTDAttlist
          Represents an ATTLIST declaration in the DTD.
 class DTDAttribute
          Represents a DTD Attribute in an ATTLIST declaration
 class DTDCardinal
          Represents the various cardinality values for a DTD item.
 class DTDChoice
          Represents a choice of items.
 class DTDComment
          Represents a comment in the DTD
 class DTDContainer
          Represents an item that may contain other items (such as a DTDChoice or a DTDSequence)
 class DTDDecl
          Represents the possible values for an attribute declaration
 class DTDElement
          Represents an element defined with the ELEMENT DTD tag
 class DTDEmpty
          Represents the EMPTY keyword in an Element's content spec
 class DTDEntity
          Represents an Entity defined in a DTD
 class DTDEnumeration
          Represents an enumeration of attribute values
 class DTDExternalID
          Represents an external ID in an entity declaration
 class DTDItem
          Represents any item in the DTD
 class DTDMixed
          Represents a mixed Element content (PCDATA + choice/sequence).
 class DTDName
          Represents a named item in the DTD
 class DTDNotation
          Represents a Notation defined in a DTD
 class DTDNotationList
          Represents a notation declaration for an attribute
 class DTDPCData
          Represents the #PCDATA keyword in an Element's content spec
 class DTDProcessingInstruction
          Represents a processing instruction in the DTD
 class DTDPublic
          Represents an external Public ID in an entity declaration
 class DTDSequence
          Represents a sequence in an element's content.
 class DTDSystem
          Represents an external System ID in an entity declaration
 



Copyright (c) 2001 Mark Wutka.