|
||||||||||
| 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.HTMLObjectElementImpl
public class HTMLObjectElementImpl
HTMLObjectElement,
ElementImpl,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
HTMLObjectElementImpl(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 |
getArchive()
Space-separated list of archives. |
java.lang.String |
getBorder()
Width of border around the object. |
java.lang.String |
getCode()
Applet class file. |
java.lang.String |
getCodeBase()
Base URI for classid, data, and
archive attributes. |
java.lang.String |
getCodeType()
Content type for data downloaded via classid attribute. |
java.lang.String |
getData()
A URI specifying the location of the object's data. |
boolean |
getDeclare()
Declare (for future reference), but do not instantiate, thisobject. |
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()
Form control or object name when submitted with a form. |
java.lang.String |
getStandby()
Message to render while loading the object. |
int |
getTabIndex()
Index that represents the element's position in the tabbing order. |
java.lang.String |
getType()
Content type for data downloaded via data attribute. |
java.lang.String |
getUseMap()
Use client-side image map. |
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 |
setArchive(java.lang.String archive)
|
void |
setBorder(java.lang.String border)
|
void |
setCode(java.lang.String code)
|
void |
setCodeBase(java.lang.String codeBase)
|
void |
setCodeType(java.lang.String codeType)
|
void |
setData(java.lang.String data)
|
void |
setDeclare(boolean declare)
|
void |
setHeight(java.lang.String height)
|
void |
setHspace(java.lang.String hspace)
|
void |
setName(java.lang.String name)
|
void |
setStandby(java.lang.String standby)
|
void |
setTabIndex(int tabIndex)
|
void |
setType(java.lang.String type)
|
void |
setUseMap(java.lang.String useMap)
|
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.HTMLObjectElement |
|---|
getForm |
| 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 HTMLObjectElementImpl(HTMLDocumentImpl owner,
java.lang.String name)
owner - The owner HTML document| Method Detail |
|---|
public java.lang.String getCode()
HTMLObjectElementcode attribute for
HTMLAppletElement.
getCode in interface HTMLObjectElementpublic void setCode(java.lang.String code)
setCode in interface HTMLObjectElementpublic java.lang.String getAlign()
HTMLObjectElement
getAlign in interface HTMLObjectElementpublic void setAlign(java.lang.String align)
setAlign in interface HTMLObjectElementpublic java.lang.String getArchive()
HTMLObjectElement
getArchive in interface HTMLObjectElementpublic void setArchive(java.lang.String archive)
setArchive in interface HTMLObjectElementpublic java.lang.String getBorder()
HTMLObjectElement
getBorder in interface HTMLObjectElementpublic void setBorder(java.lang.String border)
setBorder in interface HTMLObjectElementpublic java.lang.String getCodeBase()
HTMLObjectElementclassid, data, and
archive attributes. See the codebase attribute definition
in HTML 4.0.
getCodeBase in interface HTMLObjectElementpublic void setCodeBase(java.lang.String codeBase)
setCodeBase in interface HTMLObjectElementpublic java.lang.String getCodeType()
HTMLObjectElementclassid attribute. See
the codetype attribute definition in HTML 4.0.
getCodeType in interface HTMLObjectElementpublic void setCodeType(java.lang.String codeType)
setCodeType in interface HTMLObjectElementpublic java.lang.String getData()
HTMLObjectElement
getData in interface HTMLObjectElementpublic void setData(java.lang.String data)
setData in interface HTMLObjectElementpublic boolean getDeclare()
HTMLObjectElement
getDeclare in interface HTMLObjectElementpublic void setDeclare(boolean declare)
setDeclare in interface HTMLObjectElementpublic java.lang.String getHeight()
HTMLObjectElement
getHeight in interface HTMLObjectElementpublic void setHeight(java.lang.String height)
setHeight in interface HTMLObjectElementpublic java.lang.String getHspace()
HTMLObjectElement
getHspace in interface HTMLObjectElementpublic void setHspace(java.lang.String hspace)
setHspace in interface HTMLObjectElementpublic java.lang.String getName()
HTMLObjectElement
getName in interface HTMLObjectElementpublic void setName(java.lang.String name)
setName in interface HTMLObjectElementpublic java.lang.String getStandby()
HTMLObjectElement
getStandby in interface HTMLObjectElementpublic void setStandby(java.lang.String standby)
setStandby in interface HTMLObjectElementpublic int getTabIndex()
HTMLObjectElement
getTabIndex in interface HTMLObjectElementpublic void setTabIndex(int tabIndex)
setTabIndex in interface HTMLObjectElementpublic java.lang.String getType()
HTMLObjectElementdata attribute. See the
type attribute definition in HTML 4.0.
getType in interface HTMLObjectElementpublic void setType(java.lang.String type)
setType in interface HTMLObjectElementpublic java.lang.String getUseMap()
HTMLObjectElement
getUseMap in interface HTMLObjectElementpublic void setUseMap(java.lang.String useMap)
setUseMap in interface HTMLObjectElementpublic java.lang.String getVspace()
HTMLObjectElement
getVspace in interface HTMLObjectElementpublic void setVspace(java.lang.String vspace)
setVspace in interface HTMLObjectElementpublic java.lang.String getWidth()
HTMLObjectElement
getWidth in interface HTMLObjectElementpublic void setWidth(java.lang.String width)
setWidth in interface HTMLObjectElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||