Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLImageElementImpl
org.w3c.dom.html.HTMLImageElement
, org.apache.xerces.dom.ElementImpl
Field Summary |
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes , name |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
String | |
String | |
String | |
boolean |
|
String | |
String | |
String |
|
String |
|
String | |
String | |
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.html.dom.HTMLElementImpl | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getClassName , getDir , getElementsByTagName , getElementsByTagNameNS , getForm , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setOwnerDocument , setReadOnly , setTextContent , synchronizeChildren |
public HTMLImageElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public String getAlign()
public String getAlt()
public String getBorder()
public String getHeight()
public String getHspace()
public boolean getIsMap()
public String getLongDesc()
public String getLowSrc()
public String getName()
public String getSrc()
public String getUseMap()
public String getVspace()
public String getWidth()
public void setAlign(String align)
public void setAlt(String alt)
public void setBorder(String border)
public void setHeight(String height)
public void setHspace(String hspace)
public void setIsMap(boolean isMap)
public void setLongDesc(String longDesc)
public void setLowSrc(String lowSrc)
public void setName(String name)
public void setSrc(String src)
public void setUseMap(String useMap)
public void setVspace(String vspace)
public void setWidth(String width)