Searched defs:outputProperties (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java153 Properties outputProperties, int indentNumber,
157 init(transletName, outputProperties, indentNumber, tfactory);
164 Properties outputProperties, int indentNumber,
169 init(transletName, outputProperties, indentNumber, tfactory);
173 Properties outputProperties, int indentNumber,
176 _outputProperties = outputProperties;
152 TemplatesImpl(byte[][] bytecodes, String transletName, Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory) argument
163 TemplatesImpl(Class[] transletClasses, String transletName, Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory) argument
172 init(String transletName, Properties outputProperties, int indentNumber, TransformerFactoryImpl tfactory) argument
H A DTransformerImpl.java256 protected TransformerImpl(Properties outputProperties, int indentNumber, argument
259 this(null, outputProperties, indentNumber, tfactory);
264 protected TransformerImpl(Translet translet, Properties outputProperties, argument
268 _properties = createOutputProperties(outputProperties);
1121 private Properties createOutputProperties(Properties outputProperties) { argument
1127 if (outputProperties != null) {
1128 final Enumeration names = outputProperties.propertyNames();
1131 base.setProperty(name, outputProperties.getProperty(name));

Completed in 810 milliseconds