Searched refs:getOutputProperties (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/transform/
H A DTemplates.java68 * getOutputProperties().getProperty(String key) will obtain any
71 * getOutputProperties().get(String key) will only retrieve properties
83 Properties getOutputProperties(); method in interface:Templates
H A DTransformer.java243 * getOutputProperties().getProperty(String key) will obtain any
247 * getOutputProperties().get(String key) will only retrieve properties
267 public abstract Properties getOutputProperties(); method in class:Transformer
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/util/transform/
H A DEfficientStreamingTransformer.java128 public java.util.Properties getOutputProperties() { method in class:EfficientStreamingTransformer
131 return m_realTransformer.getOutputProperties();
/openjdk9/jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/
H A DTransformerTest.java134 * This tests getOutputProperties() method of Transformer.
148 Properties prop = transformer.getOutputProperties();
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java597 * Implements JAXP's Templates.getOutputProperties(). We need to
602 public synchronized Properties getOutputProperties() { method in class:TemplatesImpl
604 return newTransformer().getOutputProperties();
H A DTemplatesHandlerImpl.java270 _parser.getOutputProperties(), _indentNumber, _tfactory);
H A DTransformerFactoryImpl.java1098 templates = new TemplatesImpl(bytecodes, transletName, xsltc.getOutputProperties(),
H A DTransformerImpl.java868 * Implements JAXP's Transformer.getOutputProperties().
879 public Properties getOutputProperties() { method in class:TransformerImpl
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java288 public Properties getOutputProperties() { method in class:XSLTC
289 return _parser.getOutputProperties();
H A DParser.java160 public Properties getOutputProperties() { method in class:Parser
161 return getTopLevelStylesheet().getOutputProperties();
H A DStylesheet.java285 public Properties getOutputProperties() { method in class:Stylesheet
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DProcessXSLT.java594 = stylesheet.getOutputProperties();

Completed in 84 milliseconds