Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java404 public void setQNameProperties(QName key, Vector v) in setQNameProperties() method in OutputProperties
406 setQNameProperties(key.toNamespacedString(), v); in setQNameProperties()
417 public void setQNameProperties(String key, Vector v) in setQNameProperties() method in OutputProperties
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue); in setCdataSectionElements()