org.apache.xpath.compiler
Class Keywords
java.lang.Object
org.apache.xpath.compiler.Keywords
- public class Keywords
- extends Object
Table of strings to operation code lookups.
Method Summary |
static boolean |
functionAvailable(String methName)
Tell if a built-in, non-namespaced function is available. |
FUNC_KEY_STRING
public static final String FUNC_KEY_STRING
- key function string (XSLT).
- See Also:
- Constant Field Values
Keywords
public Keywords()
functionAvailable
public static boolean functionAvailable(String methName)
- Tell if a built-in, non-namespaced function is available.
- Parameters:
methName
- The local name of the function.
- Returns:
- True if the function can be executed.
Copyright ? 2004 Apache XML Project. All Rights Reserved.