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)TextElement. addText(String content, boolean merge)TextElement. addText(String content, TextKind kind)Adds a text as last child.TextElement. addText(String content, TextKind kind, boolean merge)Adds a text as last child.TextText. appendContent(char[] str, int offset, int len)TextText. appendContent(CharSequence cs, int start, int end)TextText. appendContent(String content)TextText. clearContent()TextText. clone(boolean recurse)TextText. setContent(String content)TextText. setIndex(int to)TextText. setKind(TextKind kind)TextText. setParent(Parent parent)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.
-