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)

Method Summary
 Transformer getTransformer()
           
 void reloadStyleSheet()
           
 

Method Detail

reloadStyleSheet

void reloadStyleSheet()
                      throws TransformerConfigurationException
Throws:
TransformerConfigurationException

getTransformer

Transformer getTransformer()
                           throws TransformerConfigurationException
Throws:
TransformerConfigurationException


Copyright © 2011. All Rights Reserved.