Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.expr.Language
gnu.xquery.lang.XQuery
gnu.kawa.xslt.XSLT
public class XSLT
extends XQuery
Fields inherited from class gnu.expr.Language | |
FUNCTION_NAMESPACE , NAMESPACE_PREFIX , NAMESPACE_PREFIX_NAMESPACE , PARSE_IMMEDIATE , PARSE_ONE_LINE , VALUE_NAMESPACE , current , env_counter , environ , userEnv |
Constructor Summary | |
|
Method Summary | |
static void |
|
static void |
|
static void |
|
static void |
|
Lexer |
|
String |
|
static XSLT | |
Compilation | |
static void |
|
static void |
|
static void |
Methods inherited from class gnu.xquery.lang.XQuery | |
applyWithFocus , applyWithFocus , applyWithFocus , applyWithFocus , applyWithFocus$X , asChar , asNumber , define , define_method , evalToFocusProc , evalToFocusProc , evalWithFocus , evalWithFocus , evalWithFocus , evalWithFocus , eval_with_focus$X , eval_with_focus$X , getExternal , getFormat , getInstance , getLexer , getName , getNamespaceOf , getOutputConsumer , getPrompter , getSymbol , getTypeFor , getTypeFor , hasSeparateFunctionNamespace , isTrue , mangle , parse , registerEnvironment |
public static void defineApplyTemplate(String pattern, double priority, Symbol mode, Procedure template)
public static void defineCallTemplate(Symbol name, double priority, Procedure template)
public static void defineTemplate(Symbol name, String pattern, double priority, Symbol mode, Procedure template)
public static void registerEnvironment()
The compiler insert calls to this method for applications and applets.
- Overrides:
- registerEnvironment in interface XQuery
public static void runStylesheet() throws Throwable