public abstract class TextNode extends Node
Modifier and Type | Class and Description |
---|---|
static class |
TextNode.TextProcessingOptions
Options for the text processing of one query node.
|
indexOptions
Constructor and Description |
---|
TextNode() |
TextNode(TextNode.TextProcessingOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLang()
Get the ISO language code of this node
|
TextNode.TextProcessingOptions |
getOptions() |
void |
setLang(java.lang.String lang)
Set the ISO language code of this node
|
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
accept, cloneNode, copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public TextNode()
public TextNode(TextNode.TextProcessingOptions options)
public java.lang.String getLang()
public void setLang(java.lang.String lang)
public void toELLQL(java.lang.StringBuilder buffer, boolean sortNAry)
public TextNode.TextProcessingOptions getOptions()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.