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.HTMLObjectElementImpl
public class HTMLObjectElementImpl
extends HTMLElementImpl
implements HTMLObjectElement, HTMLFormControl
org.w3c.dom.html.HTMLObjectElement
, 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 | |
String | |
String |
|
boolean | |
String | |
String | |
String |
|
String | |
int | |
String |
|
String | |
String | |
String |
|
void |
|
void |
|
void |
|
void |
|
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 , setReadOnly , setTextContent , synchronizeChildren |
public HTMLObjectElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public String getAlign()
public String getArchive()
public String getBorder()
public String getCode()
public String getCodeBase()
public String getCodeType()
public String getData()
public boolean getDeclare()
public String getHeight()
public String getHspace()
public String getName()
public String getStandby()
public int getTabIndex()
public String getType()
public String getUseMap()
public String getVspace()
public String getWidth()
public void setAlign(String align)
public void setArchive(String archive)
public void setBorder(String border)
public void setCode(String code)
public void setCodeBase(String codeBase)
public void setCodeType(String codeType)
public void setData(String data)
public void setDeclare(boolean declare)
public void setHeight(String height)
public void setHspace(String hspace)
public void setName(String name)
public void setStandby(String standby)
public void setTabIndex(int tabIndex)
public void setType(String type)
public void setUseMap(String useMap)
public void setVspace(String vspace)
public void setWidth(String width)