convert.xml.tok
Class Token

java.lang.Object
  extended by convert.xml.tok.Token
Direct Known Subclasses:
ContentToken

public class Token
extends java.lang.Object

Represents information returned by the tokenizing methods in Tokenizer.

See Also:
Tokenizer.tokenizeContent(char[], int, int, convert.xml.tok.ContentToken), Tokenizer.tokenizeProlog(char[], int, int, convert.xml.tok.Token), Tokenizer.tokenizeAttributeValue(char[], int, int, convert.xml.tok.Token), Tokenizer.tokenizeEntityValue(char[], int, int, convert.xml.tok.Token)

Constructor Summary
Token()
           
 
Method Summary
 int getNameEnd()
           
 char getRefChar()
           
 void getRefCharPair(char[] ch, int off)
           
 int getTokenEnd()
           
protected  void setNameEnd(int i)
           
protected  void setTokenEnd(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Token

public Token()
Method Detail

getTokenEnd

public final int getTokenEnd()

setTokenEnd

protected final void setTokenEnd(int i)

getNameEnd

public final int getNameEnd()

setNameEnd

protected final void setNameEnd(int i)

getRefChar

public final char getRefChar()

getRefCharPair

public final void getRefCharPair(char[] ch,
                                 int off)