Home | History | Annotate | Download | only in templates

Lines Matching refs:templateList

295     m_templateList = new TemplateList();
322 // Need final composition of TemplateList. This adds the wild cards onto the chains.
707 private TemplateList m_templateList;
720 * Accessor method to retrieve the <code>TemplateList</code> associated with
723 * @return The composed <code>TemplateList</code>.
725 public final TemplateList getTemplateListComposed()
731 * Mutator method to set the <code>TemplateList</code> associated with this
735 * @param templateList The new <code>TemplateList</code> for this StylesheetRoot.
737 public final void setTemplateListComposed(TemplateList templateList)
739 m_templateList = templateList;
879 private TemplateList m_whiteSpaceInfoList;
889 m_whiteSpaceInfoList = new TemplateList();