public class ObjectTag extends HTMLTag
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
ObjectTag() |
ObjectTag(XMLNode inXMLNode) |
Modifier and Type | Method and Description |
---|---|
String |
getHeight() |
String |
getWidth() |
ObjectTag |
setArchive(String inValue)
This attribute may be used to specify a space-separated list of URIs for
archives containing resources relevant to the object, which may include the
resources specified by the
classid and data attributes. |
ObjectTag |
setBorder(int inValue)
Deprecated.
|
ObjectTag |
setClass(String inValue) |
ObjectTag |
setClassId(String inValue) |
ObjectTag |
setCodebase(String inValue) |
ObjectTag |
setCodetype(String inValue)
This attribute specifies the content type of data expected when downloading
the object specified by
classid . |
ObjectTag |
setData(String inValue) |
ObjectTag |
setDeclare()
When present, this boolean attribute makes the current OBJECT definition a
declaration only.
|
ObjectTag |
setHeight(int inValue) |
ObjectTag |
setHeight(String inValue) |
ObjectTag |
setStandby(String inValue)
This attribute specifies a message that a user agent may render while loading
the object's implementation and data.
|
ObjectTag |
setTabIndex(int inValue) |
ObjectTag |
setType(String inValue)
This attribute specifies the content type for the data specified by data.
|
ObjectTag |
setUseMap(String inValue) |
ObjectTag |
setWidth(int inValue) |
ObjectTag |
setWidth(String inValue) |
addClass, addStyle, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setDraggable, setId, setStyle, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toText
addSubtag, addSubtag, addXMLNamespaceDeclaration, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setNamespace, setTagName, setTagName, toIndentedXML, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public ObjectTag setArchive(String inValue)
classid
and data
attributes.
Preloading archives will generally result in reduced load times for objects.
Archives specified as relative URIs should be interpreted relative to the
codebase
attribute.inValue
- the value to use for the 'archive' attributepublic ObjectTag setClassId(String inValue)
public ObjectTag setCodebase(String inValue)
public ObjectTag setCodetype(String inValue)
classid
. This attribute is optional but
recommended when classid
is specified since it allows the user
agent to avoid loading information for unsupported content types. When absent,
it defaults to the value of the type
attribute.inValue
- the value to use for the 'codetype' attributepublic ObjectTag setDeclare()
public ObjectTag setStandby(String inValue)
inValue
- the value to use for the 'standby' attributepublic ObjectTag setTabIndex(int inValue)
public ObjectTag setType(String inValue)
inValue
- the value to use for the 'type' attribute
jataylor@hairyfatguy.com