View Javadoc

1   package sharin.doc.builder.xhtml1;
2   
3   public class TbodyElem extends GenericCellElem<TbodyElem> {
4   
5       public TbodyElem(Object... nodes) {
6           super("tbody", nodes);
7       }
8   }