Uses of Interface
com.jcabi.xml.XSL
-
-
Uses of XSL in com.jcabi.xml
Classes in com.jcabi.xml that implement XSL Modifier and Type Class Description class
XSLChain
Chain ofXSL
stylesheets.class
XSLDocument
Implementation ofXSL
.Fields in com.jcabi.xml declared as XSL Modifier and Type Field Description static XSL
XSLDocument. STRIP
Strips spaces of whitespace-only text nodes.Methods in com.jcabi.xml that return XSL Modifier and Type Method 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
XSL. with(String name, Object value)
With this parameter.XSL
XSLChain. with(Sources src)
XSL
XSLChain. with(String name, Object value)
XSL
XSLDocument. with(Sources src)
XSL
XSLDocument. with(String name, Object value)
Constructors in com.jcabi.xml with parameters of type XSL Constructor Description XSLChain(XSL... shts)
Public ctor.Constructor parameters in com.jcabi.xml with type arguments of type XSL Constructor Description XSLChain(Collection<XSL> shts)
Public ctor.
-