clojure.data.xml.protocols

(source)
Public Variable Short Description
AsElements (clj)
AsQName (clj)
AsXmlString (clj)
EventGeneration (clj) Protocol for generating new events based on element type.
as-elements (clj) Return a seq of elements represented by an expression.
gen-event (clj) Function to generate an event for e.
next-events (clj) Returns the next set of events that should occur after e.
qname-local (clj) Get the name for this qname.
qname-uri (clj) Get the namespace uri for this qname.
xml-str (clj) Serialize atribute value or content node.