1 57 package org.enhydra.xml.lazydom.html; 58 import org.enhydra.xml.lazydom.LazyElement; 59 import org.enhydra.xml.lazydom.LazyElementNoNS; 60 import org.w3c.dom.html.HTMLFieldSetElement; 61 62 63 69 public class HTMLFieldSetElementImpl 70 extends LazyHTMLElement 71 implements HTMLFieldSetElement, HTMLFormControl 72 { 73 74 75 80 public HTMLFieldSetElementImpl( LazyHTMLDocument owner, LazyElement template, String name ) 81 { 82 super( owner, template, name ); 83 } 84 85 86 } 87 88 | Popular Tags |