| java.lang.Object | |
| ↳ | com.google.gdata.data.spreadsheet.RowCount |
GData schema extension describing a spreadsheet's row count.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | TAG_NAME | The name of the XML tag. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| count | The count. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initializes to blank for XML parsing.
| |||||||||||
Initializes to a particular count.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Writes this cell as XML, omitting any unspecified fields.
| |||||||||||
Gets the total count.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
Yields an XML handler for parsing a Cell element.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
The name of the XML tag.
The count.
Initializes to blank for XML parsing.
Initializes to a particular count.
| count |
|---|
Writes this cell as XML, omitting any unspecified fields.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Gets the total count.
Returns the suggested extension description.
Yields an XML handler for parsing a Cell element.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | Tag attributes |
| IOException | |
|---|---|
| ParseException |