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

/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java68 m_properties = new Properties(defaults);
83 m_properties = new Properties(
101 cloned.m_properties = (Properties) cloned.m_properties.clone();
141 m_properties.put(key, value);
155 return m_properties.getProperty(key.toNamespacedString());
172 return m_properties.getProperty(key);
184 m_properties.put(key.toNamespacedString(), value ? "yes" : "no");
196 m_properties.put(key, value ? "yes" : "no");
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties);
668 private Properties m_properties = null; field in class:OutputProperties
[all...]

Completed in 54 milliseconds