Gjsify LogoGjsify Logo

The class structure for the #GDataParsable class. Note that JSON and XML functions are mutually exclusive: a given implementation of #GDataParsable is represented as exactly one of JSON and XML.

record

Hierarchy

  • ParsableClass

Index

Constructors

Properties

element_name: string

the name of the XML element which represents this parsable

field
element_namespace: string

the prefix of the XML namespace used for the parsable

field

the parent class

field
name: string

Methods

  • get_content_type(): string
  • get_namespaces(parsable: Parsable, namespaces: HashTable<string | number | symbol, string | number | boolean>): void
  • post_parse_json(parsable: Parsable): boolean
  • post_parse_xml(parsable: Parsable): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method