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