Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java204 private static Properties m_xml_properties = null; field in OutputPropertiesFactory
262 if (null == m_xml_properties) // double check in getDefaultMethodProperties()
265 m_xml_properties = loadPropertiesFile(fileName, null); in getDefaultMethodProperties()
271 defaultProperties = m_xml_properties; in getDefaultMethodProperties()
279 loadPropertiesFile(fileName, m_xml_properties); in getDefaultMethodProperties()
290 loadPropertiesFile(fileName, m_xml_properties); in getDefaultMethodProperties()
309 loadPropertiesFile(fileName, m_xml_properties); in getDefaultMethodProperties()
317 defaultProperties = m_xml_properties; in getDefaultMethodProperties()