Packages

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.

Source
StreamlinedXmlEquality.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamlinedXmlEquality
  2. StreamlinedXmlEquality
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def streamlinedXmlEquality[T <: NodeSeq]: Equality[T]

    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.

    returns

    an Equality[T] instance that normalizes XML before testing for equality

    Definition Classes
    StreamlinedXmlEquality