org.apache.xpath.compiler
Class Keywords
Table of strings to operation code lookups.
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).
functionAvailable
public static boolean functionAvailable(String methName)
Tell if a built-in, non-namespaced function is available.
methName
- The local name of the function.
- True if the function can be executed.
Copyright B) 2004 Apache XML Project. All Rights Reserved.