org.apache.xpath.res

Class XPATHErrorResources_sv

public class XPATHErrorResources_sv extends XPATHErrorResources

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 add a Static string constant for the Key and update the contents array with Key, Value pair Also you need to update the count of messages(MAX_CODE)or the count of warnings(MAX_WARNING) [ Information purpose only]

UNKNOWN: advanced

Field Summary
static StringBAD_CODE
Field BAD_CODE
static StringERROR_HEADER
Field ERROR_HEADER
static StringERROR_RESOURCES
Field ERROR_RESOURCES
static StringERROR_STRING
Field ERROR_STRING
static StringFORMAT_FAILDE
Field FORMAT_FAILED
static intMAX_CODE
Field MAX_CODE
static intMAX_MESSAGES
Field MAX_MESSAGES
static intMAX_OTHERS
Field MAX_OTHERS
static intMAX_WARNING
Field MAX_WARNING
static StringQUERY_HEADER
Field QUERY_HEADER
static StringWARNING_HEADER
Field WARNING_HEADER
static StringXML_HEADER
Field XML_HEADER
static StringXSL_HEADER
Field XSL_HEADER
Method Summary
Object[][]getContents()
Get the association list.

Field Detail

BAD_CODE

public static final String BAD_CODE
Field BAD_CODE

ERROR_HEADER

public static final String ERROR_HEADER
Field ERROR_HEADER

ERROR_RESOURCES

public static final String ERROR_RESOURCES
Field ERROR_RESOURCES

ERROR_STRING

public static final String ERROR_STRING
Field ERROR_STRING

FORMAT_FAILDE

public static final String FORMAT_FAILDE
Field FORMAT_FAILED

MAX_CODE

public static final int MAX_CODE
Field MAX_CODE

MAX_MESSAGES

public static final int MAX_MESSAGES
Field MAX_MESSAGES

MAX_OTHERS

public static final int MAX_OTHERS
Field MAX_OTHERS

MAX_WARNING

public static final int MAX_WARNING
Field MAX_WARNING

QUERY_HEADER

public static final String QUERY_HEADER
Field QUERY_HEADER

WARNING_HEADER

public static final String WARNING_HEADER
Field WARNING_HEADER

XML_HEADER

public static final String XML_HEADER
Field XML_HEADER

XSL_HEADER

public static final String XSL_HEADER
Field XSL_HEADER

Method Detail

getContents

public Object[][] getContents()
Get the association list.

Returns: The association list.

Copyright B) 2005 Apache XML Project. All Rights Reserved.