Class XmlMatchingRule

  • All Implemented Interfaces:
    MatchingRule<String>

    public class XmlMatchingRule
    extends Object
    implements 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
    • Field Detail

      • LOGGER

        public static final Trace LOGGER
    • Constructor Detail

      • XmlMatchingRule

        public XmlMatchingRule()