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(ServerExpression arg1) |
XsQNameExpr |
FnExpr.nodeName(ServerExpression arg)
Returns an expanded-QName for node kinds that can have names.
|
XsQNameExpr |
XsExpr.QName(ServerExpression arg1)
Constructs or casts an expression to the xs:QName server data type.
|
XsQNameExpr |
FnExpr.QName(ServerExpression paramURI,
ServerExpression paramQName)
Returns an xs:QName with the namespace URI given in paramURI.
|
XsQNameExpr |
FnExpr.QName(ServerExpression paramURI,
java.lang.String paramQName)
Returns an xs:QName with the namespace URI given in paramURI.
|
XsQNameExpr |
XdmpExpr.QNameFromKey(ServerExpression key)
Construct a QName from a string of the form "{namespaceURI}localname".
|
XsQNameExpr |
FnExpr.resolveQName(ServerExpression qname,
ServerExpression 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(ServerExpression value)
Returns the name of the simple type of the atomic value argument as an xs:QName.
|
Modifier and Type | Method and Description |
---|---|
XsQNameSeqExpr |
XsExpr.QNameSeq(XsQNameExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
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-2018 MarkLogic Corporation.