Liking cljdoc? Tell your friends :D

feedparser-clj.core


->categoryclj

(->category name taxonomy-uri)

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
         author
         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
        author
        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

->urlclj

(->url s)
source

map->categoryclj

(map->category m__7585__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__7585__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__7585__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__7585__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__7585__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__7585__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__7585__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__7585__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)
(parse-feed feedsource content-type lenient)
(parse-feed feedsource content-type lenient default-encoding)

Get and parse a feed from a URL

Get and parse a feed from a URL
sourceraw docstring

parse-streamclj

(parse-stream input-stream)
source

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

× close