Package org.eolang.parser
Interface Spy
-
- All Known Implementing Classes:
Spy.None,Spy.Verbose
public interface SpySpy to use inXsline.- Since:
- 0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpy.NoneEmpty spy.static classSpy.VerboseVerbose spy, printing the progress to the console.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpush(int index, com.jcabi.xml.XSL xsl, com.jcabi.xml.XML xml)New XSL produced.
-
-
-
Method Detail
-
push
void push(int index, com.jcabi.xml.XSL xsl, com.jcabi.xml.XML xml) throws IOExceptionNew XSL produced.- Parameters:
index- The index of the XSLxsl- The XSL usedxml- The XML produced- Throws:
IOException- If fails
-
-