BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xpath.compiler
Class Keywords

java.lang.Object
  |
  +--weblogic.apache.xpath.compiler.Keywords

public class Keywords
extends java.lang.Object

Table of strings to operation code lookups.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNC_KEY_STRING

public static final java.lang.String FUNC_KEY_STRING
key function string (XSLT).
Constructor Detail

Keywords

public Keywords()
Method Detail

functionAvailable

public static boolean functionAvailable(java.lang.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.

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.