package
diff
Type Members
-
case class
AttributesDiff(path: List[Node], expected: MetaData, actual: MetaData) extends TheDiff with Product with Serializable
-
case class
ChildrenDiff(path: List[Node], element: Node, list: List[XmlDiff]) extends TheDiff with Product with Serializable
-
case class
IllegalNodeFound(path: List[Node], node: Node) extends TheDiff with Product with Serializable
-
case class
NodeDiff(path: List[Node], expected: Node, actual: Node) extends TheDiff with Product with Serializable
-
case class
NodeNotFound(path: List[Node], node: Node) extends TheDiff with Product with Serializable
-
-
-
case class
XmlComparisonContext(path: List[Node] = immutable.this.Nil) extends Product with Serializable
-
sealed
trait
XmlDiff extends AnyRef
-
case class
XmlPath(elems: List[String]) extends Product with Serializable
Value Members
-
object
NoDiff extends XmlDiff with Product with Serializable
-
-
object
XmlPath extends Serializable