| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.extensions.Where | ||
GData schema extension describing a place (not necessarily a specific geographical location).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Where.Rel | Relation type. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entryLink | Nested person or venue (Contact) entry. | ||||||||||
| label | User-readable label that identifies this location in case multiple locations may be present. | ||||||||||
| rel | Describes the meaning of this location. | ||||||||||
| valueString | Text description of the place. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an empty Where instance.
| |||||||||||
Constructs a new Where instance using the specified parameters.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates an XML representation for the extension.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
The default implementation uses the
AbstractExtension.AttributesHandler to handle
parsing the extension. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called to visit all children of this extension point.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
User-readable label that identifies this location in case multiple locations may be present.
Describes the meaning of this location.
Text description of the place.
Constructs an empty Where instance.
Constructs a new Where instance using the specified parameters.
| rel | |
|---|---|
| label | |
| valueString |
Generates an XML representation for the extension.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Returns the suggested extension description.
The default implementation uses the AbstractExtension.AttributesHandler to handle
parsing the extension.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | Tag attributes |
| v |
|---|
| v |
|---|
| v |
|---|
Called to visit all children of this extension point.
| ev | The extension visitor. |
|---|