Home | History | Annotate | Download | only in transformer

Lines Matching refs:Properties

25 import java.util.Properties;
71 // Getting the output properties this way won't cause a clone of
72 // the properties.
73 Properties prevProperties = transformer.getOutputFormat().getProperties();
75 // We have to make sure we get an output properties with the proper
81 Properties htmlProperties = htmlOutputProperties.getProperties();
120 * Get the value of a property, without using the default properties. This
131 private static String getOutputPropertyNoDefault(String qnameString, Properties props)
150 String ns, String localName, Properties props, Serializer oldSerializer)
164 // Getting the output properties this way won't cause a clone of
165 // the properties.
166 Properties prevProperties = props;
168 // We have to make sure we get an output properties with the proper
174 Properties htmlProperties = htmlOutputProperties.getProperties();