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.Object
java.lang.CloneNotSupportedException
public java.lang.CharSequence getValue()
public int getBegin()
public int getEnd()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.