Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java255 Properties defaultProperties = null; in getDefaultMethodProperties() local
271 defaultProperties = m_xml_properties; in getDefaultMethodProperties()
282 defaultProperties = m_html_properties; in getDefaultMethodProperties()
301 defaultProperties = m_text_properties; in getDefaultMethodProperties()
312 defaultProperties = m_unknown_properties; in getDefaultMethodProperties()
317 defaultProperties = m_xml_properties; in getDefaultMethodProperties()
330 return new Properties(defaultProperties); in getDefaultMethodProperties()