From: <dim...@jb...> - 2005-06-22 13:19:28
|
I was thinking of a simple binding that would let you get/set the comments before the beggining of an element (and after the end of the previous element). | ... | </prev-element> | | <!-- comment1 --> | <!-- comment2 --> | <element1> | ... | </element1> | | | public class PojoForElement1 | { | String[] getComments() | void setComments(String[]) | ... | } | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882364#3882364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882364 |