clojure.data.xml

(source)
Functions to parse XML into lazy sequences and lazy trees and emit these as text.
Public Variable Short Description
aggregate-xmlns (clj)
alias-uri (clj)
as-qname (clj)
cdata (clj)
element (clj)
element* (clj)
element-data (clj)
element-node (clj)
element-nss (clj)
element? (clj)
emit (clj) Prints the given Element tree as XML text to stream.
emit-str (clj) Emits the Element to String and returns it.
event-seq (clj) Parses an XML input source into a lazy sequence of pull events.
extend-dom-as-data! (clj)
find-xmlns (clj)
indent (clj) Emits the XML and indents the result.
indent-str (clj) Emits the XML and indents the result.
parse (clj) Parses an XML input source into a a tree of Element records.
parse-qname (clj)
parse-str (clj) Parses an XML String into a a tree of Element records.
print-uri-file-command! (clj)
qname (clj)
qname-local (clj)
qname-uri (clj)
sexp-as-element (clj)
sexps-as-fragment (clj)
symbol-uri (clj)
uri-file (clj)
uri-symbol (clj)
xml-comment (clj)