org.kde.koala

Class HTMLMetaElement

public class HTMLMetaElement extends HTMLElement

This contains generic meta-information about the document. See the META element definition in HTML 4.0.

UNKNOWN: This contains generic meta-information about the document.

Constructor Summary
protected HTMLMetaElement(Class dummy)
HTMLMetaElement()
HTMLMetaElement(HTMLMetaElement other)
HTMLMetaElement(Node other)
Method Summary
Stringcontent()
Associated information.
StringhttpEquiv()
HTTP response header name.
Stringname()
Meta information name.
Stringscheme()
Select form of content.
voidsetContent(String arg1)
see content
voidsetHttpEquiv(String arg1)
see httpEquiv
voidsetName(String arg1)
see name
voidsetScheme(String arg1)
see scheme

Constructor Detail

HTMLMetaElement

protected HTMLMetaElement(Class dummy)

HTMLMetaElement

public HTMLMetaElement()

HTMLMetaElement

public HTMLMetaElement(HTMLMetaElement other)

HTMLMetaElement

public HTMLMetaElement(Node other)

Method Detail

content

public String content()
Associated information. See the content attribute definition in HTML 4.0.

UNKNOWN: Associated information.

httpEquiv

public String httpEquiv()
HTTP response header name. See the http-equiv attribute definition in HTML 4.0.

UNKNOWN: HTTP response header name.

name

public String name()
Meta information name. See the name attribute definition in HTML 4.0.

UNKNOWN: Meta information name.

scheme

public String scheme()
Select form of content. See the scheme attribute definition in HTML 4.0.

UNKNOWN: Select form of content.

setContent

public void setContent(String arg1)
see content

UNKNOWN: see content

setHttpEquiv

public void setHttpEquiv(String arg1)
see httpEquiv

UNKNOWN: see httpEquiv

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setScheme

public void setScheme(String arg1)
see scheme

UNKNOWN: see scheme