Package com.jcabi.xml
Class XSLChain
- java.lang.Object
- 
- com.jcabi.xml.XSLChain
 
- 
- 
Constructor SummaryConstructors Constructor Description XSLChain(XSL... shts)Public ctor.XSLChain(Collection<XSL> shts)Public ctor.
 - 
Method SummaryAll 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- 
XSLChainpublic XSLChain(XSL... shts) Public ctor.- Parameters:
- shts- Sheets
- Since:
- 0.22
 
 - 
XSLChainpublic XSLChain(Collection<XSL> shts) Public ctor.- Parameters:
- shts- Sheets
 
 
- 
 - 
Method Detail- 
transformpublic XML transform(XML xml) Description copied from interface:XSLTransform XML to another one.
 - 
applyTopublic String applyTo(XML xml) Description copied from interface:XSLTransform XML into text.
 
- 
 
-