Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertyUtils.java49 public static boolean getBooleanProperty(String key, Properties props) in getBooleanProperty() method in OutputPropertyUtils
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java210 public boolean getBooleanProperty(QName key) in getBooleanProperty() method in OutputProperties
226 public boolean getBooleanProperty(String key) in getBooleanProperty() method in OutputProperties
/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java144 private static boolean getBooleanProperty(String name, boolean dephault) { in getBooleanProperty() method in SimpleLog