diff options
Diffstat (limited to 'lazy-xml-api.html')
-rw-r--r-- | lazy-xml-api.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lazy-xml-api.html b/lazy-xml-api.html index b1b7593d..fe2b004d 100644 --- a/lazy-xml-api.html +++ b/lazy-xml-api.html @@ -72,6 +72,8 @@ by <span id="author">Chris Houser</span><br /> </pre><pre> </pre><h2>Overview</h2> <pre id="namespace-docstr">Functions to parse xml lazily and emit back to text.</pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -92,7 +94,9 @@ specified, it will be run in a separate thread and be allowed to get ahead by queue-size items, which defaults to maxint. If no parser is specified and org.xmlpull.v1.XmlPullParser is in the classpath, this superior pull parser will be used.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/bbe248f90e6ec33d5e85d2267fa1caf8c7cb99a7/src/main/clojure/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -114,7 +118,9 @@ thread and be allowed to get ahead by queue-size items, which defaults to maxing. If no parser is specified and org.xmlpull.v1.XmlPullParser is in the classpath, this superior pull parser will be used.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/bbe248f90e6ec33d5e85d2267fa1caf8c7cb99a7/src/main/clojure/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a> + + + </div> |