org.apache.html.dom

Class HTMLImageElementImpl

Implemented Interfaces:
org.w3c.dom.Element, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLImageElement, org.w3c.dom.TypeInfo

public class HTMLImageElementImpl
extends HTMLElementImpl
implements org.w3c.dom.html.HTMLImageElement

Version:
$Revision: 329271 $ $Date: 2005-10-28 15:25:05 -0400 (Fri, 28 Oct 2005) $
Author:
Assaf Arkin
See Also:
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

Fields inherited from interface org.w3c.dom.TypeInfo

DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION

Constructor Summary

HTMLImageElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Method Summary

String
getAlign()
String
getAlt()
String
getBorder()
String
getHeight()
String
getHspace()
boolean
getIsMap()
String
getLongDesc()
String
getLowSrc()
String
getName()
String
getSrc()
String
getUseMap()
String
getVspace()
String
getWidth()
void
setAlign(String align)
void
setAlt(String alt)
void
setBorder(String border)
void
setHeight(String height)
void
setHspace(String hspace)
void
setIsMap(boolean isMap)
void
setLongDesc(String longDesc)
void
setLowSrc(String lowSrc)
void
setName(String name)
void
setSrc(String src)
void
setUseMap(String useMap)
void
setVspace(String vspace)
void
setWidth(String width)

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.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setOwnerDocument, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

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

Constructor Details

HTMLImageElementImpl

public HTMLImageElementImpl(HTMLDocumentImpl owner,
                            String name)
Constructor requires owner document.
Parameters:
owner - The owner HTML document

Method Details

getAlign

public String getAlign()
Specified by:
getAlign in interface org.w3c.dom.html.HTMLImageElement

getAlt

public String getAlt()
Specified by:
getAlt in interface org.w3c.dom.html.HTMLImageElement

getBorder

public String getBorder()
Specified by:
getBorder in interface org.w3c.dom.html.HTMLImageElement

getHeight

public String getHeight()
Specified by:
getHeight in interface org.w3c.dom.html.HTMLImageElement

getHspace

public String getHspace()
Specified by:
getHspace in interface org.w3c.dom.html.HTMLImageElement

getIsMap

public boolean getIsMap()
Specified by:
getIsMap in interface org.w3c.dom.html.HTMLImageElement

getLongDesc

public String getLongDesc()
Specified by:
getLongDesc in interface org.w3c.dom.html.HTMLImageElement

getLowSrc

public String getLowSrc()
Specified by:
getLowSrc in interface org.w3c.dom.html.HTMLImageElement

getName

public String getName()
Specified by:
getName in interface org.w3c.dom.html.HTMLImageElement

getSrc

public String getSrc()
Specified by:
getSrc in interface org.w3c.dom.html.HTMLImageElement

getUseMap

public String getUseMap()
Specified by:
getUseMap in interface org.w3c.dom.html.HTMLImageElement

getVspace

public String getVspace()
Specified by:
getVspace in interface org.w3c.dom.html.HTMLImageElement

getWidth

public String getWidth()
Specified by:
getWidth in interface org.w3c.dom.html.HTMLImageElement

setAlign

public void setAlign(String align)
Specified by:
setAlign in interface org.w3c.dom.html.HTMLImageElement

setAlt

public void setAlt(String alt)
Specified by:
setAlt in interface org.w3c.dom.html.HTMLImageElement

setBorder

public void setBorder(String border)
Specified by:
setBorder in interface org.w3c.dom.html.HTMLImageElement

setHeight

public void setHeight(String height)
Specified by:
setHeight in interface org.w3c.dom.html.HTMLImageElement

setHspace

public void setHspace(String hspace)
Specified by:
setHspace in interface org.w3c.dom.html.HTMLImageElement

setIsMap

public void setIsMap(boolean isMap)
Specified by:
setIsMap in interface org.w3c.dom.html.HTMLImageElement

setLongDesc

public void setLongDesc(String longDesc)
Specified by:
setLongDesc in interface org.w3c.dom.html.HTMLImageElement

setLowSrc

public void setLowSrc(String lowSrc)
Specified by:
setLowSrc in interface org.w3c.dom.html.HTMLImageElement

setName

public void setName(String name)
Specified by:
setName in interface org.w3c.dom.html.HTMLImageElement

setSrc

public void setSrc(String src)
Specified by:
setSrc in interface org.w3c.dom.html.HTMLImageElement

setUseMap

public void setUseMap(String useMap)
Specified by:
setUseMap in interface org.w3c.dom.html.HTMLImageElement

setVspace

public void setVspace(String vspace)
Specified by:
setVspace in interface org.w3c.dom.html.HTMLImageElement

setWidth

public void setWidth(String width)
Specified by:
setWidth in interface org.w3c.dom.html.HTMLImageElement

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.