public abstract class PathReference extends Reference
cts:path-reference
function.
This class represents a reference to a path value lexicon
(path range index).Constructor and Description |
---|
PathReference() |
Modifier and Type | Method and Description |
---|---|
void |
append(StringBuilder buf) |
abstract String |
getPathExpression()
Get the path range expression represented by this lexicon.
|
String[] |
getUserDefinedOptions()
Get user-defined options for the path reference.
|
public void append(StringBuilder buf)
public abstract String getPathExpression()
This path expression must correspond to the path expression used to create an existing path range index.
public String[] getUserDefinedOptions()
This method corresponds to the $options parameter of the path
reference function. Override this method to pass options to the path
reference function. For a list of available options, see
cts:path-reference
in the XQuery and XSLT Reference.
> Copyright © 2017 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com