org.apache.html.dom
public class HTMLElementImpl extends ElementImpl implements HTMLElement
id, title, lang,
dir and class attributes. Other elements
add their own specific attributes.
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:41:07 $
See Also: org.w3c.dom.html.HTMLElement
| Method Summary | |
|---|---|
| String | getAttribute(String attrName) |
| Attr | getAttributeNode(String attrName) |
| Attr | getAttributeNodeNS(String namespaceURI, String localName) |
| String | getAttributeNS(String namespaceURI, String localName) |
| String | getClassName() |
| String | getDir() |
| NodeList | getElementsByTagName(String tagName) |
| NodeList | getElementsByTagNameNS(String namespaceURI, String localName) |
| HTMLFormElement | getForm()
Convenience method returns the form in which this form element is contained.
|
| String | getId() |
| String | getLang() |
| String | getTitle() |
| void | setClassName(String className) |
| void | setDir(String dir) |
| void | setId(String id) |
| void | setLang(String lang) |
| void | setTitle(String title) |