xx.jaxx-maven-plugin.3.0-alpha-6.source-code.defaultIndex.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 index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN" "http://buix.labs.libre-entreprise.org/javahelp/index_1_0.dtd"> ## pour afficher un org.nuiton.jaxx.NodeItem #macro ( renderItem $item $prefix ) #if ( $item.isLeaf() ) $prefix <indexitem target="$item.absoluteTarget" text="$!item.text"/> #else $prefix<indexitem target="$item.absoluteTarget" text="$!item.text"> #foreach( $child in $item.getChilds() ) #renderItem( $child "$prefix$separator" ) #end $prefix</indexitem> #end #end <index version="1.0"> #renderItem( $rootItem $separator ) </index>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy