| java.lang.Object |
| ↳ |
com.google.gdata.data.codesearch.Namespaces |
Class Overview
GData namespace definitions related to Google Code Search.
Summary
| Constants |
| String |
gCS |
Google Code Search (GCS) namespace |
| String |
gCSNamespacePrefix |
Google Code Search (GCS) namespace prefix |
| String |
gCSPrefix |
Google Code Search (GCS) namespace alias |
| Fields |
|
public
static
final
XmlNamespace |
gCSNs |
XML writer namespace for Google Code Search (GCS) |
|
[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
gCS
Google Code Search (GCS) namespace
Constant Value:
"http://schemas.google.com/codesearch/2006"
public
static
final
String
gCSNamespacePrefix
Google Code Search (GCS) namespace prefix
Constant Value:
"http://schemas.google.com/codesearch/2006#"
public
static
final
String
gCSPrefix
Google Code Search (GCS) namespace alias
Constant Value:
"gcs"
Fields
public
static
final
XmlNamespace
gCSNs
XML writer namespace for Google Code Search (GCS)