Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java449 public Vector getQNameProperties(QName key) in getQNameProperties() method in OutputProperties
451 return getQNameProperties(key.toNamespacedString()); in getQNameProperties()
465 public Vector getQNameProperties(String key) in getQNameProperties() method in OutputProperties
467 return getQNameProperties(key, m_properties); in getQNameProperties()
482 public static Vector getQNameProperties(String key, Properties props) in getQNameProperties() method in OutputProperties