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