XDC - v. 0.6.1

File ant.xsl

<xsl:stylesheet version="1.0">
  <xsl:import href="content-page.xsl"/>
</xsl:stylesheet>

This is the XSLT stylesheet repsonsible for processing the XDC comments in Apache Ant build files.
Version:
0.5
Author:
Jens Voß


Template Summary
<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.

<xsl:template match="project" mode="contentPage.getSubelementNames"/>

This is another "implementation" of an "abstract" template defined (and used) in content-page.xsl.

<xsl:template match="target" mode="contentPage.getSubelementNames"/>

This is another "implementation" of an "abstract" template defined (and used) in content-page.xsl.


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

Copyright © 2005 - 2006 Jens Voß.