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:
XSLDocument
- Suppressed Checkstyle violations:
- AbbreviationAsWordInNameCheck (5 lines)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
applyTo(XML xml)
Transform XML into text.XML
transform(XML xml)
Transform XML to another one.XSL
with(Sources src)
With this sources.XSL
with(String name, Object value)
With this parameter.
-