Class XMIR


  • public final class XMIR
    extends Object
    Prints XMIR to EO. This class will help you turn XMIR (XML document) into EOLANG plain text source code. It's as simple as this:
     String eo = new XMIR(xml).toEO();
    Here, the xml is a String or an instance of XML from the jcabi-xml package.
    Since:
    0.5
    • Constructor Detail

      • XMIR

        public XMIR​(String src)
        Ctor.
        Parameters:
        src - The source
      • XMIR

        public XMIR​(com.jcabi.xml.XML src)
        Ctor.
        Parameters:
        src - The source
    • Method Detail

      • toEO

        public String toEO()
        Print it to EO.
        Returns:
        The program in EO