1 23 package org.enhydra.xml.xmlc.html; 24 25 26 30 public interface ShelfHTML extends org.enhydra.xml.xmlc.html.HTMLObject { 31 35 public org.w3c.dom.html.HTMLDivElement getElementList(); 36 37 41 public org.w3c.dom.html.HTMLAnchorElement getElementSampleCatAnchor(); 42 43 47 public org.w3c.dom.html.HTMLParagraphElement getElementSampleCatBlock(); 48 49 53 public org.w3c.dom.html.HTMLImageElement getElementSampleCatImg(); 54 55 59 public org.w3c.dom.html.HTMLElement getElementSampleCatText(); 60 61 65 public org.w3c.dom.html.HTMLAnchorElement getElementSampleItemAnchor(); 66 67 71 public org.w3c.dom.html.HTMLParagraphElement getElementSampleItemBlock(); 72 73 77 public org.w3c.dom.html.HTMLElement getElementSampleItemText(); 78 79 83 public void setTextList(String text); 84 85 89 public void setTextSampleCatBlock(String text); 90 91 95 public void setTextSampleCatText(String text); 96 97 101 public void setTextSampleItemAnchor(String text); 102 103 107 public void setTextSampleItemBlock(String text); 108 109 113 public void setTextSampleItemText(String text); 114 115 } 116 | Popular Tags |