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 变量和类型 方法 描述 HTMLCollection
HTMLDocument. getAnchors()
文档中具有name
属性值的所有锚点(A
)元素的name
。HTMLCollection
HTMLDocument. getApplets()
包含applet和APPLET
(不建议使用)元素的所有OBJECT
元素的集合。HTMLCollection
HTMLMapElement. getAreas()
为图像映射定义的区域列表。HTMLCollection
HTMLTableRowElement. getCells()
此行中的单元格集合。HTMLCollection
HTMLFormElement. getElements()
返回表单中所有控件元素的集合。HTMLCollection
HTMLDocument. getForms()
所有形式的文档的集合。HTMLCollection
HTMLDocument. getImages()
文档中所有IMG
元素的集合。HTMLCollection
HTMLDocument. getLinks()
文档中具有href
属性值的所有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.
-