Liking cljdoc? Tell your friends :D

xml-writer.core

Functions to emit XML using the XMLStreamWriter interface.

Functions to emit XML using the XMLStreamWriter interface.
raw docstring

emit-attributes!clj

(emit-attributes! attrs writer)

emit-sexp-strclj

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

EmitXMLcljprotocol

emit!clj

(emit! sexp writer)

encode-sexpclj

(encode-sexp sexp writer & {:as opts})

Encodes a given sexp into a given Writer.

Encodes a given sexp into a given Writer.
raw docstring

qualified-nameclj

(qualified-name event-name)

set-woodstox-propertiesclj

(set-woodstox-properties {:keys [invalid-char-behavior replacement-char]})

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

× close