Searched refs:hasLocalParams (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DApplyImports.java125 if (stylesheet.hasLocalParams()) {
152 if (stylesheet.hasLocalParams()) {
H A DApplyTemplates.java134 if (stylesheet.hasLocalParams() || hasContents()) {
196 if (stylesheet.hasLocalParams() || hasContents()) {
H A DCallTemplate.java113 if (stylesheet.hasLocalParams() || hasContents()) {
175 if (_calleeTemplate == null && (stylesheet.hasLocalParams() || hasContents())) {
H A DStylesheet.java96 * Used to cache the result returned by <code>hasLocalParams()</code>.
461 public boolean hasLocalParams() { method in class:Stylesheet

Completed in 33 milliseconds