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