Searched refs:setOutputProperties (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/transform/
H A DTransformer.java230 public abstract void setOutputProperties(Properties oformat); method in class:Transformer
245 * {@link #setOutputProperties}, in the stylesheet, <em>or</em> the default
249 * {@link #setOutputProperties}, or in the stylesheet.</p>
257 * {@link #setOutputProperties setOutputProperties}.</p>
284 * <p>The Properties object that was passed to {@link #setOutputProperties}
/openjdk10/jaxp/test/javax/xml/jaxp/functional/test/gaptest/
H A DBug4512806.java46 * @summary test transformer.setOutputProperties(null)
66 transformer.setOutputProperties(null);
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/
H A DTransformerTest03.java48 * is created using DOMSource. Using setOutputProperties(), Properties are set
50 * transformation. This tests the setOutputProperties() method.
61 * Test for Transformer.setOutputProperties method.
91 transformer.setOutputProperties(properties);
H A DStreamResultTest.java100 transformer.setOutputProperties(transformProperties);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/transform/
H A DEfficientStreamingTransformer.java185 public void setOutputProperties(java.util.Properties properties) method in class:EfficientStreamingTransformer
189 m_realTransformer.setOutputProperties(properties);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java311 parser.getCurrentStylesheet().setOutputProperties(outputProperties);
H A DStylesheet.java281 public void setOutputProperties(Properties props) { method in class:Stylesheet
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java871 * calls to setOutputProperty() and setOutputProperties() on this class,
904 * Implements JAXP's Transformer.setOutputProperties().
913 public void setOutputProperties(Properties properties) method in class:TransformerImpl
1463 setOutputProperties (null);
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DProcessXSLT.java596 serializer.setOutputProperties(serializationProps);

Completed in 126 milliseconds