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 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.
-
-
-
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:XSL
Transform XML to another one.
-
applyTo
public String applyTo(XML xml)
Description copied from interface:XSL
Transform XML into text.
-
-