Searched refs:setBooleanProperty (Results 1 – 4 of 4) sorted by relevance
94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue); in setIndent()124 m_outputProperties.setBooleanProperty(OutputKeys.OMIT_XML_DECLARATION, newValue); in setOmitXmlDeclaration()134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()
29 public void setBooleanProperty(boolean booleanProperty) in setBooleanProperty() method in Bean
182 public void setBooleanProperty(QName key, boolean value) in setBooleanProperty() method in OutputProperties194 public void setBooleanProperty(String key, boolean value) in setBooleanProperty() method in OutputProperties
301 accessibilityNodeInfoReflector.setBooleanProperty( in setTextSelectionSetable()306 accessibilityNodeInfoReflector.setBooleanProperty(PASTEABLE_MASK, isPasteable); in setPasteable()724 void setBooleanProperty(int property, boolean value); in setBooleanProperty() method