- All Implemented Interfaces:
 
XSL 
public final class XSLChain
extends Object
implements XSL 
Chain of 
XSL stylesheets.
 
- Since:
 
- 0.12
 
- Suppressed Checkstyle violations:
 
- AbbreviationAsWordInNameCheck (5 lines)
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
Transform XML to another one.
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
XSLChain
public XSLChain(XSL... shts) 
Public ctor.
- Parameters:
 
shts - Sheets 
- Since:
 
- 0.22
 
 
- 
XSLChain
Public ctor.
- Parameters:
 
shts - Sheets 
 
 
- 
Method Details
- 
 
- 
applyTo
Description copied from interface: XSL 
Transform XML into text.
- Specified by:
 
applyTo in interface XSL 
- Parameters:
 
xml - Source XML document 
- Returns:
 
- Result text
 
 
- 
with
Description copied from interface: XSL 
With this sources.
- Specified by:
 
with in interface XSL 
- Parameters:
 
src - Sources 
- Returns:
 
- New XSL document
 
 
- 
with
Description copied from interface: XSL 
With this parameter.
- Specified by:
 
with in interface XSL 
- Parameters:
 
name - Name of XSL parameter 
value - Value of XSL parameter 
- Returns:
 
- New XSL document