|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
convert.xml.tok |
Uses of Token in convert.xml.tok |
---|
Subclasses of Token in convert.xml.tok | |
---|---|
class |
ContentToken
Represents information returned by Tokenizer.tokenizeContent . |
Methods in convert.xml.tok with parameters of type Token | |
---|---|
static int |
Tokenizer.tokenizeAttributeValue(char[] buf,
int off,
int end,
Token token)
Scans the first token of a char subarrary that contains part of literal attribute value. |
static int |
Tokenizer.tokenizeCdataSection(char[] buf,
int off,
int end,
Token token)
Scans the first token of a char subarrary that starts with the content of a CDATA section. |
static int |
Tokenizer.tokenizeEntityValue(char[] buf,
int off,
int end,
Token token)
Scans the first token of a char subarrary that contains part of literal entity value. |
static int |
Tokenizer.tokenizeProlog(char[] buf,
int off,
int end,
Token token)
Scans the first token of a char subarray that contains part of a prolog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |