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 |
---|---|
abstract AttributeNodeExpr |
PlanBuilder.xmlAttribute(ServerExpression name,
ServerExpression value)
This function constructs an XML attribute with the name (which can be a string or QName) and atomic value.
|
abstract AttributeNodeExpr |
PlanBuilder.xmlAttribute(java.lang.String name,
java.lang.String value)
This function constructs an XML attribute with the name (which can be a string or QName) and atomic value.
|
Modifier and Type | Method and Description |
---|---|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(java.lang.String name,
AttributeNodeExpr... attributes)
Deprecated.
(as of 4.2) pass a
ServerExpression for the last parameter |
Copyright © 2013-2018 MarkLogic Corporation.