Class XPATHErrorResources_zh_TW

java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.apache.xpath.res.XPATHErrorResources_zh_TW

public class XPATHErrorResources_zh_TW extends ListResourceBundle
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]