| XDC - v. 0.6.1 | |||||
| PREV FILE NEXT FILE | FRAMES NO FRAMES | |||||
<xsl:stylesheet version="1.0"> <xsl:import href="content-page.xsl"/> </xsl:stylesheet>
| Template Summary |
|---|
<xsl:template match="project" mode="contentPage.getMemberNames"/>
This template is an "implementation" of the "abstract" template with
|
<xsl:template match="project" mode="contentPage.getSubelementNames"/>
This is another "implementation" of an "abstract" template defined (and
used) in |
<xsl:template match="target" mode="contentPage.getSubelementNames"/>
This is another "implementation" of an "abstract" template defined (and
used) in |
| Template Detail |
|---|
<xsl:template match="project" mode="contentPage.getMemberNames"/>
This template is an "implementation" of the "abstract" template with
mode="contentPage.getMemberNames" defined (and used) in
content-page.xsl. Its return value ensures all Ant targets
to be considered for documentation.
<xsl:template match="project" mode="contentPage.getSubelementNames"/>
This is another "implementation" of an "abstract" template defined (and
used) in content-page.xsl. It returns an empty String
(meaning no subelements are considered in the project description).
<xsl:template match="target" mode="contentPage.getSubelementNames"/>
This is another "implementation" of an "abstract" template defined (and
used) in content-page.xsl. It returns an empty String
(meaning no subelements are considered in the target description).
| XDC - v. 0.6.1 | |||||
| PREV FILE NEXT FILE | FRAMES NO FRAMES | |||||