Home
last modified time | relevance | path

Searched refs:getBooleanProperty (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java210 public boolean getBooleanProperty(QName key) in getBooleanProperty() method in OutputProperties
212 return getBooleanProperty(key.toNamespacedString()); in getBooleanProperty()
226 public boolean getBooleanProperty(String key) in getBooleanProperty() method in OutputProperties
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties); in getBooleanProperty()
/external/apache-http/src/org/apache/commons/logging/impl/
DSimpleLog.java144 private static boolean getBooleanProperty(String name, boolean dephault) { in getBooleanProperty() method in SimpleLog
164 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName);
165 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName);
166 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);
/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
DToHTMLStream.java577 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()
590 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()