| Modifier and Type | Class and Description |
|---|---|
class |
XSLChain
Chain of
XSL stylesheets. |
class |
XSLDocument
Implementation of
XSL. |
| Modifier and Type | Field and Description |
|---|---|
static XSL |
XSLDocument.STRIP
Strips spaces of whitespace-only text nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static XSL |
XSLDocument.make(InputStream stream)
Make an instance of XSL stylesheet without I/O exceptions.
|
static XSL |
XSLDocument.make(URL url)
Make an instance of XSL stylesheet without I/O exceptions.
|
XSL |
XSL.with(Sources src)
With this sources.
|
XSL |
XSLChain.with(Sources src) |
XSL |
XSLDocument.with(Sources src) |
XSL |
XSL.with(String name,
Object value)
With this parameter.
|
XSL |
XSLChain.with(String name,
Object value) |
XSL |
XSLDocument.with(String name,
Object value) |
| Constructor and Description |
|---|
XSLChain(XSL... shts)
Public ctor.
|
| Constructor and Description |
|---|
XSLChain(Collection<XSL> shts)
Public ctor.
|
Copyright © 2012–2019 jcabi.com. All rights reserved.