public static class QueryOptions.QuerySearchableExpression extends Object
| Constructor and Description |
|---|
QueryOptions.QuerySearchableExpression()
Construct a QuerySearchableExpression
|
QueryOptions.QuerySearchableExpression(String path,
QueryOptions.ExpressionNamespaceBinding... bindings)
Construct a QuerySearchableExpression.
|
| Modifier and Type | Method and Description |
|---|---|
QueryOptions.ExpressionNamespaceBinding[] |
getBindings()
Gets the array of namespace to prefix bindings
|
String |
getPath()
Gets the String xPath expression
|
public QueryOptions.QuerySearchableExpression()
public QueryOptions.QuerySearchableExpression(String path, QueryOptions.ExpressionNamespaceBinding... bindings)
path - The XPath expression.bindings - Zero or more bindings of prefix to namespace URI, to support the prefixes in the XPath expression.public String getPath()
public QueryOptions.ExpressionNamespaceBinding[] getBindings()
Copyright © 2013-2015 MarkLogic Corporation.