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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/res/
H A DXSLTErrorResources_en.java27 * Default implementation of XSLTErrorResources. This is just
31 public class XSLTErrorResources_en extends XSLTErrorResources
H A DXSLTErrorResources.java21 * $Id: XSLTErrorResources.java,v 1.2.4.1 2005/09/13 09:55:37 pvedula Exp $
40 public class XSLTErrorResources extends ListResourceBundle class in inherits:ListResourceBundle
1315 //Check: WHY THERE IS A GAP B/W NUMBERS in the XSLTErrorResources properties file?
1386 // Following are the new options added in XSLTErrorResources.properties files after Jdk 1.4 (Xalan 2.2-D11)
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncCurrent.java35 import com.sun.org.apache.xalan.internal.res.XSLTErrorResources;
67 XSLTErrorResources.ER_PROCESSOR_ERROR,null));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java57 import com.sun.org.apache.xalan.internal.res.XSLTErrorResources;
225 XSLTErrorResources.ER_NOT_SUCCESSFUL, null);
341 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
351 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
361 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
371 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
383 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
401 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
470 XSLTErrorResources.ER_CLASS_NOT_FOUND_FOR_OPTION,
479 XSLTErrorResources
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java31 import com.sun.org.apache.xalan.internal.res.XSLTErrorResources;
109 throw new SAXNotSupportedException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_CONTEXT_PASSED, new Object[]{myContext }));
190 throw new SAXNotSupportedException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_CONTEXT_PASSED, new Object[]{myContext }));
270 throw new SAXNotSupportedException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_CONTEXT_PASSED, new Object[]{myContext }));
374 throw new SAXNotSupportedException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_CONTEXT_PASSED, new Object[]{myContext }));
486 throw new SAXNotSupportedException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_CONTEXT_PASSED, new Object[]{myContext })); //"Invalid context passed to evaluate "
539 throw new SAXNotSupportedException(XSLMessages.createMessage(XSLTErrorResources.ER_INVALID_CONTEXT_PASSED, new Object[]{myContext }));

Completed in 40 milliseconds