|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xpath.compiler.Keywords
Table of strings to operation code lookups.
Field Summary | |
---|---|
static java.lang.String |
FUNC_KEY_STRING
key function string (XSLT). |
Constructor Summary | |
---|---|
Keywords()
|
Method Summary | |
---|---|
static boolean |
functionAvailable(java.lang.String methName)
Tell if a built-in, non-namespaced function is available. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String FUNC_KEY_STRING
Constructor Detail |
public Keywords()
Method Detail |
public static boolean functionAvailable(java.lang.String methName)
methName
- The local name of the function.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |