|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XSLHandle
a container for cached XSL stylesheets.
PoorMansCache| Method Summary | |
|---|---|
java.lang.String |
getSource()
returns the source of the XSLHandle. |
javax.xml.transform.Templates |
getTemplates()
Returns the Templates-Object for Transformation. |
boolean |
isModified()
checks whether the cached version is still current. |
| Method Detail |
|---|
javax.xml.transform.Templates getTemplates()
throws java.io.IOException
java.io.IOException - on errors while reading the object from Fileboolean isModified()
false, if the cached version is older than the file
it is based upon. Otherwise true.java.lang.String getSource()
XSLHandle.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||