Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
Modifier and Type | Method and Description |
---|---|
ElementNodeExpr |
FnExpr.analyzeString(ServerExpression in,
ServerExpression regex)
The result of the function is a new element node whose string value is the original string, but which contains markup to show which parts of the input match the regular expression.
|
ElementNodeExpr |
FnExpr.analyzeString(ServerExpression in,
ServerExpression regex,
ServerExpression flags)
The result of the function is a new element node whose string value is the original string, but which contains markup to show which parts of the input match the regular expression.
|
ElementNodeExpr |
FnExpr.analyzeString(java.lang.String in,
java.lang.String regex)
The result of the function is a new element node whose string value is the original string, but which contains markup to show which parts of the input match the regular expression.
|
ElementNodeExpr |
FnExpr.analyzeString(java.lang.String in,
java.lang.String regex,
java.lang.String flags)
The result of the function is a new element node whose string value is the original string, but which contains markup to show which parts of the input match the regular expression.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(ServerExpression name)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(ServerExpression name,
ServerExpression attributes)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(ServerExpression name,
ServerExpression attributes,
ServerExpression... content)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(java.lang.String name)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(java.lang.String name,
AttributeNodeExpr... attributes)
Deprecated.
(as of 4.2) pass a
ServerExpression for the last parameter |
abstract ElementNodeExpr |
PlanBuilder.xmlElement(java.lang.String name,
ServerExpression attributes)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(java.lang.String name,
ServerExpression attributes,
ServerExpression... content)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
Copyright © 2013-2018 MarkLogic Corporation.