Uses of Interface
org.w3c.dom.html.HTMLCollection
-
Packages that use HTMLCollection 软件包 描述 org.w3c.dom.html 提供DOM Level 2 HTML规范的接口。 -
-
Uses of HTMLCollection in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLCollection Modifier and Type 方法 描述 HTMLCollection
HTMLDocument. getAnchors()
一个文档中所有锚(A
)元素的集合,其值为name
属性。HTMLCollection
HTMLDocument. getApplets()
所有OBJECT
元素的集合,其中包括applet和APPLET
(不推荐使用)元素在文档中。HTMLCollection
HTMLMapElement. getAreas()
为图像映射定义的区域列表。HTMLCollection
HTMLTableRowElement. getCells()
这行中单元格的集合。HTMLCollection
HTMLFormElement. getElements()
返回表单中所有控件元素的集合。HTMLCollection
HTMLDocument. getForms()
文件的所有形式的集合。HTMLCollection
HTMLDocument. getImages()
文件中所有IMG
元素的集合。HTMLCollection
HTMLDocument. getLinks()
所有AREA
元素和锚(A
)元素的集合,其中的值为href
属性。HTMLCollection
HTMLSelectElement. getOptions()
该元素包含的OPTION
元素的集合。HTMLCollection
HTMLTableElement. getRows()
返回表中的所有行,包括所有的集合THEAD
,TFOOT
,所有TBODY
元素。HTMLCollection
HTMLTableSectionElement. getRows()
此表部分中的行集合。HTMLCollection
HTMLTableElement. getTBodies()
Returns a collection of the defined table bodies.
-