New Kawa language XSLT (XML Stylesheet Language Tranformations).
applyTemplates
public static void applyTemplates(String select,
Symbol mode)
throws Throwable
defineApplyTemplate
public static void defineApplyTemplate(String pattern,
double priority,
Symbol mode,
Procedure template)
defineCallTemplate
public static void defineCallTemplate(Symbol name,
double priority,
Procedure template)
defineTemplate
public static void defineTemplate(Symbol name,
String pattern,
double priority,
Symbol mode,
Procedure template)
getXsltInstance
public static XSLT getXsltInstance()
registerEnvironment
public static void registerEnvironment()
The compiler insert calls to this method for applications and applets.
- registerEnvironment in interface XQuery
runStylesheet
public static void runStylesheet()
throws Throwable