Class HTMLImageElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
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
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLImageElement, Node, NodeList, TypeInfo

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

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
See Also:
  • Constructor Details

    • HTMLImageElementImpl

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

    • getLowSrc

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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