com.meterware.httpunit.dom
Interface HTMLContainerElement
- All Known Implementing Classes:
- HTMLDocumentImpl, HTMLParagraphElementImpl, HTMLTableCellElementImpl
public interface HTMLContainerElement
- Author:
- Russell Gold
Method Summary |
org.w3c.dom.html.HTMLCollection |
getAnchors()
|
org.w3c.dom.html.HTMLCollection |
getApplets()
|
org.w3c.dom.html.HTMLCollection |
getForms()
|
org.w3c.dom.html.HTMLCollection |
getImages()
|
org.w3c.dom.html.HTMLCollection |
getLinks()
|
getLinks
org.w3c.dom.html.HTMLCollection getLinks()
getImages
org.w3c.dom.html.HTMLCollection getImages()
getApplets
org.w3c.dom.html.HTMLCollection getApplets()
getForms
org.w3c.dom.html.HTMLCollection getForms()
getAnchors
org.w3c.dom.html.HTMLCollection getAnchors()
Copyright © 2011. All Rights Reserved.