| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xerces.dom.NodeImplorg.apache.xerces.dom.ChildNodeorg.apache.xerces.dom.ParentNodeorg.apache.xerces.dom.ElementImplorg.apache.html.dom.HTMLElementImplorg.apache.html.dom.HTMLAppletElementImplpublic class HTMLAppletElementImplextends HTMLElementImplimplements org.w3c.dom.html.HTMLAppletElementorg.w3c.dom.html.HTMLAppletElement, HTMLElementImplField 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