summaryrefslogtreecommitdiff
path: root/lazy-xml-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-10 11:02:04 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-10 11:02:04 -0700
commiteabf833b40dede4685a15e20af2a3725b2110549 (patch)
tree5fbd1530c942770784e1658b0850cfb10e1e667f /lazy-xml-api.html
parentc3ae415e573d3b7b662cd9e2e26f3c21b3450867 (diff)
Manual (forced) documentation build for commit db7ac3aa9a5de29ac9c0107a21a790f90104ad3f
Diffstat (limited to 'lazy-xml-api.html')
-rw-r--r--lazy-xml-api.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/lazy-xml-api.html b/lazy-xml-api.html
index 42794b76..ef9d5b03 100644
--- a/lazy-xml-api.html
+++ b/lazy-xml-api.html
@@ -86,7 +86,7 @@ by <span id="author">Chris Houser</span><br />
<pre id="var-usage">Usage: (emit x &amp; opts)
</pre>
<pre id="var-docstr">Prints an &lt;?xml?&gt; declaration line, and then calls emit-element</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/db7ac3aa9a5de29ac9c0107a21a790f90104ad3f/src/clojure/contrib/lazy_xml.clj#L141" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L141" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="lazy-xml/emit-element">emit-element</h2>
@@ -96,7 +96,7 @@ by <span id="author">Chris Houser</span><br />
<pre id="var-docstr">Recursively prints as XML text the element struct e. To have it
print extra whitespace like clojure.xml/emit, use the :pad true
option.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/db7ac3aa9a5de29ac9c0107a21a790f90104ad3f/src/clojure/contrib/lazy_xml.clj#L118" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L118" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="lazy-xml/parse-seq">parse-seq</h2>
@@ -114,7 +114,7 @@ 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/db7ac3aa9a5de29ac9c0107a21a790f90104ad3f/src/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="lazy-xml/parse-trim">parse-trim</h2>
@@ -135,7 +135,7 @@ 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/db7ac3aa9a5de29ac9c0107a21a790f90104ad3f/src/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a>
</div>