Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomNsNode
gnu.xml.dom.DomElement
gnu.xml.dom.html2.DomHTMLElement
gnu.xml.dom.html2.DomHTMLObjectElement
Constructor Summary | |
|
Method Summary | |
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
Document |
|
String |
|
boolean |
|
HTMLFormElement |
|
String |
|
int |
|
String | |
String | |
String | |
String | |
String | |
String | |
String |
|
String | |
String | |
String |
|
int |
|
String |
|
String |
|
int |
|
String |
|
void | |
void |
|
void | |
void | |
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void | |
void |
|
void |
|
void |
|
void | |
void | |
void |
|
void |
Methods inherited from class gnu.xml.dom.html2.DomHTMLElement | |
dispatchUIEvent , getBooleanHTMLAttribute , getChildElement , getClassName , getDir , getHTMLAttribute , getId , getIndex , getIntHTMLAttribute , getLang , getParentElement , getTitle , setBooleanHTMLAttribute , setClassName , setDir , setHTMLAttribute , setId , setIntHTMLAttribute , setLang , setTitle |
Methods inherited from class gnu.xml.dom.DomNsNode | |
getLocalName , getNamespaceURI , getNodeName , getPrefix , setPrefix |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected DomHTMLObjectElement(DomHTMLDocument owner, String namespaceURI, String name)
public String getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- getAlign in interface HTMLObjectElement
public String getArchive()
Space-separated list of archives. See the archive attribute definition in HTML 4.01.
- Specified by:
- getArchive in interface HTMLObjectElement
public String getBorder()
Width of border around the object. See the border attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- getBorder in interface HTMLObjectElement
public String getCode()
Applet class file. See thecode
attribute for HTMLAppletElement.
- Specified by:
- getCode in interface HTMLObjectElement
public String getCodeBase()
Base URI [IETF RFC 2396] forclassid
,data
, andarchive
attributes. See the codebase attribute definition in HTML 4.01.
- Specified by:
- getCodeBase in interface HTMLObjectElement
public String getCodeType()
Content type for data downloaded viaclassid
attribute. See the codetype attribute definition in HTML 4.01.
- Specified by:
- getCodeType in interface HTMLObjectElement
public Document getContentDocument()
The document this object contains, if there is any and it is available, ornull
otherwise.
- Specified by:
- getContentDocument in interface HTMLObjectElement
- Since:
- DOM Level 2
public String getData()
A URI [IETF RFC 2396] specifying the location of the object's data. See the data attribute definition in HTML 4.01.
- Specified by:
- getData in interface HTMLObjectElement
public boolean getDeclare()
Declare (for future reference), but do not instantiate, this object. See the declare attribute definition in HTML 4.01.
- Specified by:
- getDeclare in interface HTMLObjectElement
public HTMLFormElement getForm()
Returns theFORM
element containing this control. Returnsnull
if this control is not within the context of a form.
- Specified by:
- getForm in interface HTMLObjectElement
public String getHeight()
Override height. See the height attribute definition in HTML 4.01.
- Specified by:
- getHeight in interface HTMLObjectElement
public int getHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- getHspace in interface HTMLObjectElement
public String getName()
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.01.
- Specified by:
- getName in interface HTMLObjectElement
public String getStandby()
Message to render while loading the object. See the standby attribute definition in HTML 4.01.
- Specified by:
- getStandby in interface HTMLObjectElement
public int getTabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
- Specified by:
- getTabIndex in interface HTMLObjectElement
public String getType()
Content type for data downloaded viadata
attribute. See the type attribute definition in HTML 4.01.
- Specified by:
- getType in interface HTMLObjectElement
public String getUseMap()
Use client-side image map. See the usemap attribute definition in HTML 4.01.
- Specified by:
- getUseMap in interface HTMLObjectElement
public int getVspace()
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- getVspace in interface HTMLObjectElement
public String getWidth()
Override width. See the width attribute definition in HTML 4.01.
- Specified by:
- getWidth in interface HTMLObjectElement
public void setAlign(String align)
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- setAlign in interface HTMLObjectElement
public void setArchive(String archive)
Space-separated list of archives. See the archive attribute definition in HTML 4.01.
- Specified by:
- setArchive in interface HTMLObjectElement
public void setBorder(String border)
Width of border around the object. See the border attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- setBorder in interface HTMLObjectElement
public void setCode(String code)
Applet class file. See thecode
attribute for HTMLAppletElement.
- Specified by:
- setCode in interface HTMLObjectElement
public void setCodeBase(String codeBase)
Base URI [IETF RFC 2396] forclassid
,data
, andarchive
attributes. See the codebase attribute definition in HTML 4.01.
- Specified by:
- setCodeBase in interface HTMLObjectElement
public void setCodeType(String codeType)
Content type for data downloaded viaclassid
attribute. See the codetype attribute definition in HTML 4.01.
- Specified by:
- setCodeType in interface HTMLObjectElement
public void setData(String data)
A URI [IETF RFC 2396] specifying the location of the object's data. See the data attribute definition in HTML 4.01.
- Specified by:
- setData in interface HTMLObjectElement
public void setDeclare(boolean declare)
Declare (for future reference), but do not instantiate, this object. See the declare attribute definition in HTML 4.01.
- Specified by:
- setDeclare in interface HTMLObjectElement
public void setHeight(String height)
Override height. See the height attribute definition in HTML 4.01.
- Specified by:
- setHeight in interface HTMLObjectElement
public void setHspace(int hspace)
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- setHspace in interface HTMLObjectElement
public void setName(String name)
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.01.
- Specified by:
- setName in interface HTMLObjectElement
public void setStandby(String standby)
Message to render while loading the object. See the standby attribute definition in HTML 4.01.
- Specified by:
- setStandby in interface HTMLObjectElement
public void setTabIndex(int tabIndex)
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.01.
- Specified by:
- setTabIndex in interface HTMLObjectElement
public void setType(String type)
Content type for data downloaded viadata
attribute. See the type attribute definition in HTML 4.01.
- Specified by:
- setType in interface HTMLObjectElement
public void setUseMap(String useMap)
Use client-side image map. See the usemap attribute definition in HTML 4.01.
- Specified by:
- setUseMap in interface HTMLObjectElement
public void setVspace(int vspace)
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
- Specified by:
- setVspace in interface HTMLObjectElement
public void setWidth(String width)
Override width. See the width attribute definition in HTML 4.01.
- Specified by:
- setWidth in interface HTMLObjectElement