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 classXSLChainChain ofXSLstylesheets.classXSLDocumentImplementation ofXSL.Fields in com.jcabi.xml declared as XSL Modifier and Type Field Description static XSLXSLDocument. STRIPStrips spaces of whitespace-only text nodes.Methods in com.jcabi.xml that return XSL Modifier and Type Method Description static XSLXSLDocument. make(InputStream stream)Make an instance of XSL stylesheet without I/O exceptions.static XSLXSLDocument. make(URL url)Make an instance of XSL stylesheet without I/O exceptions.XSLXSL. with(Sources src)With this sources.XSLXSL. with(String name, Object value)With this parameter.XSLXSLChain. with(Sources src)XSLXSLChain. with(String name, Object value)XSLXSLDocument. with(Sources src)XSLXSLDocument. 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. 
 -