@Immutable public interface XSL
Implementation of this interface must be immutable and thread-safe.
XSLDocument
@NotNull(message="XML is never NULL") XML transform(@NotNull(message="XML can\'t be NULL") XML xml)
xml
- Source XML document@NotNull(message="result text is never NULL") String applyTo(@NotNull(message="XML can\'t be NULL") XML xml)
xml
- Source XML documentCopyright © 2012–2015 jcabi.com. All rights reserved.