GData.ParsableClass

Fields

Name

Type

Access

Description

element_name

str

r

the name of the XML element which represents this parsable

element_namespace

str

r

the prefix of the XML namespace used for the parsable

get_content_type

object

r

get_json

object

r

get_namespaces

object

r

get_xml

object

r

parent

GObject.ObjectClass

r

the parent class

parse_json

object

r

parse_xml

object

r

post_parse_json

object

r

post_parse_xml

object

r

pre_get_xml

object

r

pre_parse_xml

object

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 of GData.Parsable is represented as exactly one of JSON and XML.

New in version 0.3.0.