OutputPropertiesFactory.java | 210 private static Properties m_text_properties = null; field in class:OutputPropertiesFactory 286 if (null == m_text_properties) // double check 289 m_text_properties = 292 == m_text_properties.getProperty(OutputKeys.ENCODING)) 295 m_text_properties.put( 301 defaultProperties = m_text_properties;
|