Package com.wutka.dtd

Interface Summary

DTDOutputDefines the method used for writing DTD information to a PrintWriter
EntityExpansion

Class Summary

DTDRepresents a parsed Document Type Definition
DTDAnyRepresents the ANY keyword in an Element's content spec
DTDAttlistRepresents an ATTLIST declaration in the DTD.
DTDAttributeRepresents a DTD Attribute in an ATTLIST declaration
DTDCardinalRepresents the various cardinality values for a DTD item.
DTDChoiceRepresents a choice of items.
DTDCommentRepresents a comment in the DTD
DTDContainerRepresents an item that may contain other items (such as a DTDChoice or a DTDSequence)
DTDDeclRepresents the possible values for an attribute declaration
DTDElementRepresents an element defined with the ELEMENT DTD tag
DTDEmptyRepresents the EMPTY keyword in an Element's content spec
DTDEntityRepresents an Entity defined in a DTD
DTDEnumerationRepresents an enumeration of attribute values
DTDExternalIDRepresents an external ID in an entity declaration
DTDItemRepresents any item in the DTD
DTDMixedRepresents a mixed Element content (PCDATA + choice/sequence).
DTDNameRepresents a named item in the DTD
DTDNotationRepresents a Notation defined in a DTD
DTDNotationListRepresents a notation declaration for an attribute
DTDParseException
DTDParserParses a DTD file and returns a DTD object
DTDPCDataRepresents the #PCDATA keyword in an Element's content spec
DTDProcessingInstructionRepresents a processing instruction in the DTD
DTDPublicRepresents an external Public ID in an entity declaration
DTDSequenceRepresents a sequence in an element's content.
DTDSystemRepresents an external System ID in an entity declaration
Scanner.StreamInfo

Copyright (c) 2001 Mark Wutka.