Package org.jaxen.saxpath.base
Class Token
- java.lang.Object
-
- org.jaxen.saxpath.base.Token
-
class Token extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringparseTextprivate inttokenBeginprivate inttokenEndprivate inttokenType
-
Constructor Summary
Constructors Constructor Description Token(int tokenType, java.lang.String parseText, int tokenBegin, int tokenEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetTokenBegin()(package private) intgetTokenEnd()(package private) java.lang.StringgetTokenText()(package private) intgetTokenType()private voidsetParseText(java.lang.String parseText)private voidsetTokenBegin(int tokenBegin)private voidsetTokenEnd(int tokenEnd)private voidsetTokenType(int tokenType)java.lang.StringtoString()
-
-
-
Method Detail
-
setTokenType
private void setTokenType(int tokenType)
-
getTokenType
int getTokenType()
-
setParseText
private void setParseText(java.lang.String parseText)
-
getTokenText
java.lang.String getTokenText()
-
setTokenBegin
private void setTokenBegin(int tokenBegin)
-
getTokenBegin
int getTokenBegin()
-
setTokenEnd
private void setTokenEnd(int tokenEnd)
-
getTokenEnd
int getTokenEnd()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-