Searched refs:outputProperties (Results 1 – 1 of 1) sorted by relevance
334 outputProperties = new Properties(); in init()505 if (!("yes".equals(outputProperties.getProperty(OMIT_XML_DECLARATION, "no")))) { in startDocument()1359 return outputProperties.getProperty(key); in getOutputProperty()1363 outputProperties.setProperty(key, value); in setOutputProperty()1421 private Properties outputProperties; field in XMLWriter