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 struct 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 modtime of the xsl file
(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

Method Detail

getTemplates

Templates getTemplates()
The transformer


getModtime

long getModtime()
The modtime of the xsl file


Copyright ยจ 2003-2007