Package com.jcabi.xml
Class XSLChain
- java.lang.Object
 - 
- com.jcabi.xml.XSLChain
 
 
- 
- 
Constructor Summary
Constructors Constructor Description XSLChain(XSL... shts)Public ctor.XSLChain(Collection<XSL> shts)Public ctor. 
- 
Method Summary
All Methods Instance Methods Concrete 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. 
 - 
 
- 
- 
Constructor Detail
- 
XSLChain
public XSLChain(XSL... shts)
Public ctor.- Parameters:
 shts- Sheets- Since:
 - 0.22
 
 
- 
XSLChain
public XSLChain(Collection<XSL> shts)
Public ctor.- Parameters:
 shts- Sheets
 
 - 
 
- 
Method Detail
- 
transform
public XML transform(XML xml)
Description copied from interface:XSLTransform XML to another one. 
- 
applyTo
public String applyTo(XML xml)
Description copied from interface:XSLTransform XML into text. 
 - 
 
 -