BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.apache.xalan.xpath.res
Class XPATHErrorResources

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--weblogic.apache.xalan.xpath.xml.XSLResourceBundle
                    |
                    +--weblogic.apache.xalan.xpath.res.XPATHErrorResources
Direct Known Subclasses:
XPATHErrorResources_en

public class XPATHErrorResources
extends XSLResourceBundle

Set up error messages. We build a two dimensional array of message keys and message strings. In order to add a new message here, you need to first update the count of messages(MAX_CODE)or the count of warnings(MAX_WARNING). The array will be automatically filled in with the keys, but you need to fill in the actual message string. Follow the instructions below.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

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

Field Summary
static java.lang.String BAD_CODE
           
static int ER_AXES_NOT_ALLOWED
           
static int ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL
           
static int ER_CANNOT_CREATE_URL
           
static int ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL
           
static int ER_CANT_CONVERT_TO_MUTABLENODELIST
           
static int ER_CANT_CONVERT_TO_NODELIST
           
static int ER_CANT_CONVERT_TO_NUMBER
           
static int ER_CANT_CONVERT_TO_TYPE
           
static int ER_CANT_HAVE_MORE_THAN_ONE_ROOT
           
static int ER_CANT_OUTPUT_TEXT_BEFORE_DOC
           
static int ER_CHILD_HAS_NO_OWNER_DOCUMENT
           
static int ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
           
static int ER_CONTEXT_HAS_NO_OWNERDOC
           
static int ER_COULDNOT_BE_FORMATTED_TO_NUMBER
           
static int ER_COULDNOT_CREATE_XMLPROCESSORLIAISON
           
static int ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH
           
static int ER_COULDNOT_FIND_FUNCTION
           
static int ER_COULDNOT_GET_VAR_NAMED
           
static int ER_COUNT_TAKES_1_ARG
           
static int ER_CREATEDOCUMENT_NOT_SUPPORTED
           
static int ER_CURRENT_NOT_ALLOWED_IN_MATCH
           
static int ER_CURRENT_TAKES_NO_ARGS
           
static int ER_DIDNOT_FIND_XPATH_SELECT_EXP
           
static int ER_DOCUMENT_REPLACED
           
static int ER_DTM_CANNOT_HANDLE_NODES
           
static int ER_EMPTY_EXPRESSION
           
static int ER_ERROR_OCCURED
           
static int ER_EXPECTED_BUT_FOUND
           
static int ER_EXPECTED_DOUBLE_QUOTE
           
static int ER_EXPECTED_MATCH_PATTERN
           
static int ER_EXPECTED_SINGLE_QUOTE
           
static int ER_EXTRA_ILLEGAL_TOKENS
           
static int ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG
           
static int ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG
           
static int ER_IGNORABLE_WHITESPACE_NOT_HANDLED
           
static int ER_ILLEGAL_AXIS_NAME
           
static int ER_ILLEGAL_VARIABLE_REFERENCE
           
static int ER_INCORRECT_ARG_LENGTH
           
static int ER_INCORRECT_PROGRAMMER_ASSERTION
           
static int ER_INVALID_UTF16_SURROGATE
           
static int ER_KEY_HAS_TOO_MANY_ARGS
           
static int ER_LOCALNAME_HAS_TOO_MANY_ARGS
           
static int ER_NAME_HAS_TOO_MANY_ARGS
           
static int ER_NAMESPACEAXIS_NOT_IMPLEMENTED
           
static int ER_NAMESPACEURI_HAS_TOO_MANY_ARGS
           
static int ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS
           
static int ER_NUMBER_HAS_TOO_MANY_ARGS
           
static int ER_OIERROR
           
static int ER_PARSE_NOT_SUPPORTED
           
static int ER_PATTERN_LITERAL_NEEDS_BE_QUOTED
           
static int ER_PREDICATE_ILLEGAL_SYNTAX
           
static int ER_PREFIX_MUST_RESOLVE
           
static int ER_PROBLEM_IN_DTM_NEXTSIBLING
           
static int ER_SAX_API_NOT_HANDLED
           
static int ER_SETDOMFACTORY_NOT_SUPPORTED
           
static int ER_STRING_HAS_TOO_MANY_ARGS
           
static int ER_STRINGLENGTH_HAS_TOO_MANY_ARGS
           
static int ER_TRANSLATE_TAKES_3_ARGS
           
static int ER_UNKNOWN_AXIS
           
static int ER_UNKNOWN_MATCH_OPERATION
           
static int ER_UNKNOWN_NODETYPE
           
static int ER_UNKNOWN_OPCODE
           
static int ER_UNPARSEDENTITYURI_TAKES_1_ARG
           
static int ER_UNSUPPORTED_ENCODING
           
static int ER_XERCES_CANNOT_HANDLE_NODES
           
static int ER_XERCES_PARSE_ERROR
           
static int ER_XERCES_PARSE_ERROR_DETAILS
           
static int ER_XPATH_READOBJECT
           
static java.lang.String ERROR_HEADER
           
static java.lang.String ERROR_RESOURCES
           
static java.lang.String ERROR_STRING
           
static java.lang.String ERROR_SUFFIX
           
static int ERROR0000
           
static java.lang.String FORMAT_FAILED
           
static int MAX_CODE
           
static int MAX_MESSAGES
           
static int MAX_OTHERS
           
static int MAX_WARNING
           
static java.lang.String QUERY_HEADER
           
static java.lang.String WARNING_HEADER
           
static java.lang.String WARNING_SUFFIX
           
static int WG_CANNOT_MAKE_URL_FROM
           
static int WG_COULDNOT_FIND_FUNCTION
           
static int WG_DONT_DO_ANYTHING_WITH_NS
           
static int WG_EXPAND_ENTITIES_NOT_SUPPORTED
           
static int WG_FUNCTION_TOKEN_NOT_FOUND
           
static int WG_LOCALE_NAME_NOT_HANDLED
           
static int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST
           
static int WG_PROPERTY_NOT_SUPPORTED
           
static int WG_QUO_NO_LONGER_DEFINED
           
static int WG_SECURITY_EXCEPTION
           
static java.lang.String XML_HEADER
           
static java.lang.String XSL_HEADER
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
XPATHErrorResources()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 java.lang.String getMessageKey(int errorCode)
          Get the error string associated with the error code
static java.lang.String getMKey(int errorCode)
          Get the error string associated with the error code
 java.lang.String getWarningKey(int errorCode)
          Get the error string associated with the error code
static java.lang.String getWKey(int errorCode)
          Get the error string associated with the error code
static XPATHErrorResources loadResourceBundle(java.lang.String className)
          Return a named ResourceBundle for a particular locale.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_SUFFIX

public static final java.lang.String ERROR_SUFFIX

WARNING_SUFFIX

public static final java.lang.String WARNING_SUFFIX

MAX_CODE

public static final int MAX_CODE

MAX_WARNING

public static final int MAX_WARNING

MAX_OTHERS

public static final int MAX_OTHERS

MAX_MESSAGES

public static final int MAX_MESSAGES

ERROR0000

public static final int ERROR0000

ER_CURRENT_NOT_ALLOWED_IN_MATCH

public static final int ER_CURRENT_NOT_ALLOWED_IN_MATCH

ER_CURRENT_TAKES_NO_ARGS

public static final int ER_CURRENT_TAKES_NO_ARGS

ER_DOCUMENT_REPLACED

public static final int ER_DOCUMENT_REPLACED

ER_CONTEXT_HAS_NO_OWNERDOC

public static final int ER_CONTEXT_HAS_NO_OWNERDOC

ER_LOCALNAME_HAS_TOO_MANY_ARGS

public static final int ER_LOCALNAME_HAS_TOO_MANY_ARGS

ER_NAMESPACEURI_HAS_TOO_MANY_ARGS

public static final int ER_NAMESPACEURI_HAS_TOO_MANY_ARGS

ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS

public static final int ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS

ER_NUMBER_HAS_TOO_MANY_ARGS

public static final int ER_NUMBER_HAS_TOO_MANY_ARGS

ER_NAME_HAS_TOO_MANY_ARGS

public static final int ER_NAME_HAS_TOO_MANY_ARGS

ER_STRING_HAS_TOO_MANY_ARGS

public static final int ER_STRING_HAS_TOO_MANY_ARGS

ER_STRINGLENGTH_HAS_TOO_MANY_ARGS

public static final int ER_STRINGLENGTH_HAS_TOO_MANY_ARGS

ER_TRANSLATE_TAKES_3_ARGS

public static final int ER_TRANSLATE_TAKES_3_ARGS

ER_UNPARSEDENTITYURI_TAKES_1_ARG

public static final int ER_UNPARSEDENTITYURI_TAKES_1_ARG

ER_NAMESPACEAXIS_NOT_IMPLEMENTED

public static final int ER_NAMESPACEAXIS_NOT_IMPLEMENTED

ER_UNKNOWN_AXIS

public static final int ER_UNKNOWN_AXIS

ER_UNKNOWN_MATCH_OPERATION

public static final int ER_UNKNOWN_MATCH_OPERATION

ER_INCORRECT_ARG_LENGTH

public static final int ER_INCORRECT_ARG_LENGTH

ER_CANT_CONVERT_TO_NUMBER

public static final int ER_CANT_CONVERT_TO_NUMBER

ER_CANT_CONVERT_TO_NODELIST

public static final int ER_CANT_CONVERT_TO_NODELIST

ER_CANT_CONVERT_TO_MUTABLENODELIST

public static final int ER_CANT_CONVERT_TO_MUTABLENODELIST

ER_CANT_CONVERT_TO_TYPE

public static final int ER_CANT_CONVERT_TO_TYPE

ER_EXPECTED_MATCH_PATTERN

public static final int ER_EXPECTED_MATCH_PATTERN

ER_COULDNOT_GET_VAR_NAMED

public static final int ER_COULDNOT_GET_VAR_NAMED

ER_UNKNOWN_OPCODE

public static final int ER_UNKNOWN_OPCODE

ER_EXTRA_ILLEGAL_TOKENS

public static final int ER_EXTRA_ILLEGAL_TOKENS

ER_EXPECTED_DOUBLE_QUOTE

public static final int ER_EXPECTED_DOUBLE_QUOTE

ER_EXPECTED_SINGLE_QUOTE

public static final int ER_EXPECTED_SINGLE_QUOTE

ER_EMPTY_EXPRESSION

public static final int ER_EMPTY_EXPRESSION

ER_EXPECTED_BUT_FOUND

public static final int ER_EXPECTED_BUT_FOUND

ER_INCORRECT_PROGRAMMER_ASSERTION

public static final int ER_INCORRECT_PROGRAMMER_ASSERTION

ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL

public static final int ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL

ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG

public static final int ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG

ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG

public static final int ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG

ER_PREDICATE_ILLEGAL_SYNTAX

public static final int ER_PREDICATE_ILLEGAL_SYNTAX

ER_ILLEGAL_AXIS_NAME

public static final int ER_ILLEGAL_AXIS_NAME

ER_UNKNOWN_NODETYPE

public static final int ER_UNKNOWN_NODETYPE

ER_PATTERN_LITERAL_NEEDS_BE_QUOTED

public static final int ER_PATTERN_LITERAL_NEEDS_BE_QUOTED

ER_COULDNOT_BE_FORMATTED_TO_NUMBER

public static final int ER_COULDNOT_BE_FORMATTED_TO_NUMBER

ER_COULDNOT_CREATE_XMLPROCESSORLIAISON

public static final int ER_COULDNOT_CREATE_XMLPROCESSORLIAISON

ER_DIDNOT_FIND_XPATH_SELECT_EXP

public static final int ER_DIDNOT_FIND_XPATH_SELECT_EXP

ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH

public static final int ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH

ER_ERROR_OCCURED

public static final int ER_ERROR_OCCURED

ER_ILLEGAL_VARIABLE_REFERENCE

public static final int ER_ILLEGAL_VARIABLE_REFERENCE

ER_AXES_NOT_ALLOWED

public static final int ER_AXES_NOT_ALLOWED

ER_KEY_HAS_TOO_MANY_ARGS

public static final int ER_KEY_HAS_TOO_MANY_ARGS

ER_COUNT_TAKES_1_ARG

public static final int ER_COUNT_TAKES_1_ARG

ER_COULDNOT_FIND_FUNCTION

public static final int ER_COULDNOT_FIND_FUNCTION

ER_UNSUPPORTED_ENCODING

public static final int ER_UNSUPPORTED_ENCODING

ER_PROBLEM_IN_DTM_NEXTSIBLING

public static final int ER_PROBLEM_IN_DTM_NEXTSIBLING

ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL

public static final int ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL

ER_SETDOMFACTORY_NOT_SUPPORTED

public static final int ER_SETDOMFACTORY_NOT_SUPPORTED

ER_PREFIX_MUST_RESOLVE

public static final int ER_PREFIX_MUST_RESOLVE

ER_PARSE_NOT_SUPPORTED

public static final int ER_PARSE_NOT_SUPPORTED

ER_CREATEDOCUMENT_NOT_SUPPORTED

public static final int ER_CREATEDOCUMENT_NOT_SUPPORTED

ER_CHILD_HAS_NO_OWNER_DOCUMENT

public static final int ER_CHILD_HAS_NO_OWNER_DOCUMENT

ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT

public static final int ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT

ER_SAX_API_NOT_HANDLED

public static final int ER_SAX_API_NOT_HANDLED

ER_IGNORABLE_WHITESPACE_NOT_HANDLED

public static final int ER_IGNORABLE_WHITESPACE_NOT_HANDLED

ER_DTM_CANNOT_HANDLE_NODES

public static final int ER_DTM_CANNOT_HANDLE_NODES

ER_XERCES_CANNOT_HANDLE_NODES

public static final int ER_XERCES_CANNOT_HANDLE_NODES

ER_XERCES_PARSE_ERROR_DETAILS

public static final int ER_XERCES_PARSE_ERROR_DETAILS

ER_XERCES_PARSE_ERROR

public static final int ER_XERCES_PARSE_ERROR

ER_CANT_OUTPUT_TEXT_BEFORE_DOC

public static final int ER_CANT_OUTPUT_TEXT_BEFORE_DOC

ER_CANT_HAVE_MORE_THAN_ONE_ROOT

public static final int ER_CANT_HAVE_MORE_THAN_ONE_ROOT

ER_INVALID_UTF16_SURROGATE

public static final int ER_INVALID_UTF16_SURROGATE

ER_OIERROR

public static final int ER_OIERROR

ER_CANNOT_CREATE_URL

public static final int ER_CANNOT_CREATE_URL

ER_XPATH_READOBJECT

public static final int ER_XPATH_READOBJECT

WG_LOCALE_NAME_NOT_HANDLED

public static final int WG_LOCALE_NAME_NOT_HANDLED

WG_PROPERTY_NOT_SUPPORTED

public static final int WG_PROPERTY_NOT_SUPPORTED

WG_DONT_DO_ANYTHING_WITH_NS

public static final int WG_DONT_DO_ANYTHING_WITH_NS

WG_SECURITY_EXCEPTION

public static final int WG_SECURITY_EXCEPTION

WG_QUO_NO_LONGER_DEFINED

public static final int WG_QUO_NO_LONGER_DEFINED

WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST

public static final int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST

WG_FUNCTION_TOKEN_NOT_FOUND

public static final int WG_FUNCTION_TOKEN_NOT_FOUND

WG_COULDNOT_FIND_FUNCTION

public static final int WG_COULDNOT_FIND_FUNCTION

WG_CANNOT_MAKE_URL_FROM

public static final int WG_CANNOT_MAKE_URL_FROM

WG_EXPAND_ENTITIES_NOT_SUPPORTED

public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED

BAD_CODE

public static final java.lang.String BAD_CODE

FORMAT_FAILED

public static final java.lang.String FORMAT_FAILED

ERROR_RESOURCES

public static final java.lang.String ERROR_RESOURCES

ERROR_STRING

public static final java.lang.String ERROR_STRING

ERROR_HEADER

public static final java.lang.String ERROR_HEADER

WARNING_HEADER

public static final java.lang.String WARNING_HEADER

XSL_HEADER

public static final java.lang.String XSL_HEADER

XML_HEADER

public static final java.lang.String XML_HEADER

QUERY_HEADER

public static final java.lang.String QUERY_HEADER
Constructor Detail

XPATHErrorResources

public XPATHErrorResources()
Method Detail

getContents

public java.lang.Object[][] getContents()

Overrides:
getContents in class java.util.ListResourceBundle

loadResourceBundle

public static final XPATHErrorResources loadResourceBundle(java.lang.String className)
                                                    throws java.util.MissingResourceException
Return a named ResourceBundle for a particular locale. This method mimics the behavior of ResourceBundle.getBundle().

Parameters:
res - the name of the resource to load.
locale - the locale to prefer when searching for the bundle
Returns:
the ResourceBundle
Throws:
java.util.MissingResourceException -  

getMessageKey

public java.lang.String getMessageKey(int errorCode)
Get the error string associated with the error code

Overrides:
getMessageKey in class XSLResourceBundle

getWarningKey

public java.lang.String getWarningKey(int errorCode)
Get the error string associated with the error code

Overrides:
getWarningKey in class XSLResourceBundle

getMKey

public static java.lang.String getMKey(int errorCode)
Get the error string associated with the error code

getWKey

public static java.lang.String getWKey(int errorCode)
Get the error string associated with the error code

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60