GData.ParsableClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
element_name |
r |
the name of the XML element which represents this parsable |
|
element_namespace |
r |
the prefix of the XML namespace used for the parsable |
|
get_content_type |
r |
||
get_json |
r |
||
get_namespaces |
r |
||
get_xml |
r |
||
parent |
r |
the parent class |
|
parse_json |
r |
||
parse_xml |
r |
||
post_parse_json |
r |
||
post_parse_xml |
r |
||
pre_get_xml |
r |
||
pre_parse_xml |
r |
Methods¶
None
Details¶
- class GData.ParsableClass¶
The class structure for the
GData.Parsable
class. Note that JSON and XML functions are mutually exclusive: a given implementation ofGData.Parsable
is represented as exactly one of JSON and XML.New in version 0.3.0.