Library:DTDParser
Version:1.21
Compatibility:JDK 1.4
Classes in library DTDParser.
NamePackageDescription
DTDcom.wutka.dtdRepresents a parsed Document Type Definition
DTDAnycom.wutka.dtdRepresents the ANY keyword in an Element's content spec
DTDAttlistcom.wutka.dtdRepresents an ATTLIST declaration in the DTD.
DTDAttributecom.wutka.dtdRepresents a DTD Attribute in an ATTLIST declaration
DTDCardinalcom.wutka.dtdRepresents the various cardinality values for a DTD item.
DTDChoicecom.wutka.dtdRepresents a choice of items.
DTDCommentcom.wutka.dtdRepresents a comment in the DTD
DTDContainercom.wutka.dtdRepresents an item that may contain other items (such as a DTDChoice or a DTDSequence)
DTDDeclcom.wutka.dtdRepresents the possible values for an attribute declaration
DTDElementcom.wutka.dtdRepresents an element defined with the ELEMENT DTD tag
DTDEmptycom.wutka.dtdRepresents the EMPTY keyword in an Element's content spec
DTDEntitycom.wutka.dtdRepresents an Entity defined in a DTD
DTDEnumerationcom.wutka.dtdRepresents an enumeration of attribute values
DTDExternalIDcom.wutka.dtdRepresents an external ID in an entity declaration
DTDItemcom.wutka.dtdRepresents any item in the DTD
DTDMixedcom.wutka.dtdRepresents a mixed Element content (PCDATA + choice/sequence).
DTDNamecom.wutka.dtdRepresents a named item in the DTD
DTDNotationcom.wutka.dtdRepresents a Notation defined in a DTD
DTDNotationListcom.wutka.dtdRepresents a notation declaration for an attribute
DTDParsercom.wutka.dtdParses a DTD file and returns a DTD object
DTDPCDatacom.wutka.dtdRepresents the #PCDATA keyword in an Element's content spec
DTDProcessingInstructioncom.wutka.dtdRepresents a processing instruction in the DTD
DTDPubliccom.wutka.dtdRepresents an external Public ID in an entity declaration
DTDSequencecom.wutka.dtdRepresents a sequence in an element's content.
DTDSystemcom.wutka.dtdRepresents an external System ID in an entity declaration
Search