Uses of Interface
cdc.util.data.util.ElementNameConverter
-
Packages that use ElementNameConverter Package Description cdc.util.data.util cdc.util.data.xml -
-
Uses of ElementNameConverter in cdc.util.data.util
Fields in cdc.util.data.util declared as ElementNameConverter Modifier and Type Field Description static ElementNameConverterElementNameConverter. IDENTITYAn element name converter that returns the name unchanged.Methods in cdc.util.data.util that return ElementNameConverter Modifier and Type Method Description default ElementNameConverterElementNameConverter. andThen(ElementNameConverter other)Returns a converter that first applies this converter and thenother.default ElementNameConverterElementNameConverter. compose(ElementNameConverter other)Returns a converter that first appliesotherthen this converter.static ElementNameConverterElementNameConverter. fromNameFunction(UnaryOperator<String> function)Creates a new ElementNameConverter from a name converter function.static ElementNameConverterElementNameConverter. fromNameMap(Map<String,String> map)Creates a new AttributeNameConverter from a map.static ElementNameConverterElementNameConverter. fromPathMap(Map<SPath,String> map)Methods in cdc.util.data.util with parameters of type ElementNameConverter Modifier and Type Method Description default ElementNameConverterElementNameConverter. andThen(ElementNameConverter other)Returns a converter that first applies this converter and thenother.default ElementNameConverterElementNameConverter. compose(ElementNameConverter other)Returns a converter that first appliesotherthen this converter.static voidDataUtils. setNameOfMatchingElements(Parent parent, Predicate<? super Element> predicate, ElementNameConverter converter, Evaluator<? super Parent> evaluator)Sets the name of matching elements. -
Uses of ElementNameConverter in cdc.util.data.xml
Fields in cdc.util.data.xml declared as ElementNameConverter Modifier and Type Field Description protected ElementNameConverterXmlDataReader. elementNameConverterElement name converter.Methods in cdc.util.data.xml that return ElementNameConverter Modifier and Type Method Description ElementNameConverterXmlDataReader. getElementNameConverter()Methods in cdc.util.data.xml with parameters of type ElementNameConverter Modifier and Type Method Description voidXmlDataReader. setElementNameConverter(ElementNameConverter converter)Sets the element name converter.
-