private static class TransformingSAXEventProvider.TemplateInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
modtime |
private Templates |
templates |
| Constructor and Description |
|---|
TransformingSAXEventProvider.TemplateInfo(Templates templates,
long modtime)
Simple ctor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) long |
getModtime()
The time the xsl file was last modified
|
(package private) Templates |
getTemplates()
The transformer
|
private Templates templates
private long modtime
TransformingSAXEventProvider.TemplateInfo(Templates templates, long modtime)
templates - the compiled XSLmodtime - the time the XSL was last modifiedTemplates getTemplates()
long getModtime()