| Constructor and Description |
|---|
StylesheetEnvelope(org.cactoos.Input input)
Ctor.
|
StylesheetEnvelope(org.cactoos.Input xsl,
Map<String,Object> params)
Ctor.
|
StylesheetEnvelope(org.cactoos.scalar.UncheckedScalar<com.jcabi.xml.XSL> xsl)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
applyTo(com.jcabi.xml.XML xml) |
com.jcabi.xml.XML |
transform(com.jcabi.xml.XML xml) |
com.jcabi.xml.XSL |
with(com.jcabi.xml.Sources src) |
com.jcabi.xml.XSL |
with(String name,
Object value) |
public StylesheetEnvelope(org.cactoos.Input input)
input - the XSL filepublic StylesheetEnvelope(org.cactoos.Input xsl,
Map<String,Object> params)
xsl - the XSLparams - XSL paramspublic StylesheetEnvelope(org.cactoos.scalar.UncheckedScalar<com.jcabi.xml.XSL> xsl)
xsl - the XSLpublic final com.jcabi.xml.XML transform(com.jcabi.xml.XML xml)
transform in interface com.jcabi.xml.XSLpublic final String applyTo(com.jcabi.xml.XML xml)
applyTo in interface com.jcabi.xml.XSLpublic final com.jcabi.xml.XSL with(com.jcabi.xml.Sources src)
with in interface com.jcabi.xml.XSLCopyright © 2018 George Aristy. All rights reserved.