public class

QuoteElement

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.QuoteElement

Class Overview

For the Q and BLOCKQUOTE elements.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.dom.client.Node
Protected Constructors
QuoteElement()
Public Methods
static QuoteElement as(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
final String getCite()
A URI designating a source document or message.
final void setCite(String cite)
A URI designating a source document or message.
[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 QuoteElement ()

Public Methods

public static QuoteElement as (Element elem)

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

public final String getCite ()

A URI designating a source document or message.

public final void setCite (String cite)

A URI designating a source document or message.