Uses of Class
cdc.util.data.paths.SPath
-
Packages that use SPath Package Description cdc.util.data cdc.util.data.paths cdc.util.data.tools cdc.util.data.util -
-
Uses of SPath in cdc.util.data
Method parameters in cdc.util.data with type arguments of type SPath Modifier and Type Method Description static Predicate<Node>Element. matching(Set<SPath> paths) -
Uses of SPath in cdc.util.data.paths
Method parameters in cdc.util.data.paths with type arguments of type SPath Modifier and Type Method Description static Predicate<Element>SPath. toStandardPredicate(Collection<SPath> paths) -
Uses of SPath in cdc.util.data.tools
Fields in cdc.util.data.tools with type parameters of type SPath Modifier and Type Field Description Set<SPath>XmlCheckClassRefs.MainArgs. pathsSet of attributes and elements to analyze.Set<SPath>XmlNormalizer.MainArgs. removedSet of attributes and elements to remove.Map<SPath,UnaryOperator<String>>XmlNormalizer.MainArgs. renamedRenaming of attributes names and elements names.Set<SPath>XmlNormalizer.MainArgs. scrambledSet of attributes and elements to scramble.Map<SPath,UnaryOperator<String>>XmlNormalizer.MainArgs. setSetting of attributes values and elements contents. -
Uses of SPath in cdc.util.data.util
Method parameters in cdc.util.data.util with type arguments of type SPath Modifier and Type Method Description static StringDataUtils. applyOnAttribute(Map<SPath,UnaryOperator<String>> map, Element parent, String attributeName, String value)static StringDataUtils. applyOnElement(Map<SPath,UnaryOperator<String>> map, Element element, String value)static StringDataUtils. applyOnElement(Map<SPath,UnaryOperator<String>> map, Parent parent, String elementName, String value)static TextPredicateTextPredicate. fromElementPaths(Collection<SPath> paths)static TextContentConverterTextContentConverter. fromPathContentFunctionMap(Map<SPath,UnaryOperator<String>> map)static AttributeNameConverterAttributeNameConverter. fromPathNameFunctionMap(Map<SPath,UnaryOperator<String>> map)Creates a new AttributeNameConverter from a Map of SPath to converter functions.static ElementNameConverterElementNameConverter. fromPathNameFunctionMap(Map<SPath,UnaryOperator<String>> map)static AttributePredicateAttributePredicate. fromPaths(Collection<SPath> paths)static ElementPredicateElementPredicate. fromPaths(Collection<SPath> paths)static AttributeValueConverterAttributeValueConverter. fromPathValueFunctionMap(Map<SPath,UnaryOperator<String>> map)
-