Package

com.github.andyglow.xml

diff

Permalink

package diff

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. diff
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

    Permalink
  6. sealed trait TheDiff extends XmlDiff

    Permalink
  7. class XmlComparator extends AnyRef

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

    Permalink
  9. sealed trait XmlDiff extends AnyRef

    Permalink
  10. implicit final class XmlOps extends AnyVal

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

    Permalink

Value Members

  1. object NoDiff extends XmlDiff with Product with Serializable

    Permalink
  2. object XmlComparator

    Permalink
  3. object XmlPath extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped