Home
last modified time | relevance | path

Searched refs:setBooleanProperty (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java94 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()
/external/proguard/examples/annotations/examples/
DBean.java29 public void setBooleanProperty(boolean booleanProperty) in setBooleanProperty() method in Bean
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java182 public void setBooleanProperty(QName key, boolean value) in setBooleanProperty() method in OutputProperties
194 public void setBooleanProperty(String key, boolean value) in setBooleanProperty() method in OutputProperties