Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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.HTMLAppletElementImpl
public class HTMLAppletElementImpl
extends HTMLElementImpl
implements org.w3c.dom.html.HTMLAppletElement
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 |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE , CDATA_SECTION_NODE , COMMENT_NODE , DOCUMENT_FRAGMENT_NODE , DOCUMENT_NODE , DOCUMENT_TYPE_NODE , ELEMENT_NODE , ENTITY_NODE , ENTITY_REFERENCE_NODE , NOTATION_NODE , PROCESSING_INSTRUCTION_NODE , TEXT_NODE |
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 , setReadOnly , setTextContent , synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public HTMLAppletElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
- Parameters:
owner
- The owner HTML document
public String getAlign()
- Specified by:
- getAlign in interface org.w3c.dom.html.HTMLAppletElement
public String getArchive()
- Specified by:
- getArchive in interface org.w3c.dom.html.HTMLAppletElement
public String getCodeBase()
- Specified by:
- getCodeBase in interface org.w3c.dom.html.HTMLAppletElement
public String getHeight()
- Specified by:
- getHeight in interface org.w3c.dom.html.HTMLAppletElement
public String getHspace()
- Specified by:
- getHspace in interface org.w3c.dom.html.HTMLAppletElement
public String getObject()
- Specified by:
- getObject in interface org.w3c.dom.html.HTMLAppletElement
public String getVspace()
- Specified by:
- getVspace in interface org.w3c.dom.html.HTMLAppletElement
public String getWidth()
- Specified by:
- getWidth in interface org.w3c.dom.html.HTMLAppletElement
public void setAlign(String align)
- Specified by:
- setAlign in interface org.w3c.dom.html.HTMLAppletElement
public void setAlt(String alt)
- Specified by:
- setAlt in interface org.w3c.dom.html.HTMLAppletElement
public void setArchive(String archive)
- Specified by:
- setArchive in interface org.w3c.dom.html.HTMLAppletElement
public void setCode(String code)
- Specified by:
- setCode in interface org.w3c.dom.html.HTMLAppletElement
public void setCodeBase(String codeBase)
- Specified by:
- setCodeBase in interface org.w3c.dom.html.HTMLAppletElement
public void setHeight(String height)
- Specified by:
- setHeight in interface org.w3c.dom.html.HTMLAppletElement
public void setHspace(String height)
- Specified by:
- setHspace in interface org.w3c.dom.html.HTMLAppletElement
public void setName(String name)
- Specified by:
- setName in interface org.w3c.dom.html.HTMLAppletElement
public void setObject(String object)
- Specified by:
- setObject in interface org.w3c.dom.html.HTMLAppletElement
public void setVspace(String vspace)
- Specified by:
- setVspace in interface org.w3c.dom.html.HTMLAppletElement
public void setWidth(String width)
- Specified by:
- setWidth in interface org.w3c.dom.html.HTMLAppletElement