Home
last modified time | relevance | path

Searched refs:sendOutputTo (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/xslt/
DEnvironmentCheck.java104 PrintWriter sendOutputTo = new PrintWriter(System.out, true); in main() local
117 sendOutputTo = new PrintWriter(new FileWriter(args[i], true)); in main()
134 app.checkEnvironment(sendOutputTo); in main()