Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java207 private static Properties m_html_properties = null; field in OutputPropertiesFactory
275 if (null == m_html_properties) // double check in getDefaultMethodProperties()
278 m_html_properties = in getDefaultMethodProperties()
282 defaultProperties = m_html_properties; in getDefaultMethodProperties()