public class

Namespaces

extends Object
java.lang.Object
   ↳ com.google.gdata.data.spreadsheet.Namespaces

Class Overview

GData namespace definitions related to Google Spreadsheets.

Summary

Constants
String CELLS_LINK_REL Link "rel" for cells feeds.
String GVIZ Gviz data source for the worksheet (GVIZ) namespace
String GVIZ_LINK_REL Link "rel" for GViz.
String GVIZ_PREFIX Gviz data source for the worksheet (GVIZ) namespace prefix
String LIST_LINK_REL Link "rel" for list feeds.
String SOURCE_LINK_REL Link "rel" for a url that is a source for a particular cell.
String TABLES_LINK_REL Link "rel" for tables feed.
String WORKSHEETS_LINK_REL Link "rel" for worksheets feed.
String gSpread Google Spreadsheets (GS) namespace
String gSpreadAlias Google Spreadsheets (GS) namespace alias
String gSpreadCustom Google Spreadsheets custom tag (GSX) namespace
String gSpreadCustomAlias Google Spreadsheets custom tag (GSX) namespace alias
String gSpreadCustomPrefix Google Spreadsheets custom tag (GSX) namespace prefix
String gSpreadPrefix Google Spreadsheets (GS) namespace prefix
Fields
public static final XmlNamespace gSpreadCustomNs XML writer namespace for Google Spreadsheets custom tag (GSX)
public static final XmlNamespace gSpreadNs XML writer namespace for Google Spreadsheets (GS)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CELLS_LINK_REL

Link "rel" for cells feeds.

Constant Value: "http://schemas.google.com/spreadsheets/2006#cellsfeed"

public static final String GVIZ

Gviz data source for the worksheet (GVIZ) namespace

Constant Value: "http://schemas.google.com/visualization/2008"

public static final String GVIZ_LINK_REL

Link "rel" for GViz.

Constant Value: "http://schemas.google.com/visualization/2008#visualizationApi"

public static final String GVIZ_PREFIX

Gviz data source for the worksheet (GVIZ) namespace prefix

Constant Value: "http://schemas.google.com/visualization/2008#"

public static final String LIST_LINK_REL

Link "rel" for list feeds.

Constant Value: "http://schemas.google.com/spreadsheets/2006#listfeed"

public static final String SOURCE_LINK_REL

Link "rel" for a url that is a source for a particular cell.

Constant Value: "http://schemas.google.com/spreadsheets/2006#source"

public static final String TABLES_LINK_REL

Link "rel" for tables feed.

Constant Value: "http://schemas.google.com/spreadsheets/2006#tablesfeed"

public static final String WORKSHEETS_LINK_REL

Link "rel" for worksheets feed.

Constant Value: "http://schemas.google.com/spreadsheets/2006#worksheetsfeed"

public static final String gSpread

Google Spreadsheets (GS) namespace

Constant Value: "http://schemas.google.com/spreadsheets/2006"

public static final String gSpreadAlias

Google Spreadsheets (GS) namespace alias

Constant Value: "gs"

public static final String gSpreadCustom

Google Spreadsheets custom tag (GSX) namespace

Constant Value: "http://schemas.google.com/spreadsheets/2006/extended"

public static final String gSpreadCustomAlias

Google Spreadsheets custom tag (GSX) namespace alias

Constant Value: "gsx"

public static final String gSpreadCustomPrefix

Google Spreadsheets custom tag (GSX) namespace prefix

Constant Value: "http://schemas.google.com/spreadsheets/2006/extended#"

public static final String gSpreadPrefix

Google Spreadsheets (GS) namespace prefix

Constant Value: "http://schemas.google.com/spreadsheets/2006#"

Fields

public static final XmlNamespace gSpreadCustomNs

XML writer namespace for Google Spreadsheets custom tag (GSX)

public static final XmlNamespace gSpreadNs

XML writer namespace for Google Spreadsheets (GS)