se.unlogic.standardutils.xml
Interface CachedXSLT
- All Known Implementing Classes:
- CachedXSLTBase, CachedXSLTFile, CachedXSLTResourceStream, CachedXSLTURI
public interface CachedXSLT
An interface that is meant to wrap the raw Templates
object and provide extra functionality such as reloading the stylesheet.
- Author:
- Robert "Unlogic" Olofsson (unlogic@unlogic.se)
reloadStyleSheet
void reloadStyleSheet()
throws javax.xml.transform.TransformerConfigurationException
- Throws:
javax.xml.transform.TransformerConfigurationException
getTransformer
javax.xml.transform.Transformer getTransformer()
throws javax.xml.transform.TransformerConfigurationException
- Throws:
javax.xml.transform.TransformerConfigurationException
Copyright © 2011. All Rights Reserved.