|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.xml.transform.XSLCompileUtils
public final class XSLCompileUtils
utility class for XSLHandleImpl which takes care of the actual XSL
import/include analysis and the stylesheet compilation.
| Method Summary | |
|---|---|
static javax.xml.transform.Templates |
compileTemplates(java.io.File base,
java.util.Set<FileResource> resources)
compiles a XSL template with Saxon. |
static javax.xml.transform.Templates |
compileTemplates(java.lang.String stylesheet)
compiles a XSL template with Saxon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.xml.transform.Templates compileTemplates(java.io.File base,
java.util.Set<FileResource> resources)
base - the base XSL file.resources - records the file resources building the compiled template
Templatespublic static javax.xml.transform.Templates compileTemplates(java.lang.String stylesheet)
stylesheet - the XSL stylesheet as a String
Templates
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||