Home | History | Annotate | Download | only in transform

Lines Matching refs:Properties

22 import java.util.Properties;
39 * output properties are preserved across transformations.</p>
141 * <code>Properties</code> <code>Object</code> which limits the parameter
188 * Set the output properties for the transformation. These
189 * properties will override properties set in the Templates
192 * <p>If argument to this function is null, any properties
209 * @param oformat A set of output properties that will be
210 * used to override any of the same properties in affect
214 * @see java.util.Properties
217 public abstract void setOutputProperties(Properties oformat);
220 * <p>Get a copy of the output properties for the transformation.</p>
222 * <p>The properties returned should contain properties set by the user,
223 * and properties set by the stylesheet, and these properties
224 * are "defaulted" by default properties specified by
226 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
228 * Properties list, while the XSLT default properties that were not
229 * specifically set should be the default Properties list. Thus,
233 * properties, while
234 * getOutputProperties().get(String key) will only retrieve properties
238 * <p>Note that mutation of the Properties object returned will not
239 * effect the properties that the transformer contains.</p>
246 * @return A copy of the set of output properties in effect for
250 * @see java.util.Properties
254 public abstract Properties getOutputProperties();
271 * <p>The Properties object that was passed to {@link #setOutputProperties}