Package com.jcabi.xml
Interface XSL
-
- All Known Implementing Classes:
XSLChain,XSLDocument
public interface XSLXSL 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 StringapplyTo(XML xml)Transform XML into text.XMLtransform(XML xml)Transform XML to another one.XSLwith(Sources src)With this sources.XSLwith(String name, Object value)With this parameter.
-