org.jaxen.saxpath.base
class Token extends Object
| Field Summary | |
|---|---|
| String | parseText |
| int | tokenBegin |
| int | tokenEnd |
| int | tokenType |
| Constructor Summary | |
|---|---|
| Token(int tokenType, String parseText, int tokenBegin, int tokenEnd) | |
| Method Summary | |
|---|---|
| int | getTokenBegin() |
| int | getTokenEnd() |
| String | getTokenText() |
| int | getTokenType() |
| void | setParseText(String parseText) |
| void | setTokenBegin(int tokenBegin) |
| void | setTokenEnd(int tokenEnd) |
| void | setTokenType(int tokenType) |
| String | toString() |