| 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 |
|---|---|
XsQNameExpr |
SemExpr.iriToQName(XsStringExpr arg1) |
XsQNameExpr |
FnExpr.nodeName(NodeExpr arg)
Returns an expanded-QName for node kinds that can have names.
|
XsQNameExpr |
XsExpr.QName(XsAnyAtomicTypeExpr arg1)
Constructs or casts an expression to the xs:QName server data type.
|
XsQNameExpr |
FnExpr.QName(XsStringExpr paramURI,
String paramQName)
Returns an
xs:QName with the namespace URI given in paramURI. |
XsQNameExpr |
FnExpr.QName(XsStringExpr paramURI,
XsStringExpr paramQName)
Returns an
xs:QName with the namespace URI given in paramURI. |
XsQNameExpr |
XdmpExpr.QNameFromKey(XsStringExpr key)
Construct a QName from a string of the form “{namespaceURI}localname”.
|
XsQNameExpr |
FnExpr.resolveQName(XsStringExpr qname,
ElementNodeExpr element)
Returns an
xs:QName value (that is, an expanded QName) by taking an xs:string that has the lexical form of an xs:QName (a string in the form “prefix:local-name” or “local-name”) and resolving it using the in-scope namespaces for a given element. |
XsQNameExpr |
XdmpExpr.type(XsAnyAtomicTypeExpr value)
Returns the name of the simple type of the atomic value argument as an
xs:QName. |
| Modifier and Type | Method and Description |
|---|---|
XsStringExpr |
XdmpExpr.keyFromQName(XsQNameExpr name)
Construct a context-independent string from a QName.
|
XsNCNameExpr |
FnExpr.localNameFromQName(XsQNameExpr arg)
Returns an
xs:NCName representing the local part of arg. |
XsAnyURIExpr |
FnExpr.namespaceUriFromQName(XsQNameExpr arg)
Returns the namespace URI for arg as an
xs:string. |
XsNCNameExpr |
FnExpr.prefixFromQName(XsQNameExpr arg)
Returns an
xs:NCName representing the prefix of arg. |
XsQNameSeqExpr |
XsExpr.QNameSeq(XsQNameExpr... items)
Constructs a sequence of XsQNameExpr items.
|
SemIriExpr |
SemExpr.QNameToIri(XsQNameExpr arg1) |
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.
|
abstract ElementNodeExpr |
PlanBuilder.xmlElement(XsQNameExpr 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(XsQNameExpr name,
AttributeNodeSeqExpr 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(XsQNameExpr name,
AttributeNodeSeqExpr attributes,
XmlContentNodeExpr... content)
This function constructs an XML element with the name (which can be a string or QName), zero or more attributes, and child content.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlanColumn
An instance of a column expression returned by a col() call in a row pipeline.
|
interface |
PlanSystemColumn
An instance of a fragment id, graph id, or other system column for a row pipeline.
|
interface |
XsQNameVal
An instance of a server qualified name value.
|
Copyright © 2013-2017 MarkLogic Corporation.