public final class

Namespaces

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

Class Overview

Webmaster Tools XML namespace definitions. Defines constants that are used by Webmaster Tools GData classes that do actual XML formatting.

Summary

Constants
String KIND_MESSAGE Category term linked to MessageEntry.
String KIND_MESSAGES_FEED Category term linked to MessagesFeed.
String KIND_SITEMAPS_FEED Category term linked to SitemapsFeed.
String KIND_SITEMAP_MOBILE Category term linked to SitemapsEntry.
String KIND_SITEMAP_NEWS Category term linked to SitemapsEntry.
String KIND_SITEMAP_REGULAR Category term linked to SitemapsEntry.
String KIND_SITES_FEED Category term linked to SitesFeed.
String KIND_SITE_INFO Category term linked to SitesEntry.
String WT Namespace URI for Webmaster Tools GData extensions
String WT_ALIAS Namespace prefix for Webmaster Tools GData extensions
String WT_PREFIX Prefix for Webmaster Tools GData extensions
Fields
public static final XmlNamespace WT_NAMESPACE Webmaster tools GData namespace.
public static final XmlNamespace WT_NS Same as above, for compatibility with automatically generated feeds.
Public Constructors
Namespaces()
Public Methods
static Category createCategory(String kindTerm)
Helper method to create Category objects.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String KIND_MESSAGE

Category term linked to MessageEntry.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#message"

public static final String KIND_MESSAGES_FEED

Category term linked to MessagesFeed.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#messages-feed"

public static final String KIND_SITEMAPS_FEED

Category term linked to SitemapsFeed.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#sitemaps-feed"

public static final String KIND_SITEMAP_MOBILE

Category term linked to SitemapsEntry. Represents mobile sitemap.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#sitemap-mobile"

public static final String KIND_SITEMAP_NEWS

Category term linked to SitemapsEntry. Represents news sitemap.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#sitemap-news"

public static final String KIND_SITEMAP_REGULAR

Category term linked to SitemapsEntry. Represents regular sitemap.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#sitemap-regular"

public static final String KIND_SITES_FEED

Category term linked to SitesFeed.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#sites-feed"

public static final String KIND_SITE_INFO

Category term linked to SitesEntry.

Constant Value: "http://schemas.google.com/webmasters/tools/2007#site-info"

public static final String WT

Namespace URI for Webmaster Tools GData extensions

Constant Value: "http://schemas.google.com/webmasters/tools/2007"

public static final String WT_ALIAS

Namespace prefix for Webmaster Tools GData extensions

Constant Value: "wt"

public static final String WT_PREFIX

Prefix for Webmaster Tools GData extensions

Constant Value: "http://schemas.google.com/webmasters/tools/2007#"

Fields

public static final XmlNamespace WT_NAMESPACE

Webmaster tools GData namespace.

public static final XmlNamespace WT_NS

Same as above, for compatibility with automatically generated feeds.

Public Constructors

public Namespaces ()

Public Methods

public static Category createCategory (String kindTerm)

Helper method to create Category objects.

Parameters
kindTerm Category term to use.
Returns