|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
HTMLAppletElement
,
HTMLElementImpl
,
Serialized FormField 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 documentMethod Detail |
---|
public java.lang.String getAlign()
HTMLAppletElement
getAlign
in interface HTMLAppletElement
public void setAlign(java.lang.String align)
setAlign
in interface HTMLAppletElement
public java.lang.String getAlt()
HTMLAppletElement
getAlt
in interface HTMLAppletElement
public void setAlt(java.lang.String alt)
setAlt
in interface HTMLAppletElement
public java.lang.String getArchive()
HTMLAppletElement
getArchive
in interface HTMLAppletElement
public void setArchive(java.lang.String archive)
setArchive
in interface HTMLAppletElement
public java.lang.String getCode()
HTMLAppletElement
getCode
in interface HTMLAppletElement
public void setCode(java.lang.String code)
setCode
in interface HTMLAppletElement
public java.lang.String getCodeBase()
HTMLAppletElement
getCodeBase
in interface HTMLAppletElement
public void setCodeBase(java.lang.String codeBase)
setCodeBase
in interface HTMLAppletElement
public java.lang.String getHeight()
HTMLAppletElement
getHeight
in interface HTMLAppletElement
public void setHeight(java.lang.String height)
setHeight
in interface HTMLAppletElement
public java.lang.String getHspace()
HTMLAppletElement
getHspace
in interface HTMLAppletElement
public void setHspace(java.lang.String height)
setHspace
in interface HTMLAppletElement
public java.lang.String getName()
HTMLAppletElement
getName
in interface HTMLAppletElement
public void setName(java.lang.String name)
setName
in interface HTMLAppletElement
public java.lang.String getObject()
HTMLAppletElement
getObject
in interface HTMLAppletElement
public void setObject(java.lang.String object)
setObject
in interface HTMLAppletElement
public java.lang.String getVspace()
HTMLAppletElement
getVspace
in interface HTMLAppletElement
public void setVspace(java.lang.String vspace)
setVspace
in interface HTMLAppletElement
public java.lang.String getWidth()
HTMLAppletElement
getWidth
in interface HTMLAppletElement
public 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 |