Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E G I K L M N O P Q R S T W

A

AP - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Quoting sign.
a - Variable in class gnu.javax.swing.text.html.parser.support.low.Queue
 
add(Token) - Method in class gnu.javax.swing.text.html.parser.support.low.Queue
Add this trace to the end of the queue.
advanced - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
This is set to true each time the getNextToken is called.
append(char, int) - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Add the character.
appendTo(StringBuffer) - Method in class gnu.javax.swing.text.html.parser.support.low.Token
Append the token image to the given string buffer.

B

BEGIN - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Start of HTML token.
Buffer - class gnu.javax.swing.text.html.parser.support.low.Buffer.
A string buffer that additionally holds line and absolute postion information.
Buffer() - Constructor for class gnu.javax.swing.text.html.parser.support.low.Buffer
 
Buffer(String) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Buffer
 
b - Variable in class gnu.javax.swing.text.html.parser.support.low.Queue
 
bDIGIT - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Digits.
bLETTER - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
All letters, used in HTML names.
bLINEBREAK - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Both line breaks.
bNAME - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Valid name characters.
bQUOTING - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Both quoting characters.
bSINGLE_CHAR_TOKEN - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
All single char tokens.
bSPECIAL - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Non letters and non numbers, allowed in HTML names.
bWHITESPACE - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
All whitespace.
backup - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
The queue for supporting mark().
backupMode - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
If true, the returned tokens are also placed in the backup queue.
beginLine - Variable in class gnu.javax.swing.text.html.parser.support.low.Location
The line number, where the token starts.
buffer - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
The buffer to read document into.

C

COMMENT_END - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Comment closing sequence
COMMENT_OPEN - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Comment opening sequence.
COMMENT_TRIPLEDASH_END - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Special case ---> (also is treated as end of comment).
Constants - class gnu.javax.swing.text.html.parser.support.low.Constants.
The parser constants and operations, directly related to the parser constants.
Constants() - Constructor for class gnu.javax.swing.text.html.parser.support.low.Constants
 
category - Variable in class gnu.javax.swing.text.html.parser.support.low.Token
The additional category of token.
charAt(int) - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Return char at the given positon.
charImage - Variable in class gnu.javax.swing.text.html.parser.support.low.Token
The char image of the token.
charTokens - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Array of char tokens
chr - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
 
clear() - Method in class gnu.javax.swing.text.html.parser.support.low.Queue
Clear the queue.
consumeBuffer(Token) - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
 
current_line - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
Current line.

D

DOUBLE_DASH - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Double dash (--)
delete(int, int) - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Delete the range

E

END - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
End of HTML token.
ENTITY - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Named or numeric entity,
ENTITY_NAMED - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Named entity.
ENTITY_NUMERIC - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Numeric entity.
EOF - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
End of file.
EQ - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Equals sign.
ETX - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
The UNICODE "end of text" control code
EXCLAMATION - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Exclamation (indicates SGML or comment).
endLine - Variable in class gnu.javax.swing.text.html.parser.support.low.Location
The line, where the token ends.
endMatches(Buffer) - Method in class gnu.javax.swing.text.html.parser.support.low.Constants
Verifies if one of the tokens matches the end of string buffer.
endPosition - Variable in class gnu.javax.swing.text.html.parser.support.low.Location
The absolute token end position in the input stream, exclusive.
eofToken() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Create EOF token.
error(String, Token) - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Invokes the error handler.
expand() - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Double the buffer size.

G

get(int) - Method in class gnu.javax.swing.text.html.parser.support.low.Queue
Read the value ahead.
getChars(int, int, char[], int) - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Get the characters into array.
getEndOfLineSequence() - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Return the sequence, used to separate lines in the document.
getEndOfLineSequence() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Return the sequence, used to separate lines in the document.
getImage() - Method in class gnu.javax.swing.text.html.parser.support.low.Token
 
getLocation(int, int) - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Get location information for the given region.
getNextToken() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Get the next token.
getTokenAhead(int) - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Get a token, lying the given number of tokens ahead.
getTokenAhead() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Get a token, bein immediatley ahead.
gnu.javax.swing.text.html.parser.support.low - package gnu.javax.swing.text.html.parser.support.low
This package provides various specialised classes, needed by HTML parser.

I

INITIAL_SIZE - Static variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
 
isEmpty() - Method in class gnu.javax.swing.text.html.parser.support.low.Queue
True for the empty queue.

K

kind - Variable in class gnu.javax.swing.text.html.parser.support.low.Token
An integer that describes the kind of this token.
kind - Variable in class gnu.javax.swing.text.html.parser.support.low.node
The kind of the token to match.

L

Location - class gnu.javax.swing.text.html.parser.support.low.Location.
Defines a region in the text: its bounding positions and the line number.
Location() - Constructor for class gnu.javax.swing.text.html.parser.support.low.Location
 
Location(int) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Location
Special case, used to mark EOF.
length - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
Point to the next free position.
length() - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Return length of the occupied part of the buffer.
line - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
 

M

m - Variable in class gnu.javax.swing.text.html.parser.support.low.Queue
 
mark(boolean) - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Turns the backup mode on or off.
matches(ReaderTokenizer) - Method in class gnu.javax.swing.text.html.parser.support.low.pattern
Checks if the pattern can match the tokens in this tokenizer.

N

NUMTOKEN - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Sequence of valid name characters (can start from digit).
n_seen - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
True if the \n symbol has been seen.
next() - Method in class gnu.javax.swing.text.html.parser.support.low.Queue
Read the oldest value from the queue and remove this value from the queue.
node - class gnu.javax.swing.text.html.parser.support.low.node.
A text level content model node.
node(int, boolean) - Constructor for class gnu.javax.swing.text.html.parser.support.low.node
Creates the new node for matching a given kind of the token.
node(int) - Constructor for class gnu.javax.swing.text.html.parser.support.low.node
Creates the node, indicating that token must match exactluy one time.
nodes - Variable in class gnu.javax.swing.text.html.parser.support.low.pattern
The nodes of this pattern.

O

OTHER - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
All other tokens.
optional - Variable in class gnu.javax.swing.text.html.parser.support.low.node
True for node that is optional for the given position.

P

ParseException - exception gnu.javax.swing.text.html.parser.support.low.ParseException.
This can be thrown from various parsing methods.
ParseException(String, Throwable) - Constructor for class gnu.javax.swing.text.html.parser.support.low.ParseException
 
pattern - class gnu.javax.swing.text.html.parser.support.low.pattern.
The simple pattern, consisting from the sequence of tokens that may have the unary modifier '?'.
pattern(node[]) - Constructor for class gnu.javax.swing.text.html.parser.support.low.pattern
Create a pattern, containing the given list of nodes.
position - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
 

Q

QUOT - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Quoting sign.
Queue - class gnu.javax.swing.text.html.parser.support.low.Queue.
A token queue.
Queue() - Constructor for class gnu.javax.swing.text.html.parser.support.low.Queue
 
queue - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
The queue of found tokens.

R

ReaderTokenizer - class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer.
Reader splits the input char sequence into tokens.
ReaderTokenizer() - Constructor for class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Creates a new ReaderTokenizer.
r_seen - Variable in class gnu.javax.swing.text.html.parser.support.low.Buffer
True if the \r symbol has been seen.
read(int) - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Read the given number of the tokens.
readToken() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Read next token from the reader, add it to the queue
reader - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
The reader to read the document from.
readerPosition - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
The current reader position.
reset() - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Prepare for parsing the new document.
reset(Reader) - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Prepare for new parsing from the given stream.
reset() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Reset the internal cursor to the position where the mark() was last time called.

S

SCRIPT - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
The SCRIPT tag (needs special handling).
SCRIPT_CLOSE - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
SCRIPT element closing pattern.
SCRIPT_OPEN - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
SCRIPT element heading pattern.
SGML - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
SGML element heading pattern.
SLASH - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Slash (indicates closing tag).
STYLE - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
The STYLE tag (needs special handling).
STYLE_CLOSE - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
STYLE element closing pattern.
STYLE_OPEN - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
STYLE element heading pattern.
setLength(int) - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Truncate.
size() - Method in class gnu.javax.swing.text.html.parser.support.low.Queue
Size of the queue.
startPosition - Variable in class gnu.javax.swing.text.html.parser.support.low.Location
The absolute token start position in the input stream, inclusive.
stringImage - Variable in class gnu.javax.swing.text.html.parser.support.low.Token
The string image of the token, null if the char image must be used.
stringTokens - Variable in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Array of string tokens.

T

TAG - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
Ordinary HTML tag heading pattern.
Token - class gnu.javax.swing.text.html.parser.support.low.Token.
A token.
Token() - Constructor for class gnu.javax.swing.text.html.parser.support.low.Token
Creates a new token with fields, initialized to the default values.
Token(int, Location) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Token
Creates a new token of the given kind.
Token(int, char, Location) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Token
Creates a new token of the given kind and given single char image.
Token(int, String, Location) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Token
Creates a new token of the given kind and given string image.
Token(int, int, String, Location) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Token
Creates a new token of the given kind, category and given string image.
Token(Token, Token) - Constructor for class gnu.javax.swing.text.html.parser.support.low.Token
Creates a new token, where location fields are set as for token, spanning over two provided tokens and any tokens between them.
toString() - Method in class gnu.javax.swing.text.html.parser.support.low.Buffer
 
toString() - Method in class gnu.javax.swing.text.html.parser.support.low.Token
Returns the string image or, if null, the bounding positions.
tokenMatches() - Method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Check if the end of buffer matches one of the tokens.

W

WS - Static variable in class gnu.javax.swing.text.html.parser.support.low.Constants
HTML whitespace.
where - Variable in class gnu.javax.swing.text.html.parser.support.low.Token
The place of this token in the document.

A B C D E G I K L M N O P Q R S T W