org.apache.html.dom
public class HTMLStyleElementImpl extends HTMLElementImpl implements HTMLStyleElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:12:37 $
See Also: org.w3c.dom.html.HTMLStyleElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLStyleElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| boolean | getDisabled() |
| String | getMedia() |
| String | getType() |
| void | setDisabled(boolean disabled) |
| void | setMedia(String media) |
| void | setType(String type) |
Parameters: owner The owner HTML document