Modifier and Type | Method and Description |
---|---|
RdfLangStringExpr |
langString(ServerExpression string,
ServerExpression lang)
Returns an rdf:langString value with the given value and language tag.
|
RdfLangStringExpr |
langString(ServerExpression string,
java.lang.String lang)
Returns an rdf:langString value with the given value and language tag.
|
XsStringExpr |
langStringLanguage(ServerExpression val)
Returns the language of an rdf:langString value.
|
RdfLangStringSeqExpr |
langStringSeq(RdfLangStringExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
langString, langStringSeq
RdfLangStringExpr langString(ServerExpression string, java.lang.String lang)
Provides a client interface to the rdf:langString server function.
string
- The lexical value. (of xs:string)lang
- The language. (of xs:string)RdfLangStringExpr langString(ServerExpression string, ServerExpression lang)
Provides a client interface to the rdf:langString server function.
string
- The lexical value. (of xs:string)lang
- The language. (of xs:string)XsStringExpr langStringLanguage(ServerExpression val)
Provides a client interface to the rdf:langString-language server function.
val
- The rdf:langString value. (of rdf:langString)RdfLangStringSeqExpr langStringSeq(RdfLangStringExpr... items)
ServerExpression
sequence with PlanBuilder.seq()items
- the RdfLangStringExpr items collected by the sequenceCopyright © 2013-2018 MarkLogic Corporation.