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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertiesFactory.java236 private static Properties m_unknown_properties = null; field in class:OutputPropertiesFactory
328 if (null == m_unknown_properties) // double check
331 m_unknown_properties =
335 defaultProperties = m_unknown_properties;

Completed in 29 milliseconds