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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 404 public void setQNameProperties(QName key, Vector v)
406 setQNameProperties(key.toNamespacedString(), v);
417 public void setQNameProperties(String key, Vector v)

Completed in 51 milliseconds