Package org.eolang.parser
Class StEoLogged
- java.lang.Object
-
- org.eolang.parser.StEoLogged
-
- All Implemented Interfaces:
com.yegor256.xsline.Shift
public final class StEoLogged extends Object implements com.yegor256.xsline.Shift
Shift that logs the EO representation of the XML before throwing an exception.- Since:
- 0.30
-
-
Constructor Summary
Constructors Constructor Description StEoLogged(com.yegor256.xsline.Shift shift)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jcabi.xml.XML
apply(int position, com.jcabi.xml.XML xml)
String
uid()
-
-
-
Method Detail
-
uid
public String uid()
- Specified by:
uid
in interfacecom.yegor256.xsline.Shift
-
apply
public com.jcabi.xml.XML apply(int position, com.jcabi.xml.XML xml)
- Specified by:
apply
in interfacecom.yegor256.xsline.Shift
-
-