org.kde.koala
public class HTMLMetaElement extends HTMLElement
UNKNOWN: This contains generic meta-information about the document.
| Constructor Summary | |
|---|---|
| protected | HTMLMetaElement(Class dummy) |
| HTMLMetaElement() | |
| HTMLMetaElement(HTMLMetaElement other) | |
| HTMLMetaElement(Node other) | |
| Method Summary | |
|---|---|
| String | content()
Associated information. |
| String | httpEquiv()
HTTP response header name. |
| String | name()
Meta information name. |
| String | scheme()
Select form of content. |
| void | setContent(String arg1)
see content |
| void | setHttpEquiv(String arg1)
see httpEquiv |
| void | setName(String arg1)
see name |
| void | setScheme(String arg1)
see scheme |
UNKNOWN: Associated information.
UNKNOWN: HTTP response header name.
UNKNOWN: Meta information name.
UNKNOWN: Select form of content.
UNKNOWN: see content
UNKNOWN: see httpEquiv
UNKNOWN: see name
UNKNOWN: see scheme