1 23 24 package org.enhydra.xml.xmlc.html; 25 26 import org.w3c.dom.html.HTMLAnchorElement; 27 import org.w3c.dom.html.HTMLElement; 28 29 32 public interface TestPage1Interface { 33 34 public HTMLElement getElementTextOne(); 35 36 public void setTextTextOne(String text); 37 38 public HTMLAnchorElement getElementThree(); 39 40 public HTMLAnchorElement getElementFour(); 41 } 42 43 48 49 | Popular Tags |