public final class XSLChain extends Object implements XSL
XSL stylesheets.| Constructor and Description |
|---|
XSLChain(Collection<XSL> shts)
Public ctor.
|
XSLChain(XSL... shts)
Public ctor.
|
| Modifier and Type | Method and 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.
|
public XSLChain(XSL... shts)
shts - Sheetspublic XSLChain(Collection<XSL> shts)
shts - Sheetspublic XML transform(XML xml)
XSLpublic String applyTo(XML xml)
XSLCopyright © 2012–2019 jcabi.com. All rights reserved.