Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java265 m_xml_properties = loadPropertiesFile(fileName, null); 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()
345 static private Properties loadPropertiesFile( in loadPropertiesFile() method in OutputPropertiesFactory