Home
last modified time | relevance | path

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

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java123 private static String theOutputEncoding = null; field in CommandLine
183 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()