Class 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 Detail

      • WithoutLines

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

      • value

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