Class XPATHErrorResources

java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
org.loboevolution.apache.xpath.res.XPATHErrorResources

public class XPATHErrorResources 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]