Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java296 public void setQNameProperty(QName key, QName value) in setQNameProperty() method in OutputProperties
298 setQNameProperty(key.toNamespacedString(), value); in setQNameProperty()
339 public void setQNameProperty(String key, QName value) in setQNameProperty() method in OutputProperties
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java114 m_outputProperties.setQNameProperty(OutputKeys.METHOD, newValue); in setMethod()