scalax.xml

diff

package diff

Visibility
  1. Public
  2. All

Type Members

  1. case class AttributesDiff(path: List[Node], expected: MetaData, actual: MetaData) extends TheDiff with Product with Serializable

  2. case class ChildrenDiff(path: List[Node], element: Node, list: List[XmlDiff]) extends TheDiff with Product with Serializable

  3. case class IllegalNodeFound(path: List[Node], node: Node) extends TheDiff with Product with Serializable

  4. case class NodeDiff(path: List[Node], expected: Node, actual: Node) extends TheDiff with Product with Serializable

  5. case class NodeNotFound(path: List[Node], node: Node) extends TheDiff with Product with Serializable

  6. sealed trait TheDiff extends XmlDiff

  7. class XmlComparator extends (Elem, Elem) ⇒ XmlDiff

  8. case class XmlComparisonContext(path: List[Node] = Nil) extends Product with Serializable

  9. sealed trait XmlDiff extends AnyRef

  10. case class XmlPath(elems: List[String]) extends Product with Serializable

Value Members

  1. object NoDiff extends XmlDiff with Product with Serializable

  2. object XmlComparator

  3. object XmlPath extends Serializable

Ungrouped