clojure.data.xml.tree
E
Returns a lazy tree of Element objects for the given seq of Event objects. See source-seq and parse.
function([events])
F
Flatten a collection of elements to an event seq
function([elements])
S
Takes a seq of events that logically represents a tree by each event being one of: enter-sub-tree event, exit-sub-tr...
function([parent exit? node coll])