Package org.eolang.parser
Interface Syntax
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.jcabi.xml.XML
parsed()
Parse it to XML.
-
-
-
Method Detail
-
parsed
com.jcabi.xml.XML parsed() throws IOException
Parse it to XML.- Returns:
- Parsed XML
- Throws:
IOException
- If fails
-
-