Searched defs:getBooleanProperty (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertyUtils.java49 public static boolean getBooleanProperty(String key, Properties props) method in class:OutputPropertyUtils
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java210 public boolean getBooleanProperty(QName key) method in class:OutputProperties
212 return getBooleanProperty(key.toNamespacedString());
226 public boolean getBooleanProperty(String key) method in class:OutputProperties
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties);
/dalvik/libcore/logging/src/main/java/java/util/logging/
H A DFileHandler.java239 append = (null == a) ? getBooleanProperty(className + ".append",
355 private boolean getBooleanProperty(String key, boolean defaultValue) { method in class:FileHandler

Completed in 71 milliseconds