All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

add(int). Method in class IntSet
Adds a number
add(IntSet). Method in class IntSet
Add a set to the current set.
addAttribute(String, String). Method in class XMLElement
addChild(XMLNode). Method in class XMLElement

C

children. Variable in class XMLElement
clone(). Method in class IntSet
Clones the IntSet.
COMMENT. Static variable in interface XMLTokens

D

DEFAULT. Static variable in interface XMLTokens
delete(int). Method in class IntSet
Removes a number
delete(IntSet). Method in class IntSet
Delete all members of a set from the current set.
delete(XMLParser, int). Method in interface XMLParserUser
Method called when an unexpected token is found.
DOCTYPE. Static variable in interface XMLTokens
dumpTree(PrintStream). Method in class XMLComment
dumpTree(PrintStream). Method in class XMLData
dumpTree(PrintStream). Method in class XMLElement
dumpTree(PrintStream). Method in class XMLNode
dumpTree(PrintStream). Method in class XMLPI
dumpTree(PrintStream). Method in class XMLRoot

E

EMPTY. Static variable in interface XMLTokens
ENCODING. Static variable in interface XMLTokens
ENDPI. Static variable in interface XMLTokens
EOF. Static variable in interface XMLTokens
EQ. Static variable in interface XMLTokens
equals(Object). Method in class IntSet
Compares this object against the specified object.
error(XMLParser, String). Method in interface XMLParserUser
Method called to print an error, i.e., a message about a situation which inhibits further processing after the parsing is finished.
ETAGO. Static variable in interface XMLTokens

G

getChildren(). Method in class XMLElement
getColno(). Method in class XMLTokenizer
Return current column number
getLineno(). Method in class XMLTokenizer
Return current line number
getName(). Method in class XMLElement
GT. Static variable in interface XMLTokens

H

hashCode(). Method in class IntSet
Gets the hashcode.
hasMember(int). Method in class IntSet
Checks for presence of a number

I

IDINFO. Static variable in interface XMLTokens
insert(XMLParser, int). Method in interface XMLParserUser
Method called when an expected token is not found.
IntSet(). Constructor for class IntSet
Creates an empty set.
IntSet(int). Constructor for class IntSet
Initialize with 1 number in the set
IntSet(int, int). Constructor for class IntSet
Initialize with 2 numbers in the set
IntSet(int, int, int). Constructor for class IntSet
Initialize with 3 numbers in the set
IntSet(int, int, int, int). Constructor for class IntSet
Initialize with 4 numbers in the set
IntSet(int, int, int, int, int). Constructor for class IntSet
Initialize with 5 numbers in the set
IntSet(int, int, int, int, int, int). Constructor for class IntSet
Initialize with 6 numbers in the set
IntSet(int, int, int, int, int, int, int). Constructor for class IntSet
Initialize with 7 numbers in the set
IntSet(int, int, int, int, int, int, int, int). Constructor for class IntSet
Initialize with 8 numbers in the set
IntSet(int, int, int, int, int, int, int, int, int). Constructor for class IntSet
Initialize with 9 numbers in the set
IntSet(int, int, int, int, int, int, int, int, int, int). Constructor for class IntSet
Initialize with 10 numbers in the set
IntSet(int, int, int, int, int, int, int, int, int, int, int). Constructor for class IntSet
Initialize with 11 numbers in the set
IntSet(int, int, int, int, int, int, int, int, int, int, int, int). Constructor for class IntSet
Initialize with 12 numbers in the set
IntSet(int[]). Constructor for class IntSet
Creates a set initialized from an array of integers.
ISO88591InputStream(InputStream). Constructor for class ISO88591InputStream
Initializer: creates a new ISO8859-1 stream.

L

LITERAL. Static variable in interface XMLTokens
LT. Static variable in interface XMLTokens

M

main(String[]). Static method in class xmltest
Test the XML parser
main2(String[]). Static method in class xmltest
Test the tokenizer
MSDATA. Static variable in interface XMLTokens
MSEND. Static variable in interface XMLTokens
MSSTART. Static variable in interface XMLTokens

N

NAME. Static variable in interface XMLTokens
next(). Method in class XMLTokenizer
Return next token, storing any associated information in a String that is available by calling value().

P

PCDATA. Static variable in interface XMLTokens
PI. Static variable in interface XMLTokens
protect(String). Method in class XMLNode
Print a string with certain characters replaced by entities

R

readChar(). Method in interface CharInputStream
Read and return a character, or -1 at end of file
readChar(). Method in class ISO88591InputStream
Return next character.
readChar(). Method in class UTF8InputStream
Return next character.
restrictTo(IntSet). Method in class IntSet
Restrict the set to the intersection with another set

S

setEmpty(). Method in class XMLElement
setEncoding(String). Method in class XMLTokenizer
Set the encoding of the input stream.
setExtID(String). Method in class XMLRoot
setIDs(String). Method in class XMLRoot
setRefs(String). Method in class XMLRoot
setRoot(String). Method in class XMLRoot
size(). Method in class IntSet
Calculates and returns the set's size

T

tokenNames. Static variable in interface XMLTokens
toString(). Method in class IntSet
Converts the IntSet to a String.

U

UNCLOSED_COMMENT. Static variable in interface XMLTokens
UNCLOSED_LIT. Static variable in interface XMLTokens
UNCLOSED_MS. Static variable in interface XMLTokens
UNCLOSED_PI. Static variable in interface XMLTokens
UNKNOWN_ENT. Static variable in interface XMLTokens
UNKNOWN_MARKUP. Static variable in interface XMLTokens
UNKNOWN_XML. Static variable in interface XMLTokens
UnknownEncoding(). Constructor for class UnknownEncoding
Constructs an UnknowEncoding with no detail message.
UnknownEncoding(String). Constructor for class UnknownEncoding
Constructs an UnknownEncoding with the specified detail message.
UTF8InputStream(InputStream). Constructor for class UTF8InputStream
Initializer: creates a new UTF8 stream.

V

value(). Method in class XMLTokenizer
Return the String associated with the current token.

W

warning(XMLParser, String). Method in interface XMLParserUser
Method called to print a warning, i.e., a message about a possible error, but which does not inhibit further processing after the parsing is finished.

X

XMLComment(String). Constructor for class XMLComment
XMLData(String). Constructor for class XMLData
XMLElement(String). Constructor for class XMLElement
XMLNode(). Constructor for class XMLNode
XMLParser(InputStream, XMLParserUser, int[], XMLNode[]). Constructor for class XMLParser
Construct a new XMLParser object, giving an XMLStreamTokenizer to read from and an object that implements XMLParserUser.
XMLParser(InputStream, XMLParserUser, String, int[], XMLNode[]). Constructor for class XMLParser
Construct a new XMLParse object, giving an XMLStreamTokenizer to read from and an object that implements XMLParserUser.
XMLPI(String). Constructor for class XMLPI
XMLRoot(). Constructor for class XMLRoot
xmltest(). Constructor for class xmltest
XMLTokenizer(InputStream). Constructor for class XMLTokenizer
Constructor: creates a tokenizer, given a raw byte stream.
XMLTokenizer(InputStream, String). Constructor for class XMLTokenizer
Constructor: creates a tokenizer, given a raw byte stream.