org.crosswire.common.xml
Class TransformingSAXEventProvider.TemplateInfo

java.lang.Object
  extended by org.crosswire.common.xml.TransformingSAXEventProvider.TemplateInfo
Enclosing class:
TransformingSAXEventProvider

private static class TransformingSAXEventProvider.TemplateInfo
extends Object

A simple class to link modification times to Templates objects


Field Summary
private  long modtime
           
private  Templates templates
           
 
Constructor Summary
TransformingSAXEventProvider.TemplateInfo(Templates templates, long modtime)
          Simple ctor
 
Method Summary
(package private)  long getModtime()
          The time the xsl file was last modified
(package private)  Templates getTemplates()
          The transformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templates

private Templates templates

modtime

private long modtime
Constructor Detail

TransformingSAXEventProvider.TemplateInfo

public TransformingSAXEventProvider.TemplateInfo(Templates templates,
                                                 long modtime)
Simple ctor

Parameters:
templates - the compiled XSL
modtime - the time the XSL was last modified
Method Detail

getTemplates

Templates getTemplates()
The transformer

Returns:
the compiled XSL

getModtime

long getModtime()
The time the xsl file was last modified

Returns:
when the xsl was last modified.

Copyright ยจ 2003-2015