diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-07-23 11:30:18 -0700 |
commit | 8620bcb15e5ba65147002e1ebbec0b4ce4592091 (patch) | |
tree | 17d644396f2780a1c9cb317127e91b26364a3704 /lazy-xml-api.html | |
parent | e9a3aad34261a09a4299b3aac1dde888862b6750 (diff) |
"Updated documentation for commit e20e8effe977640592b1f285d6c666492d74df00"
Diffstat (limited to 'lazy-xml-api.html')
-rw-r--r-- | lazy-xml-api.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lazy-xml-api.html b/lazy-xml-api.html index a7486e5c..29b404a7 100644 --- a/lazy-xml-api.html +++ b/lazy-xml-api.html @@ -47,7 +47,7 @@ namespace. <!-- Temporary disclaimer --> <div style="background-color: #FF0000; font-weight: bold;"> NOTE: These autogen pages are still under development. - Not all links work. Not all formatting in done. + Not all links work. Not all formatting is done. Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) with any questions. </div> @@ -86,7 +86,7 @@ by <span id="author">Chris Houser</span><br /> <pre id="var-usage">Usage: (emit x & opts) </pre> <pre id="var-docstr">Prints an <?xml?> declaration line, and then calls emit-element</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/lazy_xml.clj#L158" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/lazy_xml.clj#L158" 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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/lazy_xml.clj#L135" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/lazy_xml.clj#L135" 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 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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/lazy_xml.clj#L37" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/lazy_xml.clj#L37" 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/6fea921c91d453c750586c960ec92caacf4fa5e6/src/clojure/contrib/lazy_xml.clj#L112" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/lazy_xml.clj#L112" id="var-source">Source</a> </div> |