Protocol for XML marshalling.
Protocol for XML marshalling.
(to-xml this)
Produces xml as clojure.data.xml/Element structure that can be emitted with the fns from the clojure.data.xml namespace.
Produces xml as clojure.data.xml/Element structure that can be emitted with the fns from the clojure.data.xml namespace.
Protocol for XML unmarshalling.
Protocol for XML unmarshalling.
(from-xml this xml)
Unmarshals the given xml zipper into the record.
Unmarshals the given xml zipper into the record.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close