Searched defs:setIntProperty (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java238 public void setIntProperty(QName key, int value) method in class:OutputProperties
240 setIntProperty(key.toNamespacedString(), value);
250 public void setIntProperty(String key, int value) method in class:OutputProperties

Completed in 73 milliseconds