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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXSLTC.java131 private boolean _templateInlining = false; field in class:XSLTC
285 _templateInlining = templateInlining;
291 return _templateInlining;
404 _stylesheet.setTemplateInlining(_templateInlining);
H A DStylesheet.java203 * @see XSLTC#_templateInlining
205 private boolean _templateInlining = false; field in class:Stylesheet
254 return _templateInlining;
258 _templateInlining = flag;
601 if (!_templateInlining && (child instanceof Template)) {

Completed in 47 milliseconds