public class XMLToken
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
context |
private int |
endOffset |
private int |
startOffset |
| Constructor and Description |
|---|
XMLToken(int context,
int startOffset,
int endOffset)
Creates a new instance of XMLToken
|
| Modifier and Type | Method and Description |
|---|---|
int |
getContext() |
int |
getEndOffset() |
int |
getStartOffset() |