com
.
github
.
andyglow
.
xml
diff
package
diff
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
diff
AnyRef
Any
Hide All
Show All
Visibility
Public
All
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
sealed
trait
TheDiff
extends
XmlDiff
class
XmlComparator
extends
AnyRef
case class
XmlComparisonContext
(
path:
List
[
Node
] =
Nil
)
extends
Product
with
Serializable
sealed
trait
XmlDiff
extends
AnyRef
implicit final
class
XmlOps
extends
AnyVal
case class
XmlPath
(
elems:
List
[
String
]
)
extends
Product
with
Serializable
Value Members
object
NoDiff
extends
XmlDiff
with
Product
with
Serializable
object
XmlComparator
object
XmlPath
extends
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped