Alphabetical Index

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

A

add(com.wutka.dtd.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 - field in class com.wutka.dtd.DTDAttlist
The attlist's attributes
attributes - field in class com.wutka.dtd.DTDElement
The element's attributes

C

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

D

decl - field in class com.wutka.dtd.DTDAttribute
The attribute's declaration (required, fixed, implied)
defaultLocation - field in class com.wutka.dtd.DTDEntity
defaultLocation - field in class com.wutka.dtd.DTDParser
defaultValue - field in class com.wutka.dtd.DTDAttribute
The attribute's default value (null if not declared)
DTD - class com.wutka.dtd.DTD
Represents a parsed Document Type Definition
dtd - field in class com.wutka.dtd.DTDParser
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
Creates a new DTDContainer
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
DTDEntity(String,Object) - 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(com.wutka.dtd.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
Creates a new DTDContainer
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 - class 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(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(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(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 com.wutka.dtd.DTDPCData
Represents the #PCDATA keyword in an Element's content spec
DTDPCData() - constructor for class com.wutka.dtd.DTDPCData
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 - field in class com.wutka.dtd.DTD
Contains all the elements defined in the DTD
entities - field 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 class com.wutka.dtd.EntityExpansion
expect(com.wutka.dtd.TokenType) - method in class com.wutka.dtd.DTDParser
externalDTDs - field in class com.wutka.dtd.DTD
Contains parsed DTD's for any external entity DTD declarations
externalID - field in class com.wutka.dtd.DTDEntity
externalID - field in class com.wutka.dtd.DTDNotation

F

FIXED - static field 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
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 field in class com.wutka.dtd.DTDDecl
isParsed - field in class com.wutka.dtd.DTDEntity
isParsed() - method in class com.wutka.dtd.DTDEntity
Returns the isParsed flag
items - field in class com.wutka.dtd.DTD
Contains all the items defined in the DTD in their original order
items - field in class com.wutka.dtd.DTDContainer
items - field in class com.wutka.dtd.DTDEnumeration
items - field in class com.wutka.dtd.DTDNotationList

L

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

N

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

O

ONEMANY - static field in class com.wutka.dtd.DTDCardinal
Indicates that there can be one-to-many occurrances of an item
OPTIONAL - static field 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.
parseAttlist() - method in class com.wutka.dtd.DTDParser
parseCardinality() - method in class com.wutka.dtd.DTDParser
parseChildren(com.wutka.dtd.DTDElement) - method in class com.wutka.dtd.DTDParser
parseChoiceSequence() - 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(com.wutka.dtd.DTDEntity) - method in class com.wutka.dtd.DTDParser
parseEnumeration() - method in class com.wutka.dtd.DTDParser
parseMixed(com.wutka.dtd.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 - field in class com.wutka.dtd.DTDPublic

R

remove(com.wutka.dtd.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
REQUIRED - static field in class com.wutka.dtd.DTDDecl
rootElement - field 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 - field in class com.wutka.dtd.DTDParser
Sets a specific attribute in the list
Sets the list of attributes
Stores an attribute in this element
setCardinal(com.wutka.dtd.DTDCardinal) - method in class com.wutka.dtd.DTDItem
Sets the cardinality of the item
setContent(com.wutka.dtd.DTDItem) - method in class com.wutka.dtd.DTDElement
Sets the content type of this element
setDecl(com.wutka.dtd.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
Sets the external ID for the entity
Sets the external ID
setIsParsed(boolean) - method in class com.wutka.dtd.DTDEntity
Sets the isParsed flag
setItem(com.wutka.dtd.DTDItem,int) - method in class com.wutka.dtd.DTDContainer
Stores an item in the container
setItem(com.wutka.dtd.DTDItem[]) - method in class com.wutka.dtd.DTDContainer
Stores items in the container
setItem(Object,int) - method in class com.wutka.dtd.DTD
Stores an item in the items array
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
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
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(com.wutka.dtd.TokenType) - method in class com.wutka.dtd.DTDParser
system - field in class com.wutka.dtd.DTDExternalID

T

text - field in class com.wutka.dtd.DTDComment
The comment text
text - field 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 - field in class com.wutka.dtd.DTDAttribute
The type of the attribute (either String, DTDEnumeration or DTDNotationList)
type - field in class com.wutka.dtd.DTDCardinal
type - field in class com.wutka.dtd.DTDDecl

U

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

V

VALUE - static field in class com.wutka.dtd.DTDDecl
value - field in class com.wutka.dtd.DTDEntity
value - field in class com.wutka.dtd.DTDName

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
Writes out a declaration for this item
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 class 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 field in class com.wutka.dtd.DTDCardinal
Indicates that there can be zero-to-many occurrances of an item

Copyright (c) 2001 Mark Wutka.