Example #1
0
 /**
  * Set the cdata-section-elements property from the attribute value.
  *
  * @see javax.xml.transform.OutputKeys#CDATA_SECTION_ELEMENTS
  * @param newValue non-null reference to processed attribute value.
  */
 public void setCdataSectionElements(java.util.Vector newValue) {
   m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue);
 }