Home | History | Annotate | Download | only in xslt

Lines Matching refs:fis

296                 FileInputStream fis = null;
321 fis = ss.getFileInputStream(propertiesFile);
322 fXalanProperties.load(fis);
333 if (fis != null) {
335 fis.close();
346 FileInputStream fis = null;
348 fis = ss.getFileInputStream(new File(propertiesFilename));
350 props.load(fis);
359 if (fis != null) {
361 fis.close();