Interface XsltPostProcessor.ResourceLoader
- Enclosing class:
XsltPostProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Loads the bytes of an explicitly selected external stylesheet.
-
Method Summary
-
Method Details
-
load
Loads one absolute URI.- Parameters:
uri- The absolute stylesheet URI.- Returns:
- The stylesheet bytes.
- Throws:
XsltPostProcessor.ResourceLoadingException- If the resource cannot be loaded.
-