Liking cljdoc? Tell your friends :D

feedparser-clj.core


->categoryclj

(->category name taxonomyURI)

Positional factory function for class feedparser_clj.core.category.

Positional factory function for class feedparser_clj.core.category.
sourceraw docstring

->contentclj

(->content type value)

Positional factory function for class feedparser_clj.core.content.

Positional factory function for class feedparser_clj.core.content.
sourceraw docstring

->enclosureclj

(->enclosure length type uri)

Positional factory function for class feedparser_clj.core.enclosure.

Positional factory function for class feedparser_clj.core.enclosure.
sourceraw docstring

->entryclj

(->entry authors
         categories
         contents
         contributors
         description
         enclosures
         link
         published-date
         title
         updated-date
         url)

Positional factory function for class feedparser_clj.core.entry.

Positional factory function for class feedparser_clj.core.entry.
sourceraw docstring

->feedclj

(->feed authors
        categories
        contributors
        copyright
        description
        encoding
        entries
        feed-type
        image
        language
        link
        entry-links
        published-date
        title
        uri)

Positional factory function for class feedparser_clj.core.feed.

Positional factory function for class feedparser_clj.core.feed.
sourceraw docstring

->imageclj

(->image description link title url)

Positional factory function for class feedparser_clj.core.image.

Positional factory function for class feedparser_clj.core.image.
sourceraw docstring

(->link href hreflang length rel title type)

Positional factory function for class feedparser_clj.core.link.

Positional factory function for class feedparser_clj.core.link.
sourceraw docstring

->personclj

(->person email name uri)

Positional factory function for class feedparser_clj.core.person.

Positional factory function for class feedparser_clj.core.person.
sourceraw docstring

-mainclj

(-main feedsource)

Show basic information for a feed, given a URL

Show basic information for a feed, given a URL
sourceraw docstring

make-categoryclj

(make-category c)

Create category struct from SyndCategory

Create category struct from SyndCategory
sourceraw docstring

make-contentclj

(make-content c)

Create content struct from SyndContent

Create content struct from SyndContent
sourceraw docstring

make-enclosureclj

(make-enclosure e)

Create enclosure struct from SyndEnclosure

Create enclosure struct from SyndEnclosure
sourceraw docstring

make-entryclj

(make-entry e)

Create feed entry struct from SyndEntry

Create feed entry struct from SyndEntry
sourceraw docstring

make-feedclj

(make-feed f)

Create a feed struct from a SyndFeed

Create a feed struct from a SyndFeed
sourceraw docstring

make-imageclj

(make-image i)

Create image struct from SyndImage

Create image struct from SyndImage
sourceraw docstring

(make-link l)

Create link struct from SyndLink

Create link struct from SyndLink
sourceraw docstring

make-personclj

(make-person sp)

Create a person struct from SyndPerson

Create a person struct from SyndPerson
sourceraw docstring

map->categoryclj

(map->category m__5869__auto__)

Factory function for class feedparser_clj.core.category, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.category, taking a map of keywords to field values.
sourceraw docstring

map->contentclj

(map->content m__5869__auto__)

Factory function for class feedparser_clj.core.content, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.content, taking a map of keywords to field values.
sourceraw docstring

map->enclosureclj

(map->enclosure m__5869__auto__)

Factory function for class feedparser_clj.core.enclosure, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.enclosure, taking a map of keywords to field values.
sourceraw docstring

map->entryclj

(map->entry m__5869__auto__)

Factory function for class feedparser_clj.core.entry, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.entry, taking a map of keywords to field values.
sourceraw docstring

map->feedclj

(map->feed m__5869__auto__)

Factory function for class feedparser_clj.core.feed, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.feed, taking a map of keywords to field values.
sourceraw docstring

map->imageclj

(map->image m__5869__auto__)

Factory function for class feedparser_clj.core.image, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.image, taking a map of keywords to field values.
sourceraw docstring

(map->link m__5869__auto__)

Factory function for class feedparser_clj.core.link, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.link, taking a map of keywords to field values.
sourceraw docstring

map->personclj

(map->person m__5869__auto__)

Factory function for class feedparser_clj.core.person, taking a map of keywords to field values.

Factory function for class feedparser_clj.core.person, taking a map of keywords to field values.
sourceraw docstring

parse-feedclj

(parse-feed feedsource)
(parse-feed feedsource content-type)

Get and parse a feed from a URL

Get and parse a feed from a URL
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close