Class XmlMatchingRule
java.lang.Object
com.evolveum.midpoint.prism.impl.match.XmlMatchingRule
- All Implemented Interfaces:
- MatchingRule<String>
String matching rule that compares strings as XML snippets.
 The XML comparison is not schema aware. It will not handle
 QNames in values correctly. The comparison ignores XML formatting
 (whitespaces between elements).
- Author:
- Radovan Semancik
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()QName that identifies the rule.@NotNull XmlNormalizerReturns the normalizer corresponding to this rule.booleanReturns true if the rule can be applied to the specified XSD type.toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.match.MatchingRulematch, matchRegex, normalize
- 
Constructor Details- 
XmlMatchingRulepublic XmlMatchingRule()
 
- 
- 
Method Details- 
getNameDescription copied from interface:MatchingRuleQName that identifies the rule. This QName may be used to refer to this specific matching rule, it is an matching rule identifier.- Specified by:
- getNamein interface- MatchingRule<String>
 
- 
supportsDescription copied from interface:MatchingRuleReturns true if the rule can be applied to the specified XSD type.- Specified by:
- supportsin interface- MatchingRule<String>
 
- 
getNormalizerDescription copied from interface:MatchingRuleReturns the normalizer corresponding to this rule.- Specified by:
- getNormalizerin interface- MatchingRule<String>
 
- 
toString
 
-