Searched refs:theOutputEncoding (Results 1 – 1 of 1) sorted by relevance
123 private static String theOutputEncoding = null; field in CommandLine183 if (theOutputEncoding == null) { in process()187 w = new OutputStreamWriter(os, theOutputEncoding); in process()241 theOutputEncoding = (String)options.get("--output-encoding="); in chooseContentHandler()243 if (theOutputEncoding != null) { in chooseContentHandler()244 x.setOutputProperty(XMLWriter.ENCODING, theOutputEncoding); in chooseContentHandler()