FileDocCategorySizeDatePackage
XPATHErrorResources_sv.javaAPI DocJava SE 5 API32990Fri Aug 26 14:56:10 BST 2005com.sun.org.apache.xpath.internal.res

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]
xsl.usage
advanced

Fields Summary
public static final int
MAX_CODE
Field MAX_CODE
public static final int
MAX_WARNING
Field MAX_WARNING
public static final int
MAX_OTHERS
Field MAX_OTHERS
public static final int
MAX_MESSAGES
Field MAX_MESSAGES
public static final Object[]
contents
public static final String
BAD_CODE
Field BAD_CODE
public static final String
FORMAT_FAILDE
Field FORMAT_FAILED
public static final String
ERROR_RESOURCES
Field ERROR_RESOURCES
public static final String
ERROR_STRING
Field ERROR_STRING
public static final String
ERROR_HEADER
Field ERROR_HEADER
public static final String
WARNING_HEADER
Field WARNING_HEADER
public static final String
XSL_HEADER
Field XSL_HEADER
public static final String
XML_HEADER
Field XML_HEADER
public static final String
QUERY_HEADER
Field QUERY_HEADER
Constructors Summary
Methods Summary
public java.lang.Object[][]getContents()
Get the association list.

return
The association list.


             
    
  
    return contents;