Searched refs:_outputProperties (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java98 private Properties _outputProperties; field in class:TemplatesImpl
176 _outputProperties = outputProperties;
418 transformer = new TransformerImpl(getTransletInstance(), _outputProperties,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStylesheet.java215 private Properties _outputProperties = null; field in class:Stylesheet
274 if (_outputProperties == null) {
275 _outputProperties = new Properties();
277 _outputProperties.setProperty(key, value);
281 _outputProperties = props;
285 return _outputProperties;

Completed in 34 milliseconds