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.HTMLAppletElementImpl
org.w3c.dom.html.HTMLAppletElement
, HTMLElementImpl
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 | |
String |
|
String | |
String | |
String |
|
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 , setOwnerDocument , setReadOnly , setTextContent , synchronizeChildren |
public HTMLAppletElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public String getAlign()
public String getAlt()
public String getArchive()
public String getCode()
public String getCodeBase()
public String getHeight()
public String getHspace()
public String getName()
public String getObject()
public String getVspace()
public String getWidth()
public void setAlign(String align)
public void setAlt(String alt)
public void setArchive(String archive)
public void setCode(String code)
public void setCodeBase(String codeBase)
public void setHeight(String height)
public void setHspace(String height)
public void setName(String name)
public void setObject(String object)
public void setVspace(String vspace)
public void setWidth(String width)