The attribute's declaration (required, fixed, implied)
The attribute's default value (null if not declared)
Represents a parsed Document Type Definition
DTD() - constructor for class com.wutka.dtd.
DTD Creates a new DTD
Represents the ANY keyword in an Element's content spec
Represents an ATTLIST declaration in the DTD.
Represents a DTD Attribute in an ATTLIST declaration
Represents the various cardinality values for a DTD item.
Represents a choice of items.
Creates a new DTDContainer
Represents a comment in the DTD
Represents an item that may contain other items (such as a
DTDChoice or a DTDSequence)
Creates a new DTDContainer
Represents the possible values for an attribute declaration
Represents an element defined with the ELEMENT DTD tag
Represents the EMPTY keyword in an Element's content spec
Represents an Entity defined in a DTD
Represents an enumeration of attribute values
Creates a new enumeration
Represents an external ID in an entity declaration
Represents any item in the DTD
Represents a mixed Element content (PCDATA + choice/sequence).
Creates a new DTDContainer
Represents a named item in the DTD
Represents a Notation defined in a DTD
Represents a notation declaration for an attribute
Defines the method used for writing DTD information to a PrintWriter
Parses a DTD file and returns a DTD object
Creates a parser that will read from the specified File object
Creates a parser that will read from the specified File object
Creates a parser that will read from the specified Reader object
Creates a parser that will read from the specified Reader object
Creates a parser that will read from the specified URL object
Creates a parser that will read from the specified URL object
Represents the #PCDATA keyword in an Element's content spec
Represents a processing instruction in the DTD
Represents an external Public ID in an entity declaration
Represents a sequence in an element's content.
Represents an external System ID in an entity declaration
Returns the attributes in this list
Returns a specific attribute from the list
Gets an attribute for this element
Retrieves the cardinality of the item
Returns the content type of this element
Returns the default value
Returns the external ID for the entity
Retrieves the external ID
Retrieves the items in the container
Returns the items in the enumeration
Returns the items in the notation list
Retrieves an item from the items array
Retrieves an item from the container
Retrieves an item from the enumeration
Retrieves an item from the notation list
Returns the items as an array
Returns the elements as an array of items
Returns the values as an array
Returns the list of notation values as an array
Retrieves a list of items of a particular type
Returns the elements as a vector (not a clone!)
Returns the values as a vector (not a clone!)
Returns the list of notation values as a vector
Returns the entity name of this attlist
Returns the attribute name
Returns the name of this element
Returns the name of this entity
Retrieves the notation name
Retrieves the public identifier
Retrieves the instruction text
Gets the type of the attribute
Sets a specific attribute in the list
Sets the list of attributes
Stores an attribute in this element
Sets the cardinality of the item
Sets the content type of this element
Sets the declaration (fixed, required, implied)
Sets the external ID for the entity
Stores an item in the container
Stores items in the container
Stores an item in the items array
Stores an item in the enumeration
Stores an item in the notation list
Sets the items in the enumeration
Sets the items in the notation list
Stores an array of items in the items array
Sets the entity name of this attlist
Sets the name of the attribute
Sets the name of this element
Sets the name of this entity
Sets the public identifier
Sets the instruction text
Sets the type of the attribute
Writes the DTD to an output writer in standard DTD format (the format
the parser normally reads).
Writes "ANY" to a print writer
Writes out an ATTLIST declaration
Writes this attribute to an output stream
Writes the notation for this cardinality value
Writes out the possible choices to a PrintWriter
Writes out a declaration for this item
Writes out an element declaration and an attlist declaration (if necessary)
for this element
Writes out the keyword "EMPTY"
Writes out an entity declaration for this entity
Writes out a declaration for this enumeration
Writes out a declaration for this external ID
Writes out a declaration for this item
Writes out a declaration for mixed content
Writes out the value of this name
Writes out a declaration for this notation
Writes a declaration for this notation
Writes out the #PCDATA keyword
Writes out a public external ID declaration
Writes out a declaration for this sequence
Writes out a declaration for this SYSTEM ID