HomeSort by relevance Sort by last modified time
    Searched full:m_unknown_properties (Results 1 - 1 of 1) sorted by null

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

Completed in 250 milliseconds