Searched defs:XSLTErrorResources (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/res/
H A DXSLTErrorResources.java19 * $Id: XSLTErrorResources.java 468641 2006-10-28 06:54:42Z minchau $
38 public class XSLTErrorResources extends ListResourceBundle class in inherits:ListResourceBundle
1319 //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
1390 // Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11)
1455 public static final XSLTErrorResources loadResourceBundle(String className)
1466 return (XSLTErrorResources) ResourceBundle.getBundle(className
1476 return (XSLTErrorResources) ResourceBundle.getBundle(className,

Completed in 3314 milliseconds