public static class PathQueryNode.QueryText extends Object implements Cloneable
Constructor and Description |
---|
PathQueryNode.QueryText(CharSequence value,
int begin,
int end) |
public PathQueryNode.QueryText(CharSequence value, int begin, int end)
value
- - text valuebegin
- - position in the query stringend
- - position in the query stringpublic PathQueryNode.QueryText clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public CharSequence getValue()
public int getBegin()
public int getEnd()