| 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 |
|---|---|
SemInvalidExpr |
SemExpr.invalid(XsStringExpr string,
SemIriExpr datatype)
Returns a
sem:invalid value with the given literal value and datatype IRI. |
SemInvalidExpr |
SemExpr.invalid(XsStringExpr string,
String datatype)
Returns a
sem:invalid value with the given literal value and datatype IRI. |
| Modifier and Type | Method and Description |
|---|---|
SemIriExpr |
SemExpr.invalidDatatype(SemInvalidExpr val)
Returns the datatype IRI of a
sem:invalid value. |
SemInvalidSeqExpr |
SemExpr.invalidSeq(SemInvalidExpr... items)
Constructs a sequence of SemInvalidExpr items.
|
Copyright © 2013-2017 MarkLogic Corporation.