| 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 TextNodeExpr |
PlanBuilder.jsonString(String value)
This function constructs a JSON text node with the specified value.
|
abstract TextNodeExpr |
PlanBuilder.jsonString(XsAnyAtomicTypeExpr value)
This function constructs a JSON text node with the specified value.
|
abstract TextNodeExpr |
PlanBuilder.xmlText(String value)
This function constructs an XML text node with the specified value.
|
abstract TextNodeExpr |
PlanBuilder.xmlText(XsAnyAtomicTypeExpr value)
This function constructs an XML text node with the specified value.
|
Copyright © 2013-2017 MarkLogic Corporation.