- decl - Variable in class com.wutka.dtd.DTDAttribute
-
The attribute's declaration (required, fixed, implied)
- defaultLocation - Variable in class com.wutka.dtd.DTDEntity
-
- defaultLocation - Variable in class com.wutka.dtd.DTDParser
-
- defaultValue - Variable in class com.wutka.dtd.DTDAttribute
-
The attribute's default value (null if not declared)
- DTD - Class in com.wutka.dtd
-
Represents a parsed Document Type Definition
- DTD() - Constructor for class com.wutka.dtd.DTD
-
Creates a new DTD
- dtd - Variable in class com.wutka.dtd.DTDParser
-
- DTDAny - Class in com.wutka.dtd
-
Represents the ANY keyword in an Element's content spec
- DTDAny() - Constructor for class com.wutka.dtd.DTDAny
-
- DTDAttlist - Class in com.wutka.dtd
-
Represents an ATTLIST declaration in the DTD.
- DTDAttlist() - Constructor for class com.wutka.dtd.DTDAttlist
-
- DTDAttlist(String) - Constructor for class com.wutka.dtd.DTDAttlist
-
- DTDAttribute - Class in com.wutka.dtd
-
Represents a DTD Attribute in an ATTLIST declaration
- DTDAttribute() - Constructor for class com.wutka.dtd.DTDAttribute
-
- DTDAttribute(String) - Constructor for class com.wutka.dtd.DTDAttribute
-
- DTDCardinal - Class in com.wutka.dtd
-
Represents the various cardinality values for a DTD item.
- DTDCardinal(int, String) - Constructor for class com.wutka.dtd.DTDCardinal
-
- DTDChoice - Class in com.wutka.dtd
-
Represents a choice of items.
- DTDChoice() - Constructor for class com.wutka.dtd.DTDChoice
-
- DTDComment - Class in com.wutka.dtd
-
Represents a comment in the DTD
- DTDComment() - Constructor for class com.wutka.dtd.DTDComment
-
- DTDComment(String) - Constructor for class com.wutka.dtd.DTDComment
-
- DTDContainer - Class in com.wutka.dtd
-
Represents an item that may contain other items (such as a
DTDChoice or a DTDSequence)
- DTDContainer() - Constructor for class com.wutka.dtd.DTDContainer
-
Creates a new DTDContainer
- DTDDecl - Class in com.wutka.dtd
-
Represents the possible values for an attribute declaration
- DTDDecl(int, String) - Constructor for class com.wutka.dtd.DTDDecl
-
- DTDElement - Class in com.wutka.dtd
-
Represents an element defined with the ELEMENT DTD tag
- DTDElement() - Constructor for class com.wutka.dtd.DTDElement
-
- DTDElement(String) - Constructor for class com.wutka.dtd.DTDElement
-
- DTDEmpty - Class in com.wutka.dtd
-
Represents the EMPTY keyword in an Element's content spec
- DTDEmpty() - Constructor for class com.wutka.dtd.DTDEmpty
-
- DTDEntity - Class in com.wutka.dtd
-
Represents an Entity defined in a DTD
- DTDEntity() - Constructor for class com.wutka.dtd.DTDEntity
-
- DTDEntity(String) - Constructor for class com.wutka.dtd.DTDEntity
-
- DTDEntity(String, Object) - Constructor for class com.wutka.dtd.DTDEntity
-
- DTDEnumeration - Class in com.wutka.dtd
-
Represents an enumeration of attribute values
- DTDEnumeration() - Constructor for class com.wutka.dtd.DTDEnumeration
-
Creates a new enumeration
- DTDExternalID - Class in com.wutka.dtd
-
Represents an external ID in an entity declaration
- DTDExternalID() - Constructor for class com.wutka.dtd.DTDExternalID
-
- DTDItem - Class in com.wutka.dtd
-
Represents any item in the DTD
- DTDItem() - Constructor for class com.wutka.dtd.DTDItem
-
- DTDItem(DTDCardinal) - Constructor for class com.wutka.dtd.DTDItem
-
- DTDMixed - Class in com.wutka.dtd
-
Represents a mixed Element content (PCDATA + choice/sequence).
- DTDMixed() - Constructor for class com.wutka.dtd.DTDMixed
-
- DTDName - Class in com.wutka.dtd
-
Represents a named item in the DTD
- DTDName() - Constructor for class com.wutka.dtd.DTDName
-
- DTDName(String) - Constructor for class com.wutka.dtd.DTDName
-
- DTDNotation - Class in com.wutka.dtd
-
Represents a Notation defined in a DTD
- DTDNotation() - Constructor for class com.wutka.dtd.DTDNotation
-
- DTDNotation(String) - Constructor for class com.wutka.dtd.DTDNotation
-
- DTDNotationList - Class in com.wutka.dtd
-
Represents a notation declaration for an attribute
- DTDNotationList() - Constructor for class com.wutka.dtd.DTDNotationList
-
Creates a new notation
- DTDOutput - Interface in com.wutka.dtd
-
Defines the method used for writing DTD information to a PrintWriter
- DTDParseException - Exception in com.wutka.dtd
-
- DTDParseException() - Constructor for exception com.wutka.dtd.DTDParseException
-
- DTDParseException(String) - Constructor for exception com.wutka.dtd.DTDParseException
-
- DTDParseException(String, int, int) - Constructor for exception com.wutka.dtd.DTDParseException
-
- DTDParseException(String, String, int, int) - Constructor for exception com.wutka.dtd.DTDParseException
-
- DTDParser - Class in com.wutka.dtd
-
Parses a DTD file and returns a DTD object
- DTDParser(Reader) - Constructor for class com.wutka.dtd.DTDParser
-
Creates a parser that will read from the specified Reader object
- DTDParser(Reader, boolean) - Constructor for class com.wutka.dtd.DTDParser
-
Creates a parser that will read from the specified Reader object
- DTDParser(File) - Constructor for class com.wutka.dtd.DTDParser
-
Creates a parser that will read from the specified File object
- DTDParser(File, boolean) - Constructor for class com.wutka.dtd.DTDParser
-
Creates a parser that will read from the specified File object
- DTDParser(URL) - Constructor for class com.wutka.dtd.DTDParser
-
Creates a parser that will read from the specified URL object
- DTDParser(URL, boolean) - Constructor for class com.wutka.dtd.DTDParser
-
Creates a parser that will read from the specified URL object
- DTDPCData - Class in com.wutka.dtd
-
Represents the #PCDATA keyword in an Element's content spec
- DTDPCData() - Constructor for class com.wutka.dtd.DTDPCData
-
- DTDProcessingInstruction - Class in com.wutka.dtd
-
Represents a processing instruction in the DTD
- DTDProcessingInstruction() - Constructor for class com.wutka.dtd.DTDProcessingInstruction
-
- DTDProcessingInstruction(String) - Constructor for class com.wutka.dtd.DTDProcessingInstruction
-
- DTDPublic - Class in com.wutka.dtd
-
Represents an external Public ID in an entity declaration
- DTDPublic() - Constructor for class com.wutka.dtd.DTDPublic
-
- DTDSequence - Class in com.wutka.dtd
-
Represents a sequence in an element's content.
- DTDSequence() - Constructor for class com.wutka.dtd.DTDSequence
-
- DTDSystem - Class in com.wutka.dtd
-
Represents an external System ID in an entity declaration
- DTDSystem() - Constructor for class com.wutka.dtd.DTDSystem
-
- getAttribute() - Method in class com.wutka.dtd.DTDAttlist
-
Returns the attributes in this list
- getAttribute(int) - Method in class com.wutka.dtd.DTDAttlist
-
Returns a specific attribute from the list
- getAttribute(String) - Method in class com.wutka.dtd.DTDElement
-
Gets an attribute for this element
- getCardinal() - Method in class com.wutka.dtd.DTDItem
-
Retrieves the cardinality of the item
- getColumn() - Method in exception com.wutka.dtd.DTDParseException
-
- getContent() - Method in class com.wutka.dtd.DTDElement
-
Returns the content type of this element
- getDecl() - Method in class com.wutka.dtd.DTDAttribute
-
Returns the declaration
- getDefaultValue() - Method in class com.wutka.dtd.DTDAttribute
-
Returns the default value
- getExternalId() - Method in class com.wutka.dtd.DTDEntity
-
- getExternalID() - Method in class com.wutka.dtd.DTDEntity
-
Returns the external ID for the entity
- getExternalID() - Method in class com.wutka.dtd.DTDNotation
-
Retrieves the external ID
- getId() - Method in exception com.wutka.dtd.DTDParseException
-
- getItem(int) - Method in class com.wutka.dtd.DTD
-
Retrieves an item from the items array
- getItem() - Method in class com.wutka.dtd.DTDContainer
-
Retrieves the items in the container
- getItem(int) - Method in class com.wutka.dtd.DTDContainer
-
Retrieves an item from the container
- getItem() - Method in class com.wutka.dtd.DTDEnumeration
-
Returns the items in the enumeration
- getItem(int) - Method in class com.wutka.dtd.DTDEnumeration
-
Retrieves an item from the enumeration
- getItem() - Method in class com.wutka.dtd.DTDNotationList
-
Returns the items in the notation list
- getItem(int) - Method in class com.wutka.dtd.DTDNotationList
-
Retrieves an item from the notation list
- getItems() - Method in class com.wutka.dtd.DTD
-
Returns the items as an array
- getItems() - Method in class com.wutka.dtd.DTDContainer
-
Returns the elements as an array of items
- getItems() - Method in class com.wutka.dtd.DTDEnumeration
-
Returns the values as an array
- getItems() - Method in class com.wutka.dtd.DTDNotationList
-
Returns the list of notation values as an array
- getItemsByType(Class) - Method in class com.wutka.dtd.DTD
-
Retrieves a list of items of a particular type
- getItemsVec() - Method in class com.wutka.dtd.DTDContainer
-
Returns the elements as a vector (not a clone!)
- getItemsVec() - Method in class com.wutka.dtd.DTDEnumeration
-
Returns the values as a vector (not a clone!)
- getItemsVec() - Method in class com.wutka.dtd.DTDNotationList
-
Returns the list of notation values as a vector
- getLineNumber() - Method in exception com.wutka.dtd.DTDParseException
-
- getName() - Method in class com.wutka.dtd.DTDAttlist
-
Returns the entity name of this attlist
- getName() - Method in class com.wutka.dtd.DTDAttribute
-
Returns the attribute name
- getName() - Method in class com.wutka.dtd.DTDElement
-
Returns the name of this element
- getName() - Method in class com.wutka.dtd.DTDEntity
-
Returns the name of this entity
- getName() - Method in class com.wutka.dtd.DTDNotation
-
Retrieves the notation name
- getNdata() - Method in class com.wutka.dtd.DTDEntity
-
Returns the entity ndata
- getPub() - Method in class com.wutka.dtd.DTDPublic
-
Retrieves the public identifier
- getReader() - Method in class com.wutka.dtd.DTDEntity
-
- getReader(String) - Method in class com.wutka.dtd.DTDEntity
-
- getSystem() - Method in class com.wutka.dtd.DTDExternalID
-
Retrieves the system ID
- getText() - Method in class com.wutka.dtd.DTDComment
-
Returns the comment text
- getText() - Method in class com.wutka.dtd.DTDProcessingInstruction
-
Retrieves the instruction text
- getType() - Method in class com.wutka.dtd.DTDAttribute
-
Gets the type of the attribute
- getValue() - Method in class com.wutka.dtd.DTDEntity
-
Returns the entity value
- getValue() - Method in class com.wutka.dtd.DTDName
-
Retrieves the name value
- scanner - Variable in class com.wutka.dtd.DTDParser
-
- setAttribute(DTDAttribute[]) - Method in class com.wutka.dtd.DTDAttlist
-
Sets the list of attributes
- setAttribute(DTDAttribute, int) - Method in class com.wutka.dtd.DTDAttlist
-
Sets a specific attribute in the list
- setAttribute(String, DTDAttribute) - Method in class com.wutka.dtd.DTDElement
-
Stores an attribute in this element
- setCardinal(DTDCardinal) - Method in class com.wutka.dtd.DTDItem
-
Sets the cardinality of the item
- setContent(DTDItem) - Method in class com.wutka.dtd.DTDElement
-
Sets the content type of this element
- setDecl(DTDDecl) - Method in class com.wutka.dtd.DTDAttribute
-
Sets the declaration (fixed, required, implied)
- setDefaultValue(String) - Method in class com.wutka.dtd.DTDAttribute
-
Sets the default value
- setExternalID(DTDExternalID) - Method in class com.wutka.dtd.DTDEntity
-
Sets the external ID for the entity
- setExternalID(DTDExternalID) - Method in class com.wutka.dtd.DTDNotation
-
Sets the external ID
- setIsParsed(boolean) - Method in class com.wutka.dtd.DTDEntity
-
Sets the isParsed flag
- setItem(Object, int) - Method in class com.wutka.dtd.DTD
-
Stores an item in the items array
- setItem(DTDItem[]) - Method in class com.wutka.dtd.DTDContainer
-
Stores items in the container
- setItem(DTDItem, int) - Method in class com.wutka.dtd.DTDContainer
-
Stores an item in the container
- setItem(String[]) - Method in class com.wutka.dtd.DTDEnumeration
-
Sets the items in the enumeration
- setItem(String, int) - Method in class com.wutka.dtd.DTDEnumeration
-
Stores an item in the enumeration
- setItem(String[]) - Method in class com.wutka.dtd.DTDNotationList
-
Sets the items in the notation list
- setItem(String, int) - Method in class com.wutka.dtd.DTDNotationList
-
Stores an item in the notation list
- setItems(Object[]) - Method in class com.wutka.dtd.DTD
-
Stores an array of items in the items array
- setName(String) - Method in class com.wutka.dtd.DTDAttlist
-
Sets the entity name of this attlist
- setName(String) - Method in class com.wutka.dtd.DTDAttribute
-
Sets the name of the attribute
- setName(String) - Method in class com.wutka.dtd.DTDElement
-
Sets the name of this element
- setName(String) - Method in class com.wutka.dtd.DTDEntity
-
Sets the name of this entity
- setName(String) - Method in class com.wutka.dtd.DTDNotation
-
Sets the notation name
- setNdata(String) - Method in class com.wutka.dtd.DTDEntity
-
Sets the entity ndata
- setPub(String) - Method in class com.wutka.dtd.DTDPublic
-
Sets the public identifier
- setSystem(String) - Method in class com.wutka.dtd.DTDExternalID
-
Sets the system ID
- setText(String) - Method in class com.wutka.dtd.DTDComment
-
Sets the comment text
- setText(String) - Method in class com.wutka.dtd.DTDProcessingInstruction
-
Sets the instruction text
- setType(Object) - Method in class com.wutka.dtd.DTDAttribute
-
Sets the type of the attribute
- setValue(String) - Method in class com.wutka.dtd.DTDEntity
-
Sets the entity value
- setValue(String) - Method in class com.wutka.dtd.DTDName
-
Sets the name value
- skipUntil(TokenType) - Method in class com.wutka.dtd.DTDParser
-
- system - Variable in class com.wutka.dtd.DTDExternalID
-
- write(PrintWriter) - Method in class com.wutka.dtd.DTD
-
Writes the DTD to an output writer in standard DTD format (the format
the parser normally reads).
- write(PrintWriter) - Method in class com.wutka.dtd.DTDAny
-
Writes "ANY" to a print writer
- write(PrintWriter) - Method in class com.wutka.dtd.DTDAttlist
-
Writes out an ATTLIST declaration
- write(PrintWriter) - Method in class com.wutka.dtd.DTDAttribute
-
Writes this attribute to an output stream
- write(PrintWriter) - Method in class com.wutka.dtd.DTDCardinal
-
Writes the notation for this cardinality value
- write(PrintWriter) - Method in class com.wutka.dtd.DTDChoice
-
Writes out the possible choices to a PrintWriter
- write(PrintWriter) - Method in class com.wutka.dtd.DTDComment
-
- write(PrintWriter) - Method in class com.wutka.dtd.DTDContainer
-
- write(PrintWriter) - Method in class com.wutka.dtd.DTDDecl
-
- write(PrintWriter) - Method in class com.wutka.dtd.DTDElement
-
Writes out an element declaration and an attlist declaration (if necessary)
for this element
- write(PrintWriter) - Method in class com.wutka.dtd.DTDEmpty
-
Writes out the keyword "EMPTY"
- write(PrintWriter) - Method in class com.wutka.dtd.DTDEntity
-
Writes out an entity declaration for this entity
- write(PrintWriter) - Method in class com.wutka.dtd.DTDEnumeration
-
Writes out a declaration for this enumeration
- write(PrintWriter) - Method in class com.wutka.dtd.DTDExternalID
-
Writes out a declaration for this external ID
- write(PrintWriter) - Method in class com.wutka.dtd.DTDItem
-
Writes out a declaration for this item
- write(PrintWriter) - Method in class com.wutka.dtd.DTDMixed
-
Writes out a declaration for mixed content
- write(PrintWriter) - Method in class com.wutka.dtd.DTDName
-
Writes out the value of this name
- write(PrintWriter) - Method in class com.wutka.dtd.DTDNotation
-
Writes out a declaration for this notation
- write(PrintWriter) - Method in class com.wutka.dtd.DTDNotationList
-
Writes a declaration for this notation
- write(PrintWriter) - Method in interface com.wutka.dtd.DTDOutput
-
- write(PrintWriter) - Method in class com.wutka.dtd.DTDPCData
-
Writes out the #PCDATA keyword
- write(PrintWriter) - Method in class com.wutka.dtd.DTDProcessingInstruction
-
- write(PrintWriter) - Method in class com.wutka.dtd.DTDPublic
-
Writes out a public external ID declaration
- write(PrintWriter) - Method in class com.wutka.dtd.DTDSequence
-
Writes out a declaration for this sequence
- write(PrintWriter) - Method in class com.wutka.dtd.DTDSystem
-
Writes out a declaration for this SYSTEM ID