public class QueryInContext extends Object implements Serializable
| Constructor and Description |
|---|
QueryInContext(Path context,
QueryExpression query)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getContext()
Returns the path under which the query needs to be interpreted
|
QueryExpression |
getQuery()
Returns the query that needs to be interpreted under the context path
|
String |
toString() |
public QueryInContext(Path context, QueryExpression query)
public Path getContext()
public QueryExpression getQuery()
Copyright © 2015. All rights reserved.