public static class PathQueryNode.QueryText
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
QueryText(java.lang.CharSequence value,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
PathQueryNode.QueryText |
clone() |
int |
getBegin() |
int |
getEnd() |
java.lang.CharSequence |
getValue() |
java.lang.String |
toString() |
public 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.ObjectCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.