
codegen.schema.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.generator Show documentation
Show all versions of tsl2.nano.generator Show documentation
velocity template generator through classes or dom
class ${util.getName(${node})} {
#foreach( $child in ${util.iterableLeafs(${node.getChildNodes()})})
String ${util.getNameFL(${child})};
#end
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy