Lines Matching refs:XSLTErrorResources

57 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.ER_MISSING_ARG_FOR_OPTION,
496 XSLTErrorResources.ER_CLASS_NOT_FOUND_FOR_OPTION,
506 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
523 XSLTErrorResources.ER_CLASS_NOT_FOUND_FOR_OPTION,
533 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
580 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
623 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
648 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
670 XSLTErrorResources.ER_MISSING_ARG_FOR_OPTION,
725 XSLTErrorResources.ER_INVALID_OPTION, new Object[]{ argv[i] })); //"Invalid argument:);
826 throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_NO_STYLESHEET_IN_MEDIA, new Object[]{inFileName, media})); //"No stylesheet found in: "
830 throw new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_NO_STYLESHEET_PI, new Object[]{inFileName})); //"No xml-stylesheet PI found in: "
1100 XSLTErrorResources.ER_NOT_SUCCESSFUL, null);
1151 XSLMessages.createMessage(XSLTErrorResources.ER_XSLT_ERROR, null)
1156 // diagnosticsWriter.println(XSLMessages.createMessage(XSLTErrorResources.ER_NOT_SUCCESSFUL, null)); //"XSL Process was not successful.");