Uses of Interface
cdc.util.data.util.TextContentConverter
-
Packages that use TextContentConverter Package Description cdc.util.data.util cdc.util.data.xml -
-
Uses of TextContentConverter in cdc.util.data.util
Fields in cdc.util.data.util declared as TextContentConverter Modifier and Type Field Description static TextContentConverterTextContentConverter. IDENTITYMethods in cdc.util.data.util that return TextContentConverter Modifier and Type Method Description default TextContentConverterTextContentConverter. andThen(TextContentConverter other)Returns a converter that first applies this converter and thenother.default TextContentConverterTextContentConverter. compose(TextContentConverter other)Returns a converter that first appliesotherthen this converter.static TextContentConverterTextContentConverter. fromContentFunction(UnaryOperator<String> function)Creates a new TextContentConverter from a content converter function.static TextContentConverterTextContentConverter. fromContentMap(Map<String,String> map)Creates a new TextContentConverter from a map.static TextContentConverterTextContentConverter. fromNameMap(Map<String,String> map)static TextContentConverterTextContentConverter. fromPathMap(Map<SPath,String> map)static TextContentConverterTextContentConverter. fromString(String s)static TextContentConverterTextContentConverter. scramble(boolean preserveSpaces)Methods in cdc.util.data.util with parameters of type TextContentConverter Modifier and Type Method Description default TextContentConverterTextContentConverter. andThen(TextContentConverter other)Returns a converter that first applies this converter and thenother.default TextContentConverterTextContentConverter. compose(TextContentConverter other)Returns a converter that first appliesotherthen this converter.static voidDataUtils. setContentOfMatchingElements(Parent parent, ElementPredicate predicate, TextContentConverter converter, Evaluator<? super Parent> evaluator)static voidDataUtils. setContentOfMatchingTexts(Parent parent, TextPredicate predicate, TextContentConverter converter, Evaluator<? super Parent> evaluator)Sets the content of matching texts. -
Uses of TextContentConverter in cdc.util.data.xml
Fields in cdc.util.data.xml declared as TextContentConverter Modifier and Type Field Description protected TextContentConverterXmlDataReader. textContentConverterText content converter.Methods in cdc.util.data.xml that return TextContentConverter Modifier and Type Method Description TextContentConverterXmlDataReader. getTextContentConverter()Methods in cdc.util.data.xml with parameters of type TextContentConverter Modifier and Type Method Description voidXmlDataReader. setTextContentConverter(TextContentConverter converter)
-