Home | History | Annotate | Download | only in processor

Lines Matching refs:newValue

50    * @param newValue non-null reference to processed attribute value.
52 public void setCdataSectionElements(java.util.Vector newValue)
54 m_outputProperties.setQNameProperties(OutputKeys.CDATA_SECTION_ELEMENTS, newValue);
60 * @param newValue non-null reference to processed attribute value.
62 public void setDoctypePublic(String newValue)
64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue);
70 * @param newValue non-null reference to processed attribute value.
72 public void setDoctypeSystem(String newValue)
74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue);
80 * @param newValue non-null reference to processed attribute value.
82 public void setEncoding(String newValue)
84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue);
90 * @param newValue non-null reference to processed attribute value.
92 public void setIndent(boolean newValue)
94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue);
100 * @param newValue non-null reference to processed attribute value.
102 public void setMediaType(String newValue)
104 m_outputProperties.setProperty(OutputKeys.MEDIA_TYPE, newValue);
110 * @param newValue non-null reference to processed attribute value.
112 public void setMethod(org.apache.xml.utils.QName newValue)
114 m_outputProperties.setQNameProperty(OutputKeys.METHOD, newValue);
120 * @param newValue processed attribute value.
122 public void setOmitXmlDeclaration(boolean newValue)
124 m_outputProperties.setBooleanProperty(OutputKeys.OMIT_XML_DECLARATION, newValue);
130 * @param newValue processed attribute value.
132 public void setStandalone(boolean newValue)
134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue);
140 * @param newValue non-null reference to processed attribute value.
142 public void setVersion(String newValue)
144 m_outputProperties.setProperty(OutputKeys.VERSION, newValue);
149 * @param newValue non-null reference to attribute value.
159 * @param newValue non-null reference to attribute value.