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

/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java354 public QName getQNameProperty(QName key) method in class:OutputProperties
356 return getQNameProperty(key.toNamespacedString());
369 public QName getQNameProperty(String key) method in class:OutputProperties
371 return getQNameProperty(key, m_properties);
385 public static QName getQNameProperty(String key, Properties props) method in class:OutputProperties

Completed in 39 milliseconds