Class XMLCompareWalker


public class XMLCompareWalker extends BaseElementWalker
  • Constructor Details

    • XMLCompareWalker

      public XMLCompareWalker(KElement e1, KElement e2)
      Parameters:
      w -
  • Method Details

    • setPrecision

      public void setPrecision(double precision)
      Parameters:
      precision - the precision delta to set
    • compare

      public Map<String,MyPair<String,String>> compare()
      Parameters:
      e -
      Returns:
      the number of xpaths
    • getStandardWalker

      public static XMLCompareWalker getStandardWalker(KElement e1, KElement e2)
    • setStandard

      public void setStandard()
    • setMethod

      public void setMethod(int method)
      Parameters:
      method - the method to set
    • addIgnore

      public void addIgnore(Collection<String> keys, boolean valueOnly)
      Parameters:
      keys -
      valueOnly -
    • addIgnore

      public void addIgnore(String key, boolean valueOnly)
      Parameters:
      key -
      valueOnly -