aboutsummaryrefslogtreecommitdiff
path: root/opmlclass.clj
blob: 4486580c337adf2c11fabb9e18322077f10d9958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(ns cljssss-g
  (require [clojure.xml :as xml]
           [clojure.contrib.sql :as sql]
           compojure)
  (import (org.antlr.stringtemplate StringTemplateGroup)
          (com.sun.syndication.io SyndFeedInput XmlReader)
          (com.sun.syndication.feed.synd SyndFeed SyndEntry)
          (java.net URL))
  (use compojure))


(gen-interface
 :name opmliface
 :prefix "opml-"
 :init init
 :methods [[getXmlurl [] String]
	   [getHtmlurl [] String]
	   [getText [] String]])