Uses of Interface
org.w3c.dom.html.HTMLCollection

Packages that use HTMLCollection
org.enhydra.apache.html.dom   
org.w3c.dom.html   
 

Uses of HTMLCollection in org.enhydra.apache.html.dom
 

Classes in org.enhydra.apache.html.dom that implement HTMLCollection
(package private)  class HTMLCollectionImpl
          Implements HTMLCollection to traverse any named elements on a HTMLDocument.
 

Fields in org.enhydra.apache.html.dom declared as HTMLCollection
(package private)  HTMLCollection HTMLTableRowElementImpl._cells
           
 

Methods in org.enhydra.apache.html.dom that return HTMLCollection
 HTMLCollection HTMLTableSectionElementImpl.getRows()
           
 HTMLCollection HTMLTableRowElementImpl.getCells()
           
 HTMLCollection HTMLTableElementImpl.getRows()
           
 HTMLCollection HTMLTableElementImpl.getTBodies()
           
 HTMLCollection HTMLSelectElementImpl.getOptions()
           
 HTMLCollection HTMLMapElementImpl.getAreas()
           
 HTMLCollection HTMLFormElementImpl.getElements()
           
 HTMLCollection HTMLDocumentImpl.getImages()
           
 HTMLCollection HTMLDocumentImpl.getApplets()
           
 HTMLCollection HTMLDocumentImpl.getLinks()
           
 HTMLCollection HTMLDocumentImpl.getForms()
           
 HTMLCollection HTMLDocumentImpl.getAnchors()
           
 

Methods in org.enhydra.apache.html.dom with parameters of type HTMLCollection
 void HTMLTableRowElementImpl.setCells(HTMLCollection cells)
           
 

Uses of HTMLCollection in org.w3c.dom.html
 

Methods in org.w3c.dom.html that return HTMLCollection
 HTMLCollection HTMLTableRowElement.getCells()
          The collection of cells in this row.
 HTMLCollection HTMLTableSectionElement.getRows()
          The collection of rows in this table section.
 HTMLCollection HTMLTableElement.getRows()
          Returns a collection of all the rows in the table, including all in THEAD , TFOOT , all TBODY elements.
 HTMLCollection HTMLTableElement.getTBodies()
          Returns a collection of the defined table bodies.
 HTMLCollection HTMLSelectElement.getOptions()
          The collection of OPTION elements contained by this element.
 HTMLCollection HTMLMapElement.getAreas()
          The list of areas defined for the image map.
 HTMLCollection HTMLDocument.getImages()
          A collection of all the IMG elements in a document.
 HTMLCollection HTMLDocument.getApplets()
          A collection of all the OBJECT elements that include applets and APPLET ( deprecated ) elements in a document.
 HTMLCollection HTMLDocument.getLinks()
          A collection of all AREA elements and anchor ( A ) elements in a document with a value for the href attribute.
 HTMLCollection HTMLDocument.getForms()
          A collection of all the forms of a document.
 HTMLCollection HTMLDocument.getAnchors()
          A collection of all the anchor (A ) elements in a document with a value for the name attribute.
 HTMLCollection HTMLFormElement.getElements()
          Returns a collection of all control elements in the form.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.