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 方法 描述 HTMLCollectionHTMLDocument. getAnchors()一个文档中所有锚(A)元素的集合,其值为name属性。HTMLCollectionHTMLDocument. getApplets()所有OBJECT元素的集合,其中包括applet和APPLET(不推荐使用)元素在文档中。HTMLCollectionHTMLMapElement. getAreas()为图像映射定义的区域列表。HTMLCollectionHTMLTableRowElement. getCells()这行中单元格的集合。HTMLCollectionHTMLFormElement. getElements()返回表单中所有控件元素的集合。HTMLCollectionHTMLDocument. getForms()文件的所有形式的集合。HTMLCollectionHTMLDocument. getImages()文件中所有IMG元素的集合。HTMLCollectionHTMLDocument. getLinks()所有AREA元素和锚(A)元素的集合,其中的值为href属性。HTMLCollectionHTMLSelectElement. getOptions()该元素包含的OPTION元素的集合。HTMLCollectionHTMLTableElement. getRows()返回表中的所有行,包括所有的集合THEAD,TFOOT,所有TBODY元素。HTMLCollectionHTMLTableSectionElement. getRows()此表部分中的行集合。HTMLCollectionHTMLTableElement. getTBodies()Returns a collection of the defined table bodies.
-