Home | History | Annotate | Download | only in templates

Lines Matching defs:included

34  * included stylesheets.</li>
89 Stylesheet included = getIncludeComposed(i);
93 int s = included.getOutputCount();
96 recomposableElements.addElement(included.getOutput(j));
101 s = included.getAttributeSetCount();
104 recomposableElements.addElement(included.getAttributeSet(j));
109 s = included.getDecimalFormatCount();
112 recomposableElements.addElement(included.getDecimalFormat(j));
117 s = included.getKeyCount();
120 recomposableElements.addElement(included.getKey(j));
125 s = included.getNamespaceAliasCount();
128 recomposableElements.addElement(included.getNamespaceAlias(j));
133 s = included.getTemplateCount();
136 recomposableElements.addElement(included.getTemplate(j));
141 s = included.getVariableOrParamCount();
144 recomposableElements.addElement(included.getVariableOrParam(j));
149 s = included.getStripSpaceCount();
152 recomposableElements.addElement(included.getStripSpace(j));
155 s = included.getPreserveSpaceCount();
158 recomposableElements.addElement(included.getPreserveSpace(j));
268 * list of all stylesheets included by this stylesheet to any depth.
284 Stylesheet included = including.getInclude(i);
285 m_includesComposed.addElement(included);
286 recomposeIncludes(included);
315 * Get the number of included stylesheets.
318 * @return the number of included stylesheets.