public class Replace.NestedString
extends java.lang.Object
Constructor and Description |
---|
NestedString() |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String val)
The text of the element.
|
java.lang.String |
getText() |
void |
setExpandProperties(boolean b)
Whether properties should be expanded in nested test.
|
public void setExpandProperties(boolean b)
If you use this class via its Java interface the text
you add via addText
has most likely been
expanded already so you do not want to set this to
true.
b
- booleanpublic void addText(java.lang.String val)
val
- the string to addpublic java.lang.String getText()