| java.lang.Object |
| ↳ |
com.google.gdata.data.sites.SitesNamespace |
Class Overview
Namespace definitions related to Google Sites Data API.
Summary
| Constants |
| String |
SITES |
Google Sites (SITES) namespace |
| String |
SITES_ALIAS |
Google Sites (SITES) namespace alias |
| String |
SITES_PREFIX |
Google Sites (SITES) namespace prefix |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
SITES
Google Sites (SITES) namespace
Constant Value:
"http://schemas.google.com/sites/2008"
public
static
final
String
SITES_ALIAS
Google Sites (SITES) namespace alias
Constant Value:
"sites"
public
static
final
String
SITES_PREFIX
Google Sites (SITES) namespace prefix
Constant Value:
"http://schemas.google.com/sites/2008#"
Fields
public
static
final
XmlNamespace
SITES_NS
XML writer namespace for Google Sites (SITES)