You can buy this project and download/modify it how often you want.
package com.anysoft.util.datatree; public interface DataTreeBuilder { public Object rootFound(object root); public Object nodeFound(Object cookies,object content); }