| 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(String name,
String value)
This function constructs an XML attribute with the name (which can be a string or QName) and atomic value.
|
abstract AttributeNodeExpr |
PlanBuilder.xmlAttribute(XsQNameExpr name,
XsAnyAtomicTypeExpr 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 AttributeNodeSeqExpr |
PlanBuilder.xmlAttributeSeq(AttributeNodeExpr... attribute) |
abstract ElementNodeExpr |
PlanBuilder.xmlElement(String name,
AttributeNodeExpr... attributes)
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-2017 MarkLogic Corporation.