scala-xml-diff
scala-xml-diff
com.github.andyglow.xml.diff
Lookup
Lookup
Elem
Node
SeqNodeOps
StringOps
XmlDiff
XmlDiff
Eq
Neq
Detail
NodeDetail
UnequalElem
UnequalName
UnequalNamespaceUri
UnequalAttribute
AbsentAttribute
RedundantAttribute
AbsentNode
RedundantNode
Neq
XmlOps
XmlPath
XmlPath
NameMatcher
NameMatcher
Wildcard
Text
Nil
::
com.github.andyglow.xml.patch
XmlPatch
XmlPatch
org.scalatest.xml
XmlMatchers
NodeMatcher
ReflectShouldNodeMatcher
XmlMatchers
scala-xml-diff
/
com.github.andyglow.xml.diff
/
XmlPath
XmlPath
sealed
trait
XmlPath
Companion
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
object
Nil
class
::
Value members
Value members
Abstract methods
def
head
:
NameMatcher
def
isEmpty
:
Boolean
def
matches
(path:
List
[
String
]):
Boolean
def
tail
:
XmlPath
Concrete methods
def
::
(head:
NameMatcher
):
::