All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.tok.Token

java.lang.Object
   |
   +----com.jclark.xml.tok.Token

public class Token
extends Object
Represents information returned by the tokenizing methods in Encoding.

See Also:
tokenizeContent, tokenizeProlog, tokenizeAttributeValue, tokenizeEntityValue

Constructor Index

 o Token()

Method Index

 o getNameEnd()
 o getRefChar()
 o getRefCharPair(char[], int)
 o getTokenEnd()
 o setNameEnd(int)
 o setTokenEnd(int)

Constructors

 o Token
 public Token()

Methods

 o getTokenEnd
 public final int getTokenEnd()
 o setTokenEnd
 protected final void setTokenEnd(int i)
 o getNameEnd
 public final int getNameEnd()
 o setNameEnd
 protected final void setNameEnd(int i)
 o getRefChar
 public final char getRefChar()
 o getRefCharPair
 public final void getRefCharPair(char ch[],
                                  int off)

All Packages  Class Hierarchy  This Package  Previous  Next  Index