se.unlogic.standardutils.xml
Class CachedXSLTFile

java.lang.Object
  extended by se.unlogic.standardutils.xml.CachedXSLTBase
      extended by se.unlogic.standardutils.xml.CachedXSLTFile
All Implemented Interfaces:
CachedXSLT

public class CachedXSLTFile
extends CachedXSLTBase


Field Summary
 
Fields inherited from class se.unlogic.standardutils.xml.CachedXSLTBase
templates
 
Constructor Summary
CachedXSLTFile(java.io.File f)
           
CachedXSLTFile(java.io.File file, javax.xml.transform.URIResolver uriResolver)
           
 
Method Summary
 void reloadStyleSheet()
           
 java.lang.String toString()
           
 
Methods inherited from class se.unlogic.standardutils.xml.CachedXSLTBase
getTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedXSLTFile

public CachedXSLTFile(java.io.File f)
               throws javax.xml.transform.TransformerConfigurationException
Throws:
javax.xml.transform.TransformerConfigurationException

CachedXSLTFile

public CachedXSLTFile(java.io.File file,
                      javax.xml.transform.URIResolver uriResolver)
               throws javax.xml.transform.TransformerConfigurationException
Throws:
javax.xml.transform.TransformerConfigurationException
Method Detail

reloadStyleSheet

public void reloadStyleSheet()
                      throws javax.xml.transform.TransformerConfigurationException
Throws:
javax.xml.transform.TransformerConfigurationException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.