Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java210 private static Properties m_text_properties = null; field in OutputPropertiesFactory
286 if (null == m_text_properties) // double check in getDefaultMethodProperties()
289 m_text_properties = in getDefaultMethodProperties()
292 == m_text_properties.getProperty(OutputKeys.ENCODING)) in getDefaultMethodProperties()
295 m_text_properties.put( in getDefaultMethodProperties()
301 defaultProperties = m_text_properties; in getDefaultMethodProperties()