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
Strip spaces.
|
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 |
XSLChain.with(Sources src) |
XSL |
XSLDocument.with(Sources src) |
XSL |
XSL.with(Sources src)
With this sources.
|
Constructor and Description |
---|
XSLChain(Collection<XSL> shts)
Public ctor.
|
Copyright © 2012–2015 jcabi.com. All rights reserved.