Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java266 public int getIntProperty(QName key) in getIntProperty() method in OutputProperties
268 return getIntProperty(key.toNamespacedString()); in getIntProperty()
282 public int getIntProperty(String key) in getIntProperty() method in OutputProperties
284 return OutputPropertyUtils.getIntProperty(key, m_properties); in getIntProperty()
/external/proguard/examples/annotations/examples/
DBean.java34 public int getIntProperty() in getIntProperty() method in Bean
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertyUtils.java72 public static int getIntProperty(String key, Properties props) in getIntProperty() method in OutputPropertyUtils