Uses of Class
cdc.util.data.paths.SPath
-
Packages that use SPath Package Description cdc.util.data 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.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,String>XmlNormalizer.MainArgs. renamedRenaming of attributes and elements.Set<SPath>XmlNormalizer.MainArgs. scrambledSet of attributes and elements to scramble.Map<SPath,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 TextPredicateTextPredicate. fromElementPaths(Collection<SPath> paths)static AttributeNameConverterAttributeNameConverter. fromPathMap(Map<SPath,String> map)static AttributeValueConverterAttributeValueConverter. fromPathMap(Map<SPath,String> map)static ElementNameConverterElementNameConverter. fromPathMap(Map<SPath,String> map)static TextContentConverterTextContentConverter. fromPathMap(Map<SPath,String> map)static AttributePredicateAttributePredicate. fromPaths(Collection<SPath> paths)static ElementPredicateElementPredicate. fromPaths(Collection<SPath> paths)
-