Class WithoutLines

java.lang.Object
org.eolang.jeo.matchers.WithoutLines
All Implemented Interfaces:
org.cactoos.Scalar<com.jcabi.xml.XML>

public final class WithoutLines extends Object implements org.cactoos.Scalar<com.jcabi.xml.XML>
The same XML, but without lines.
Since:
0.6
  • Constructor Details

    • WithoutLines

      public WithoutLines(com.jcabi.xml.XML orgnl)
      Constructor.
      Parameters:
      orgnl - Original XML
  • Method Details

    • value

      public com.jcabi.xml.XML value()
      Specified by:
      value in interface org.cactoos.Scalar<com.jcabi.xml.XML>