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 |
---|---|
XsGMonthDayVal |
XsValue.gMonthDay(java.lang.String value)
Takes a day and month as a string and constructs an xs:gMonthDay value
|
XsGMonthDayVal |
XsValue.gMonthDay(javax.xml.datatype.XMLGregorianCalendar value)
Takes a day and month as a XMLGregorianCalendar value and constructs an xs:gMonthDay value
|
Modifier and Type | Method and Description |
---|---|
XsGMonthDaySeqVal |
XsValue.gMonthDaySeq(XsGMonthDayVal... values)
Takes any number of xs:gMonthDay values and constructs an xs:gMonthDay sequence
|
Modifier and Type | Method and Description |
---|---|
XsGMonthDayVal[] |
XsGMonthDaySeqVal.getGMonthDayItems() |
Copyright © 2013-2020 MarkLogic Corporation.