Functions to emit XML using the XMLStreamWriter interface.
Functions to emit XML using the XMLStreamWriter interface.
(emit-attributes! attrs writer)
(emit-sexp-str sexp & rest)
Emits XML generated from the given sexp. Returns results as a String.
Emits XML generated from the given sexp. Returns results as a String.
(emit! sexp writer)
(encode-sexp sexp writer & {:as opts})
Encodes a given sexp into a given Writer.
Encodes a given sexp into a given Writer.
(qualified-name event-name)
(set-woodstox-properties {:keys [invalid-char-behavior replacement-char]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close