Uses of Class
org.eolang.parser.Xsline
-
-
Uses of Xsline in org.eolang.parser
Methods in org.eolang.parser that return Xsline Modifier and Type Method Description Xsline
Xsline. with(com.jcabi.xml.XSL sheet)
Add this sheet to the list.Xsline
Xsline. with(com.jcabi.xml.XSL sheet, org.cactoos.BiFunc<com.jcabi.xml.XML,com.jcabi.xml.XML,Boolean> func)
Add this sheet to the list.Xsline
Xsline. with(Iterable<String> sheets)
Add these sheets to the list.
-