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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java89 * @param resbundle Resource bundle
91 protected static void printArgOptions(ResourceBundle resbundle) argument
93 System.out.println(resbundle.getString("xslProc_option")); //"xslproc options: ");
94 System.out.println("\n\t\t\t" + resbundle.getString("xslProc_common_options") + "\n");
95 System.out.println(resbundle.getString("optionXSLTC")); //" [-XSLTC (use XSLTC for transformation)]
96 System.out.println(resbundle.getString("optionIN")); //" [-IN inputXMLURL]");
97 System.out.println(resbundle.getString("optionXSL")); //" [-XSL XSLTransformationURL]");
98 System.out.println(resbundle.getString("optionOUT")); //" [-OUT outputFileName]");
100 // System.out.println(resbundle.getString("optionE")); //" [-E (Do not expand entity refs)]");
101 System.out.println(resbundle
1197 waitForReturnKey(ResourceBundle resbundle) argument
[all...]

Completed in 34 milliseconds