summaryrefslogtreecommitdiff
path: root/lazy-xml-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-17 00:11:22 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-17 00:11:22 -0700
commit3ce40658ed003ba07d45f91e4e94a30d621274be (patch)
treecbb1f3d063c792c2022321a31b6eb0132f0db431 /lazy-xml-api.html
parente69a3d7ade498c867d234949b22c885286b44fa6 (diff)
Updated documentation for commit 44e4c23000a7cdee5395006dadc2eb1b58bc9b9d
Diffstat (limited to 'lazy-xml-api.html')
-rw-r--r--lazy-xml-api.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/lazy-xml-api.html b/lazy-xml-api.html
index e0f6b2e2..c4f56fe3 100644
--- a/lazy-xml-api.html
+++ b/lazy-xml-api.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>clojure contrib - lazy-xml API reference</title>
+ <title>lazy-xml API reference (clojure.contrib)</title>
<link href="file/view/favicon.png" rel="icon" />
<link href="file/view/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
@@ -79,6 +79,7 @@ by <span id="author">Chris Houser</span><br />
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
+ <br />
<hr />
<h2 id="lazy-xml/emit">emit</h2>
<span id="var-type">function</span><br />
@@ -87,6 +88,7 @@ by <span id="author">Chris Houser</span><br />
<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/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L141" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="lazy-xml/emit-element">emit-element</h2>
<span id="var-type">function</span><br />
@@ -97,6 +99,7 @@ print extra whitespace like clojure.xml/emit, use the :pad true
option.</pre>
<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">
+ <br />
<hr />
<h2 id="lazy-xml/parse-seq">parse-seq</h2>
<span id="var-type">function</span><br />
@@ -115,6 +118,7 @@ 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/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/lazy_xml.clj#L38" id="var-source">Source</a>
</div><div id="var-entry">
+ <br />
<hr />
<h2 id="lazy-xml/parse-trim">parse-trim</h2>
<span id="var-type">function</span><br />