Searched refs:getBooleanProperty (Results 1 – 4 of 4) sorted by relevance
210 public boolean getBooleanProperty(QName key) in getBooleanProperty() method in OutputProperties212 return getBooleanProperty(key.toNamespacedString()); in getBooleanProperty()226 public boolean getBooleanProperty(String key) in getBooleanProperty() method in OutputProperties228 return OutputPropertyUtils.getBooleanProperty(key, m_properties); in getBooleanProperty()
144 private static boolean getBooleanProperty(String name, boolean dephault) { in getBooleanProperty() method in SimpleLog164 showLogName = getBooleanProperty( systemPrefix + "showlogname", showLogName);165 showShortName = getBooleanProperty( systemPrefix + "showShortLogname", showShortName);166 showDateTime = getBooleanProperty( systemPrefix + "showdatetime", showDateTime);
49 public static boolean getBooleanProperty(String key, Properties props) in getBooleanProperty() method in OutputPropertyUtils
577 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()590 OutputPropertyUtils.getBooleanProperty( in setOutputFormat()