Provides an implicit Equality[T]
instance for any subtype of scala.xml.NodeSeq
that, prior for testing
for equality, will normalize the XML by removing empty text nodes and trimming
non-empty text nodes.
Provides an implicit Equality[T]
instance for any subtype of scala.xml.NodeSeq
that, prior for testing
for equality, will normalize the XML by removing empty text nodes and trimming
non-empty text nodes.
See the main documentation for this trait for more details and examples.
an Equality[T]
instance that normalizes XML before testing for equality
Companion object that facilitates the importing of
StreamlinedXmlEquality
members as an alternative to mixing it the trait. One use case is to importStreamlinedXmlEquality
members so you can use them in the Scala interpreter.