public class

MetaElement

extends Element
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.Node
       ↳ com.google.gwt.dom.client.Element
         ↳ com.google.gwt.dom.client.MetaElement

Class Overview

This contains generic meta-information about the document.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
MetaElement()
Public Methods
static MetaElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getContent()
Associated information.
final String getHttpEquiv()
HTTP response header name [IETF RFC 2616].
final String getName()
Meta information name.
final void setContent(String content)
Associated information.
final void setHttpEquiv(String httpEquiv)
HTTP response header name [IETF RFC 2616].
final void setName(String name)
Meta information name.
[Expand]
Inherited Methods
From class com.google.gwt.dom.client.Element
From class com.google.gwt.dom.client.Node
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected MetaElement ()

Public Methods

public static MetaElement as (Element elem)

Assert that the given Element is compatible with this class and automatically typecast it.

public final String getContent ()

Associated information.

public final String getHttpEquiv ()

HTTP response header name [IETF RFC 2616].

public final String getName ()

Meta information name.

public final void setContent (String content)

Associated information.

public final void setHttpEquiv (String httpEquiv)

HTTP response header name [IETF RFC 2616].

public final void setName (String name)

Meta information name.