Class Comparison.Detail

  • Enclosing class:
    Comparison

    public static class Comparison.Detail
    extends java.lang.Object
    The details of a target (usually some representation of an XML Node) that took part in the comparison.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getParentXPath()
      XPath leading to the target's parent.
      org.w3c.dom.Node getTarget()
      The actual target.
      java.lang.Object getValue()
      The value for comparison found at the current target.
      java.lang.String getXPath()
      XPath leading to the target.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTarget

        public org.w3c.dom.Node getTarget()
        The actual target.
        Returns:
        the actual target
      • getXPath

        public java.lang.String getXPath()
        XPath leading to the target.
        Returns:
        XPath leading to the target
      • getValue

        public java.lang.Object getValue()
        The value for comparison found at the current target.
        Returns:
        the value for comparison found at the current target
      • getParentXPath

        public java.lang.String getParentXPath()
        XPath leading to the target's parent.
        Returns:
        XPath leading to the target's parent