org.apache.xpath.compiler

Class Keywords


public class Keywords
extends java.lang.Object

Table of strings to operation code lookups.

Field Summary

static String
FUNC_KEY_STRING
key function string (XSLT).

Method Summary

static boolean
functionAvailable(String methName)
Tell if a built-in, non-namespaced function is available.

Field Details

FUNC_KEY_STRING

public static final String FUNC_KEY_STRING
key function string (XSLT).

Method Details

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 B) 2004 Apache XML Project. All Rights Reserved.