Liking cljdoc? Tell your friends :D

buran.core


combine-feedsclj

(combine-feeds feed & feeds)

Combine entries of feeds, put into the first one feed and return it

Combine entries of feeds, put into the first one feed and return it
sourceraw docstring

consumeclj

(consume {:keys [from validate locale xml-healer-on allow-doctypes
                 throw-exception]
          :as source
          :or {validate false
               locale (Locale/US)
               xml-healer-on true
               allow-doctypes false
               throw-exception false}})

source - either a map with options or a feed as String from - String, File, Reader, W3C DOM document, JDOM document, W3C SAX InputSource validate - indicates if the input should be validated locale - java.util.Locale xml-healer-on - Healing trims leading chars from the stream (empty spaces and comments) until the XML prolog. Healing resolves HTML entities (from literal to code number) in the reader. The healing is done only with the File and Reader. allow-doctypes - you should only activate it when the feeds that you process are absolutely trustful

source - either a map with options or a feed as String
from  - String, File, Reader, W3C DOM document, JDOM document, W3C SAX InputSource
validate - indicates if the input should be validated
locale - java.util.Locale
xml-healer-on - Healing trims leading chars from the stream (empty spaces and comments) until the XML prolog.
                Healing resolves HTML entities (from literal to code number) in the reader.
                The healing is done only with the File and Reader.
allow-doctypes - you should only activate it when the feeds that you process are absolutely trustful
sourceraw docstring

consume-httpclj

(consume-http request)
source

filter-entriesclj

(filter-entries pred feed)
source

produceclj

(produce {:keys [feed to pretty-print throw-exception]
          :as feed-as-arg
          :or {to :string pretty-print true throw-exception false}})

feed-as-arg - either a map with options or a feed to generate feed - a feed to generate to - <file path string>, :string, :w3cdom, :jdom, File, Writer pretty-print - pretty-print XML output

feed-as-arg - either a map with options or a feed to generate
feed - a feed to generate
to - <file path string>, :string, :w3cdom, :jdom, File, Writer
pretty-print - pretty-print XML output
sourceraw docstring

shrinkclj

(shrink x)

Removes from x any empty sequential or nil values

Removes from `x` any empty sequential or nil values
sourceraw docstring

sort-entries-byclj

(sort-entries-by keyfn feed)
(sort-entries-by keyfn comp feed)
source

with-exceptioncljmacro

(with-exception throw? & body)
source

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

× close