xx.jaxx-maven-plugin.3.0-alpha-6.source-code.defaultToc.xml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxx-maven-plugin Show documentation
Show all versions of jaxx-maven-plugin Show documentation
Maven 2 plugin to generate java sources from JAXX files.
The 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