Uses of Class
cdc.util.data.Text
-
Packages that use Text Package Description cdc.util.data cdc.util.data.util -
-
Uses of Text in cdc.util.data
Methods in cdc.util.data that return Text Modifier and Type Method Description TextElement. addText(String content)Adds a text as last child.TextElement. addText(String content, boolean merge)Adds a text as last child.TextText. clone(boolean recurse)Methods in cdc.util.data that return types with arguments of type Text Modifier and Type Method Description default Iterable<Text>Parent. getTexts()Constructors in cdc.util.data with parameters of type Text Constructor Description Text(Text other) -
Uses of Text in cdc.util.data.util
Methods in cdc.util.data.util with parameters of type Text Modifier and Type Method Description booleanTextPredicate. accepts(Parent parent, Text text)Returnstruewhen a text must be kept.
-