A C D E F G I L N O P R S T U V W Z

A

add(DTDItem) - Method in class com.wutka.dtd.DTDContainer
Adds an element to the container
add(String) - Method in class com.wutka.dtd.DTDEnumeration
Adds a new value to the list of values
add(String) - Method in class com.wutka.dtd.DTDNotationList
Adds a item to the list of notation values
attributes - Variable in class com.wutka.dtd.DTDAttlist
The attlist's attributes
attributes - Variable in class com.wutka.dtd.DTDElement
The element's attributes

C

cardinal - Variable in class com.wutka.dtd.DTDItem
Indicates how often the item may occur
column - Variable in class com.wutka.dtd.DTDParseException
 
content - Variable in class com.wutka.dtd.DTDElement
The element's content

D

decl - Variable in class com.wutka.dtd.DTDAttribute
The attribute's declaration (required, fixed, implied)
defaultValue - Variable in class com.wutka.dtd.DTDAttribute
The attribute's default value (null if not declared)
dtd - Variable in class com.wutka.dtd.DTDParser
 
DTD - class com.wutka.dtd.DTD.
Represents a parsed Document Type Definition
DTD() - Constructor for class com.wutka.dtd.DTD
Creates a new DTD
DTDAny - class com.wutka.dtd.DTDAny.
Represents the ANY keyword in an Element's content spec
DTDAny() - Constructor for class com.wutka.dtd.DTDAny
 
DTDAttlist - class com.wutka.dtd.DTDAttlist.
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 com.wutka.dtd.DTDAttribute.
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 com.wutka.dtd.DTDCardinal.
Represents the various cardinality values for a DTD item.
DTDCardinal(int, String) - Constructor for class com.wutka.dtd.DTDCardinal
 
DTDChoice - class com.wutka.dtd.DTDChoice.
Represents a choice of items.
DTDChoice() - Constructor for class com.wutka.dtd.DTDChoice
 
DTDComment - class com.wutka.dtd.DTDComment.
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 com.wutka.dtd.DTDContainer.
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 com.wutka.dtd.DTDDecl.
Represents the possible values for an attribute declaration
DTDDecl(int, String) - Constructor for class com.wutka.dtd.DTDDecl
 
DTDElement - class com.wutka.dtd.DTDElement.
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 com.wutka.dtd.DTDEmpty.
Represents the EMPTY keyword in an Element's content spec
DTDEmpty() - Constructor for class com.wutka.dtd.DTDEmpty
 
DTDEntity - class com.wutka.dtd.DTDEntity.
Represents an Entity defined in a DTD
DTDEntity() - Constructor for class com.wutka.dtd.DTDEntity
 
DTDEntity(String) - Constructor for class com.wutka.dtd.DTDEntity
 
DTDEnumeration - class com.wutka.dtd.DTDEnumeration.
Represents an enumeration of attribute values
DTDEnumeration() - Constructor for class com.wutka.dtd.DTDEnumeration
Creates a new enumeration
DTDExternalID - class com.wutka.dtd.DTDExternalID.
Represents an external ID in an entity declaration
DTDExternalID() - Constructor for class com.wutka.dtd.DTDExternalID
 
DTDItem - class com.wutka.dtd.DTDItem.
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 com.wutka.dtd.DTDMixed.
Represents a mixed Element content (PCDATA + choice/sequence).
DTDMixed() - Constructor for class com.wutka.dtd.DTDMixed
 
DTDName - class com.wutka.dtd.DTDName.
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 com.wutka.dtd.DTDNotation.
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 com.wutka.dtd.DTDNotationList.
Represents a notation declaration for an attribute
DTDNotationList() - Constructor for class com.wutka.dtd.DTDNotationList
Creates a new notation
DTDOutput - interface com.wutka.dtd.DTDOutput.
Defines the method used for writing DTD information to a PrintWriter
DTDParseException - exception com.wutka.dtd.DTDParseException.
 
DTDParseException() - Constructor for class com.wutka.dtd.DTDParseException
 
DTDParseException(String) - Constructor for class com.wutka.dtd.DTDParseException
 
DTDParseException(String, int, int) - Constructor for class com.wutka.dtd.DTDParseException
 
DTDParseException(String, String, int, int) - Constructor for class com.wutka.dtd.DTDParseException
 
DTDParser - class com.wutka.dtd.DTDParser.
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
DTDPCData - class com.wutka.dtd.DTDPCData.
Represents the #PCDATA keyword in an Element's content spec
DTDPCData() - Constructor for class com.wutka.dtd.DTDPCData
 
DTDProcessingInstruction - class com.wutka.dtd.DTDProcessingInstruction.
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 com.wutka.dtd.DTDPublic.
Represents an external Public ID in an entity declaration
DTDPublic() - Constructor for class com.wutka.dtd.DTDPublic
 
DTDSequence - class com.wutka.dtd.DTDSequence.
Represents a sequence in an element's content.
DTDSequence() - Constructor for class com.wutka.dtd.DTDSequence
 
DTDSystem - class com.wutka.dtd.DTDSystem.
Represents an external System ID in an entity declaration
DTDSystem() - Constructor for class com.wutka.dtd.DTDSystem
 

E

elements - Variable in class com.wutka.dtd.DTD
Contains all the elements defined in the DTD
entities - Variable in class com.wutka.dtd.DTD
Contains all the entities defined in the DTD
EntityExpansion - interface com.wutka.dtd.EntityExpansion.
 
equals(Object) - Method in class com.wutka.dtd.DTD
Returns true if this object is equal to another
equals(Object) - Method in class com.wutka.dtd.DTDAny
 
equals(Object) - Method in class com.wutka.dtd.DTDAttlist
 
equals(Object) - Method in class com.wutka.dtd.DTDAttribute
 
equals(Object) - Method in class com.wutka.dtd.DTDCardinal
 
equals(Object) - Method in class com.wutka.dtd.DTDChoice
 
equals(Object) - Method in class com.wutka.dtd.DTDComment
 
equals(Object) - Method in class com.wutka.dtd.DTDContainer
 
equals(Object) - Method in class com.wutka.dtd.DTDDecl
 
equals(Object) - Method in class com.wutka.dtd.DTDElement
 
equals(Object) - Method in class com.wutka.dtd.DTDEmpty
 
equals(Object) - Method in class com.wutka.dtd.DTDEntity
 
equals(Object) - Method in class com.wutka.dtd.DTDEnumeration
 
equals(Object) - Method in class com.wutka.dtd.DTDExternalID
 
equals(Object) - Method in class com.wutka.dtd.DTDItem
 
equals(Object) - Method in class com.wutka.dtd.DTDMixed
 
equals(Object) - Method in class com.wutka.dtd.DTDName
 
equals(Object) - Method in class com.wutka.dtd.DTDNotation
 
equals(Object) - Method in class com.wutka.dtd.DTDNotationList
 
equals(Object) - Method in class com.wutka.dtd.DTDPCData
 
equals(Object) - Method in class com.wutka.dtd.DTDProcessingInstruction
 
equals(Object) - Method in class com.wutka.dtd.DTDPublic
 
equals(Object) - Method in class com.wutka.dtd.DTDSequence
 
equals(Object) - Method in class com.wutka.dtd.DTDSystem
 
expandEntity(String) - Method in class com.wutka.dtd.DTDParser
 
expandEntity(String) - Method in interface com.wutka.dtd.EntityExpansion
 
expect(TokenType) - Method in class com.wutka.dtd.DTDParser
 
externalDTDs - Variable in class com.wutka.dtd.DTD
Contains parsed DTD's for any external entity DTD declarations
externalID - Variable in class com.wutka.dtd.DTDEntity
 
externalID - Variable in class com.wutka.dtd.DTDNotation
 

F

FIXED - Static variable in class com.wutka.dtd.DTDDecl
 

G

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 class 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 class com.wutka.dtd.DTDParseException
 
getItem() - Method in class com.wutka.dtd.DTDContainer
Retrieves the items in the container
getItem() - Method in class com.wutka.dtd.DTDEnumeration
Returns the items in 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.DTD
Retrieves an item from the items array
getItem(int) - Method in class com.wutka.dtd.DTDContainer
Retrieves an item from the container
getItem(int) - Method in class com.wutka.dtd.DTDEnumeration
Retrieves an item from the enumeration
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 class 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

I

IMPLIED - Static variable in class com.wutka.dtd.DTDDecl
 
isParsed - Variable in class com.wutka.dtd.DTDEntity
 
isParsed() - Method in class com.wutka.dtd.DTDEntity
Returns the isParsed flag
items - Variable in class com.wutka.dtd.DTD
Contains all the items defined in the DTD in their original order
items - Variable in class com.wutka.dtd.DTDContainer
 
items - Variable in class com.wutka.dtd.DTDEnumeration
 
items - Variable in class com.wutka.dtd.DTDNotationList
 

L

lineNumber - Variable in class com.wutka.dtd.DTDParseException
 

N

name - Variable in class com.wutka.dtd.DTDAttlist
The name of the element
name - Variable in class com.wutka.dtd.DTDAttribute
The name of the attribute
name - Variable in class com.wutka.dtd.DTDCardinal
 
name - Variable in class com.wutka.dtd.DTDDecl
 
name - Variable in class com.wutka.dtd.DTDElement
The name of the element
name - Variable in class com.wutka.dtd.DTDEntity
 
name - Variable in class com.wutka.dtd.DTDNotation
 
ndata - Variable in class com.wutka.dtd.DTDEntity
 
NONE - Static variable in class com.wutka.dtd.DTDCardinal
Indicates no cardinality (implies a single object)
notations - Variable in class com.wutka.dtd.DTD
Contains all the notations defined in the DTD

O

ONEMANY - Static variable in class com.wutka.dtd.DTDCardinal
Indicates that there can be one-to-many occurrances of an item
OPTIONAL - Static variable in class com.wutka.dtd.DTDCardinal
Indicates that an item is optional (zero-to-one)

P

parse() - Method in class com.wutka.dtd.DTDParser
Parses the DTD file and returns a DTD object describing the DTD.
parse(boolean) - Method in class com.wutka.dtd.DTDParser
Parses the DTD file and returns a DTD object describing the DTD.
parseAttdef(Scanner, DTDElement, DTDAttlist) - Method in class com.wutka.dtd.DTDParser
 
parseAttlist() - Method in class com.wutka.dtd.DTDParser
 
parseCardinality() - Method in class com.wutka.dtd.DTDParser
 
parseChildren(DTDElement) - Method in class com.wutka.dtd.DTDParser
 
parseChoiceSequence() - Method in class com.wutka.dtd.DTDParser
 
parseContentSpec(Scanner, DTDElement) - Method in class com.wutka.dtd.DTDParser
 
parseCP() - Method in class com.wutka.dtd.DTDParser
 
parseElement() - Method in class com.wutka.dtd.DTDParser
 
parseEntity() - Method in class com.wutka.dtd.DTDParser
 
parseEntityDef(DTDEntity) - Method in class com.wutka.dtd.DTDParser
 
parseEnumeration() - Method in class com.wutka.dtd.DTDParser
 
parseMixed(DTDElement) - Method in class com.wutka.dtd.DTDParser
 
parseNotation() - Method in class com.wutka.dtd.DTDParser
 
parseNotationList() - Method in class com.wutka.dtd.DTDParser
 
parseTopLevelElement() - Method in class com.wutka.dtd.DTDParser
 
pub - Variable in class com.wutka.dtd.DTDPublic
 

R

remove(DTDItem) - Method in class com.wutka.dtd.DTDContainer
Removes an element from the container
remove(String) - Method in class com.wutka.dtd.DTDEnumeration
Removes a value from the list of values
remove(String) - Method in class com.wutka.dtd.DTDNotationList
Removes an item from the list of notation values
removeElements(Hashtable, DTD, DTDItem) - Method in class com.wutka.dtd.DTDParser
 
REQUIRED - Static variable in class com.wutka.dtd.DTDDecl
 
rootElement - Variable in class com.wutka.dtd.DTD
Contains the element that is most likely the root element or null if the root element can't be determined.

S

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(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(Object, int) - Method in class com.wutka.dtd.DTD
Stores an item in the items array
setItem(String[]) - Method in class com.wutka.dtd.DTDEnumeration
Sets the items 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.DTDEnumeration
Stores an item in the enumeration
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
 

T

text - Variable in class com.wutka.dtd.DTDComment
The comment text
text - Variable in class com.wutka.dtd.DTDProcessingInstruction
The processing instruction text
toString() - Method in class com.wutka.dtd.DTDComment
 
toString() - Method in class com.wutka.dtd.DTDProcessingInstruction
 
type - Variable in class com.wutka.dtd.DTDAttribute
The type of the attribute (either String, DTDEnumeration or DTDNotationList)
type - Variable in class com.wutka.dtd.DTDCardinal
 
type - Variable in class com.wutka.dtd.DTDDecl
 

U

uriID - Variable in class com.wutka.dtd.DTDParseException
 

V

value - Variable in class com.wutka.dtd.DTDEntity
 
value - Variable in class com.wutka.dtd.DTDName
 
VALUE - Static variable in class com.wutka.dtd.DTDDecl
 

W

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

Z

ZEROMANY - Static variable in class com.wutka.dtd.DTDCardinal
Indicates that there can be zero-to-many occurrances of an item

A C D E F G I L N O P R S T U V W Z