Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
abstract NodeSeqExpr |
PlanBuilder.xpath(PlanColumn column,
ServerExpression path)
This function extracts a sequence of child nodes from a column with node values -- especially, the document nodes from a document join.
|
abstract NodeSeqExpr |
PlanBuilder.xpath(java.lang.String column,
java.lang.String path)
This function extracts a sequence of child nodes from a column with node values -- especially, the document nodes from a document join.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ArrayNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
AttributeNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
AttributeNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
BooleanNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
BooleanNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
CommentNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
CommentNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
DocumentNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
DocumentNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ElementNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ElementNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
JsonContentNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
JsonContentNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
JsonRootNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
JsonRootNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
NodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
NullNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
NullNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
NumberNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
NumberNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ObjectNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ObjectNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ProcessingInstructionNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
ProcessingInstructionNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
TextNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
TextNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XmlContentNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XmlContentNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XmlRootNodeExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
interface |
XmlRootNodeSeqExpr
Deprecated.
(as of 4.2) Use
ServerExpression |
Copyright © 2013-2018 MarkLogic Corporation.