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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertiesFactory.java233 private static Properties m_text_properties = null; field in class:OutputPropertiesFactory
309 if (null == m_text_properties) // double check
312 m_text_properties =
315 == m_text_properties.getProperty(OutputKeys.ENCODING))
318 m_text_properties.put(
324 defaultProperties = m_text_properties;

Completed in 30 milliseconds