Package org.eolang.jeo.matchers
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 and comments.- Since:
- 0.6
-
-
Constructor Summary
Constructors Constructor Description WithoutLines(com.jcabi.xml.XML orgnl)
Constructor.
-