- 所有超级接口:
-
Element
,HTMLElement
,Node
嵌入的Java小程序。请参阅HTML 4.0中APPLET元素的定义。此元素在HTML 4.0中已被弃用。
另请参阅文档对象模型(DOM)Level 2规范。
- 自版本:
- 1.4, DOM Level 2
-
Field Summary
Fields declared in interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
将此对象(垂直或水平)与其周围文本对齐。getAlt()
用户代理未呈现此元素的正常内容时的替代文本。逗号分隔的存档列表。getCode()
小程序类文件。小程序的可选基本URI。覆盖高度。此图像、小程序或对象左右两侧的水平空间。getName()
小程序的名称。序列化小程序文件。图像、小程序或对象上下方的垂直空间。getWidth()
覆盖宽度。void
void
void
setArchive
(String archive) void
void
setCodeBase
(String codeBase) void
void
void
void
void
void
Methods declared in 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 declared in interface org.w3c.dom.html.HTMLElement
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
Methods declared in 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
-
Method Details
-
getAlign
String getAlign()将此对象(垂直或水平)与其周围文本对齐。请参阅HTML 4.0中的align属性定义。此属性在HTML 4.0中已被弃用。 -
setAlign
-
getAlt
String getAlt()用户代理未呈现此元素的正常内容时的替代文本。请参阅HTML 4.0中的alt属性定义。此属性在HTML 4.0中已被弃用。 -
setAlt
-
getArchive
String getArchive()逗号分隔的存档列表。请参阅HTML 4.0中的archive属性定义。此属性在HTML 4.0中已被弃用。 -
setArchive
-
getCode
String getCode()小程序类文件。请参阅HTML 4.0中的code属性定义。此属性在HTML 4.0中已被弃用。 -
setCode
-
getCodeBase
String getCodeBase()小程序的可选基本URI。请参阅HTML 4.0中的codebase属性定义。此属性在HTML 4.0中已被弃用。 -
setCodeBase
-
getHeight
String getHeight()覆盖高度。请参阅HTML 4.0中的height属性定义。此属性在HTML 4.0中已被弃用。 -
setHeight
-
getHspace
String getHspace()图像、小程序或对象左右两侧的水平空间。请参阅HTML 4.0中的hspace属性定义。此属性在HTML 4.0中已被弃用。 -
setHspace
-
getName
String getName()小程序的名称。请参阅HTML 4.0中的name属性定义。此属性在HTML 4.0中已被弃用。 -
setName
-
getObject
String getObject()序列化小程序文件。请参阅HTML 4.0中的object属性定义。此属性在HTML 4.0中已被弃用。 -
setObject
-
getVspace
String getVspace()图像、小程序或对象上下方的垂直空间。请参阅HTML 4.0中的vspace属性定义。此属性在HTML 4.0中已被弃用。 -
setVspace
-
getWidth
String getWidth()覆盖宽度。请参阅HTML 4.0中的width属性定义。此属性在HTML 4.0中已被弃用。 -
setWidth
-