Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java213 private static Properties m_unknown_properties = null; field in OutputPropertiesFactory
305 if (null == m_unknown_properties) // double check in getDefaultMethodProperties()
308 m_unknown_properties = in getDefaultMethodProperties()
312 defaultProperties = m_unknown_properties; in getDefaultMethodProperties()