|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
HTMLAppletElement,
HTMLElementImpl,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
HTMLAppletElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
Constructor requires owner document. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
java.lang.String |
getAlt()
Alternate text for user agents not rendering the normal contentof this element. |
java.lang.String |
getArchive()
Comma-separated archive list. |
java.lang.String |
getCode()
Applet class file. |
java.lang.String |
getCodeBase()
Optional base URI for applet. |
java.lang.String |
getHeight()
Override height. |
java.lang.String |
getHspace()
Horizontal space to the left and right of this image, applet, or object. |
java.lang.String |
getName()
The name of the applet. |
java.lang.String |
getObject()
Serialized applet file. |
java.lang.String |
getVspace()
Vertical space above and below this image, applet, or object. |
java.lang.String |
getWidth()
Override width. |
void |
setAlign(java.lang.String align)
|
void |
setAlt(java.lang.String alt)
|
void |
setArchive(java.lang.String archive)
|
void |
setCode(java.lang.String code)
|
void |
setCodeBase(java.lang.String codeBase)
|
void |
setHeight(java.lang.String height)
|
void |
setHspace(java.lang.String height)
|
void |
setName(java.lang.String name)
|
void |
setObject(java.lang.String object)
|
void |
setVspace(java.lang.String vspace)
|
void |
setWidth(java.lang.String width)
|
| Methods inherited from class org.apache.html.dom.HTMLElementImpl |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getClassName, getDir, getElementsByTagName, getElementsByTagNameNS, getForm, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
|---|
cloneNode, getAttributes, getBaseURI, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setReadOnly |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, item, removeChild, replaceChild, setTextContent |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, compareDocumentPosition, compareTreePosition, dispatchEvent, getFeature, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.html.HTMLElement |
|---|
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public HTMLAppletElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
owner - The owner HTML document| Method Detail |
|---|
public java.lang.String getAlign()
HTMLAppletElement
getAlign in interface HTMLAppletElementpublic void setAlign(java.lang.String align)
setAlign in interface HTMLAppletElementpublic java.lang.String getAlt()
HTMLAppletElement
getAlt in interface HTMLAppletElementpublic void setAlt(java.lang.String alt)
setAlt in interface HTMLAppletElementpublic java.lang.String getArchive()
HTMLAppletElement
getArchive in interface HTMLAppletElementpublic void setArchive(java.lang.String archive)
setArchive in interface HTMLAppletElementpublic java.lang.String getCode()
HTMLAppletElement
getCode in interface HTMLAppletElementpublic void setCode(java.lang.String code)
setCode in interface HTMLAppletElementpublic java.lang.String getCodeBase()
HTMLAppletElement
getCodeBase in interface HTMLAppletElementpublic void setCodeBase(java.lang.String codeBase)
setCodeBase in interface HTMLAppletElementpublic java.lang.String getHeight()
HTMLAppletElement
getHeight in interface HTMLAppletElementpublic void setHeight(java.lang.String height)
setHeight in interface HTMLAppletElementpublic java.lang.String getHspace()
HTMLAppletElement
getHspace in interface HTMLAppletElementpublic void setHspace(java.lang.String height)
setHspace in interface HTMLAppletElementpublic java.lang.String getName()
HTMLAppletElement
getName in interface HTMLAppletElementpublic void setName(java.lang.String name)
setName in interface HTMLAppletElementpublic java.lang.String getObject()
HTMLAppletElement
getObject in interface HTMLAppletElementpublic void setObject(java.lang.String object)
setObject in interface HTMLAppletElementpublic java.lang.String getVspace()
HTMLAppletElement
getVspace in interface HTMLAppletElementpublic void setVspace(java.lang.String vspace)
setVspace in interface HTMLAppletElementpublic java.lang.String getWidth()
HTMLAppletElement
getWidth in interface HTMLAppletElementpublic void setWidth(java.lang.String width)
setWidth in interface HTMLAppletElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||