gnu.kawa.xslt
public class XSLT extends XQuery
Field Summary | |
---|---|
static XSLT | instance |
static Symbol | nullMode |
Constructor Summary | |
---|---|
XSLT() |
Method Summary | |
---|---|
static void | applyTemplates(String select, Symbol mode) |
static void | defineApplyTemplate(String pattern, double priority, Symbol mode, Procedure template) |
static void | defineCallTemplate(Symbol name, double priority, Procedure template) |
static void | defineTemplate(Symbol name, String pattern, double priority, Symbol mode, Procedure template) |
Compilation | getCompilation(Lexer lexer, SourceMessages messages) Override {@code XQuery} implementation to get {@code Language} default. |
Lexer | getLexer(InPort inp, SourceMessages messages) |
String | getName() |
static XSLT | getXsltInstance() |
boolean | parse(Compilation comp, int options) |
static void | process(TreeList doc, Focus pos, CallContext ctx) |
static void | registerEnvironment() The compiler insert calls to this method for applications and applets. |
static void | runStylesheet() |