Class XmlNormalizer
java.lang.Object
com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizer
com.evolveum.midpoint.prism.impl.polystring.XmlNormalizer
- All Implemented Interfaces:
- Normalizer<String>,- StringNormalizer
Normalizer for XML values.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NotNull QNamegetName()Returns the qualified name identifying this normalizer.static @NotNull XmlNormalizerinstance()booleanMatches two values.booleanmatchRegex(String a, String regex) Matches a value against regular expression (if supported).Returns a normalized version of the value.Methods inherited from class com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizerisIdentity, poly, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.normalization.NormalizernormalizeString
- 
Field Details- 
LOGGER
 
- 
- 
Constructor Details- 
XmlNormalizerpublic XmlNormalizer()
 
- 
- 
Method Details- 
matchDescription copied from interface:NormalizerMatches two values.
- 
matchRegexDescription copied from interface:NormalizerMatches a value against regular expression (if supported).
- 
normalizeDescription copied from interface:NormalizerReturns a normalized version of the value.
- 
getNameDescription copied from interface:NormalizerReturns the qualified name identifying this normalizer.
- 
instance
 
-