Package com.jcabi.xml
Interface XSL
- All Known Implementing Classes:
XSLChain
,XSLDocument
public interface XSL
XSL stylesheet.
Implementation of this interface must be immutable and thread-safe.
- Since:
- 0.4
- See Also:
- Suppressed Checkstyle violations:
- AbbreviationAsWordInNameCheck (5 lines)
-
Method Summary
-
Method Details
-
transform
Transform XML to another one.- Parameters:
xml
- Source XML document- Returns:
- Result document
-
applyTo
Transform XML into text.- Parameters:
xml
- Source XML document- Returns:
- Result text
- Since:
- 0.11
-
with
With this sources.- Parameters:
src
- Sources- Returns:
- New XSL document
-
with
With this parameter.- Parameters:
name
- Name of XSL parametervalue
- Value of XSL parameter- Returns:
- New XSL document
- Since:
- 0.16
-