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
Finds 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.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
-
-