Liking cljdoc? Tell your friends :D

org.soulspace.xml.marshalling


XMLMarshallingcljprotocol

Protocol for XML marshalling.

Protocol for XML marshalling.

to-xmlclj

(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.
sourceraw docstring

XMLUnmarshallingcljprotocol

Protocol for XML unmarshalling.

Protocol for XML unmarshalling.

from-xmlclj

(from-xml this xml)

Unmarshals the given xml zipper into the record.

Unmarshals the given xml zipper into the record.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close