Home | History | Annotate | Download | only in transformer

Lines Matching refs:Properties

26 import java.util.Properties;
738 * Get the value of a property, without using the default properties. This
773 * The recognized standard output properties are:
851 * Set the output properties for the transformation. These
852 * properties will override properties set in the templates
855 * <p>If argument to this function is null, any properties
858 * @param oformat A set of output properties that will be
859 * used to override any of the same properties in effect
863 * @see java.util.Properties
868 public void setOutputProperties(Properties oformat)
886 // copyFrom does not set properties that have been already set, so
900 * Get a copy of the output properties for the transformation. These
901 * properties will override properties set in the templates
904 * <p>Note that mutation of the Properties object returned will not
905 * effect the properties that the transformation contains.</p>
907 * @return A copy of the set of output properties in effect
912 public Properties getOutputProperties()
914 return (Properties) getOutputFormat().getProperties().clone();
1340 * Set the output properties for the transformation. These
1341 * properties will override properties set in the templates
1353 * Get the output properties used for the transformation.
1570 public void setParameters(Properties params)