Lines Matching defs:template

354    * @param templ non-null reference to template element that will have 
394 * @param addToList <code>true</code> if this template should be added to the import list
704 * The "xsl:template" properties.
710 * Recompose the template declarations.
712 * @param template An ElemTemplate object to add to the template list.
714 void recomposeTemplates(ElemTemplate template)
716 m_templateList.setTemplate(template);
733 * the template list is built during the recompose process and should not be
743 * Get an "xsl:template" property by node match. This looks in the imports as
748 * @param targetNode non-null reference of node that the template must match.
770 * Get an "xsl:template" property by node match. This looks in the imports as
775 * @param targetNode non-null reference of node that the template must match.
803 * Get an "xsl:template" property. This looks in the imports as
807 * @param qname non-null reference to qualified name of template.
809 * @return reference to named template, or null if not found.
976 * The default template to use for text nodes if we don't find
984 * Get the default template for text.
986 * @return the default template for text.
995 * The default template to use if we don't find anything
1003 * Get the default template for elements.
1005 * @return the default template for elements.
1014 * The default template to use for the root if we don't find
1027 * Get the default template for a root node.
1029 * @return The default template for a root node.
1045 * Get the default template for a root node.
1047 * @return The default template for a root node.
1280 * A Vector of the current params and QNames within the current template.
1286 * Add the name of a qualified name within the template. The position in
1313 * in a template element at startElement, so that it can be popped
1349 * within the current template.