All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xx.jaxx-maven-plugin.2.5.23.source-code.defaultToc.xml.vm Maven / Gradle / Ivy

There is a newer version: 3.0-alpha-6
Show newest version
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE toc
  PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN"
  "http://buix.labs.libre-entreprise.org/javahelp/toc_1_0.dtd">

## pour afficher un org.nuiton.jaxx.NodeItem
#macro ( renderItem  $item $prefix )
#if ( $item.isLeaf() )
$prefix<tocitem target="$item.absoluteTarget" text="$!item.text"/>
#else
$prefix<tocitem target="$item.absoluteTarget" text="$!item.text">
#foreach( $child in $item.getChilds() )
#renderItem( $child "$prefix$separator" )
#end
$prefix</tocitem>
#end
#end
<toc version="1.0">
#renderItem( $rootItem $separator )
</toc>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy