HomeSort by relevance Sort by last modified time
    Searched defs:setQNameProperty (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 114 m_outputProperties.setQNameProperty(OutputKeys.METHOD, newValue);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 296 public void setQNameProperty(QName key, QName value)
298 setQNameProperty(key.toNamespacedString(), value);
339 public void setQNameProperty(String key, QName value)

Completed in 1563 milliseconds