net.sf.jolene.dom
Class Image

java.lang.Object
  extended by net.sf.jolene.dom.HTMLElement
      extended by net.sf.jolene.dom.Image
All Implemented Interfaces:
java.lang.Cloneable, IAttributes, ICollection, IStyles

public final class Image
extends HTMLElement

An image in a html document.

Author:
Dan Howard

Constructor Summary
Image()
          Default constructor.
 
Method Summary
 Image clone()
          Returns a clone of the image object.
 
Methods inherited from class net.sf.jolene.dom.HTMLElement
clear, getAfterText, getAttribute, getBeforeText, getContent, getName, getStyle, getTag, getValue, hasAttribute, hasStyle, isChecked, isDisabled, isReadonly, isRenderable, keySet, removeAttribute, removeStyle, resetStyles, resetStyles, setAfterText, setAttribute, setBeforeText, setChecked, setContent, setDisabled, setName, setReadonly, setRenderable, setStyle, setStyles, setStyles, setValue, swapWith, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image

public Image()
Default constructor.

Method Detail

clone

public Image clone()
Returns a clone of the image object.

Overrides:
clone in class HTMLElement
Returns:
Image object.
See Also:
DocumentFactory