public static class QueryOptions.QuerySearchableExpression extends Object
Constructor and Description |
---|
QuerySearchableExpression()
Construct a QuerySearchableExpression
|
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 QuerySearchableExpression()
public 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-2016 MarkLogic Corporation.