|
||||||||||
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.HTMLObjectElementImpl
public class HTMLObjectElementImpl
HTMLObjectElement
,
ElementImpl
,
Serialized FormField 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 documentMethod Detail |
---|
public java.lang.String getCode()
HTMLObjectElement
code
attribute for
HTMLAppletElement.
getCode
in interface HTMLObjectElement
public void setCode(java.lang.String code)
setCode
in interface HTMLObjectElement
public java.lang.String getAlign()
HTMLObjectElement
getAlign
in interface HTMLObjectElement
public void setAlign(java.lang.String align)
setAlign
in interface HTMLObjectElement
public java.lang.String getArchive()
HTMLObjectElement
getArchive
in interface HTMLObjectElement
public void setArchive(java.lang.String archive)
setArchive
in interface HTMLObjectElement
public java.lang.String getBorder()
HTMLObjectElement
getBorder
in interface HTMLObjectElement
public void setBorder(java.lang.String border)
setBorder
in interface HTMLObjectElement
public java.lang.String getCodeBase()
HTMLObjectElement
classid
, data
, and
archive
attributes. See the codebase attribute definition
in HTML 4.0.
getCodeBase
in interface HTMLObjectElement
public void setCodeBase(java.lang.String codeBase)
setCodeBase
in interface HTMLObjectElement
public java.lang.String getCodeType()
HTMLObjectElement
classid
attribute. See
the codetype attribute definition in HTML 4.0.
getCodeType
in interface HTMLObjectElement
public void setCodeType(java.lang.String codeType)
setCodeType
in interface HTMLObjectElement
public java.lang.String getData()
HTMLObjectElement
getData
in interface HTMLObjectElement
public void setData(java.lang.String data)
setData
in interface HTMLObjectElement
public boolean getDeclare()
HTMLObjectElement
getDeclare
in interface HTMLObjectElement
public void setDeclare(boolean declare)
setDeclare
in interface HTMLObjectElement
public java.lang.String getHeight()
HTMLObjectElement
getHeight
in interface HTMLObjectElement
public void setHeight(java.lang.String height)
setHeight
in interface HTMLObjectElement
public java.lang.String getHspace()
HTMLObjectElement
getHspace
in interface HTMLObjectElement
public void setHspace(java.lang.String hspace)
setHspace
in interface HTMLObjectElement
public java.lang.String getName()
HTMLObjectElement
getName
in interface HTMLObjectElement
public void setName(java.lang.String name)
setName
in interface HTMLObjectElement
public java.lang.String getStandby()
HTMLObjectElement
getStandby
in interface HTMLObjectElement
public void setStandby(java.lang.String standby)
setStandby
in interface HTMLObjectElement
public int getTabIndex()
HTMLObjectElement
getTabIndex
in interface HTMLObjectElement
public void setTabIndex(int tabIndex)
setTabIndex
in interface HTMLObjectElement
public java.lang.String getType()
HTMLObjectElement
data
attribute. See the
type attribute definition in HTML 4.0.
getType
in interface HTMLObjectElement
public void setType(java.lang.String type)
setType
in interface HTMLObjectElement
public java.lang.String getUseMap()
HTMLObjectElement
getUseMap
in interface HTMLObjectElement
public void setUseMap(java.lang.String useMap)
setUseMap
in interface HTMLObjectElement
public java.lang.String getVspace()
HTMLObjectElement
getVspace
in interface HTMLObjectElement
public void setVspace(java.lang.String vspace)
setVspace
in interface HTMLObjectElement
public java.lang.String getWidth()
HTMLObjectElement
getWidth
in interface HTMLObjectElement
public 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 |