ClojureDocs

Namespaces

clojure.xml

XML reading/writing.
Vars in clojure.xml

*^%

*current*
no doc
*sb*
no doc
*stack*
no doc
*state*
no doc

a

attrs
no doc

e

element
no doc
emit
no doc

p

parse
Parses and loads the source s, which can be a File, InputStream or String naming a URI. Returns a tree of the xml/element struct-map, which has the keys :tag, :attrs, and :content. and accessor fns tag, attrs, and content. Other parsers can be supplied by passing startparse, a fn taking a source and a ContentHandler and returning a parser

t

tag
no doc