Package org.eolang.parser
Class StXPath
- java.lang.Object
-
- org.eolang.parser.StXPath
-
- All Implemented Interfaces:
com.yegor256.xsline.Shift
public final class StXPath extends Object implements com.yegor256.xsline.Shift
ThisShiftfinds all XPath matches and replaces them with what a function suggests.- Since:
- 0.29.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jcabi.xml.XMLapply(int position, com.jcabi.xml.XML xml)Stringuid()
-
-
-
Method Detail
-
uid
public String uid()
- Specified by:
uidin interfacecom.yegor256.xsline.Shift
-
apply
public com.jcabi.xml.XML apply(int position, com.jcabi.xml.XML xml)- Specified by:
applyin interfacecom.yegor256.xsline.Shift
-
-