| Modifier and Type | Method and Description |
|---|---|
ServerExpression |
langString(ServerExpression string,
ServerExpression lang)
Returns an rdf:langString value with the given
value and language tag.
|
ServerExpression |
langString(ServerExpression string,
java.lang.String lang)
Returns an rdf:langString value with the given
value and language tag.
|
ServerExpression |
langStringLanguage(ServerExpression val)
Returns the language of an rdf:langString
value.
|
langString,
langStringSeqServerExpression 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)ServerExpression 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)ServerExpression langStringLanguage(ServerExpression val)
Provides a client interface to the rdf:langString-language server function.
val - The rdf:langString value. (of rdf:langString)Copyright © 2024 MarkLogic Corporation. All Rights Reserved.