Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/data/GoogleFeedStore.js

  • Provides:

    • dojox.data.GoogleFeedStore
  • Requires:

    • dojox.data.GoogleSearchStore in common
  • dojox.data.GoogleFeedStore

    • type
      Function
    • chains:
      • dojox.data.GoogleSearchStore: (prototype)
      • dojox.data.GoogleSearchStore: (call)
    • summary
      A data store for retrieving RSS and Atom feeds from Google. The
      feeds can come from any source, which is specified in the "url"
      parameter of the query passed to the "fetch" function.
      The following attributes are supported on each item:
      <ul>
      <li>title - The feed entry title.</li>
      <li>link - The URL for the HTML version of the feed entry.</li>
      <li>content - The full content of the blog post, in HTML format</li>
      <li>summary - A snippet of information about the feed entry, in plain text</li>
      <li>published - The string date on which the entry was published.
      You can parse the date with new Date(store.getValue(item, "published")</li>
      <li>categories - An array of string tags for the entry</li>
      </ul>
      The query accepts one parameter: url - The URL of the feed to retrieve
  • dojox.data.GoogleFeedStore._type

    • type
      String
  • dojox.data.GoogleFeedStore._googleUrl

    • type
      String
  • dojox.data.GoogleFeedStore._attributes

    • type
      Array
  • dojox.data.GoogleFeedStore._queryAttrs

    • type
      Object
  • dojox.data.GoogleFeedStore._queryAttrs.url

    • type
      String
  • dojox.data.GoogleFeedStore.getFeedValue

    • parameters:
      • attribute
      • defaultValue
    • summary
      Non-API method for retrieving values regarding the Atom feed,
      rather than the Atom entries.
    • type
      Function
  • dojox.data.GoogleFeedStore.getFeedValues

    • parameters:
      • attribute
      • defaultValue
    • summary
      Non-API method for retrieving values regarding the Atom feed,
      rather than the Atom entries.
    • type
      Function
  • dojox.data.GoogleFeedStore._processItem

    • parameters:
      • item
      • request
    • type
      Function
  • dojox.data.GoogleFeedStore._getItems

    • parameters:
      • data
    • type
      Function
  • dojox.data.GoogleFeedStore._feedMetaData

    • type
      Object
  • dojox.data.GoogleFeedStore._createContent

    • parameters:
      • query
      • callback
      • request
    • type
      Function
  • dojox.data

    • type
      Object
  • dojox

    • type
      Object