summaryrefslogtreecommitdiff
path: root/lazy-xml-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-04 10:41:00 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-04 10:41:00 -0700
commit5aaa32848d2c401de5b9eca92be9f95b7683b6b5 (patch)
treef7dbebc58edec435fb58293a2eb886c7171d2af7 /lazy-xml-api.html
parent8377c6897dc9b9d104721559df5fdc76731e8b8f (diff)
Updated documentation for commit 6c95fe90829cc66f81345a011dc25fc487e4cf0b
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 44124a94..a749f986 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/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/lazy_xml.clj#L141" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/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/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/lazy_xml.clj#L118" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/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/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/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/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/src/clojure/contrib/lazy_xml.clj#L95" id="var-source">Source</a>
</div>