object StreamlinedXmlEquality extends StreamlinedXmlEquality
Companion object that facilitates the importing of StreamlinedXmlEquality
members as
an alternative to mixing it the trait. One use case is to import StreamlinedXmlEquality
members so you can use
them in the Scala interpreter.
- Alphabetic
- By Inheritance
- StreamlinedXmlEquality
- StreamlinedXmlEquality
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
implicit
def
streamlinedXmlEquality[T <: NodeSeq]: Equality[T]
Provides an implicit
Equality[T]
instance for any subtype ofscala.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 ofscala.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.
- returns
an
Equality[T]
instance that normalizes XML before testing for equality
- Definition Classes
- StreamlinedXmlEquality