Liking cljdoc? Tell your friends :D

armagedom


*document*clj

source

*nss*clj

source

add-namespaceclj

(add-namespace root prefix url)

Add a namespace to the root element

Add a namespace to the root element
sourceraw docstring

add-namespacesclj

(add-namespaces root nss)

Add a map of namespaces to the root element

Add a map of namespaces to the root element
sourceraw docstring

documentclj

(document root uri)

Create a new org.w3c.dom.Document with a given root node and namespace

Create a new org.w3c.dom.Document
with a given root node and namespace
sourceraw docstring

easy-xmlclj

(easy-xml root uri m)
source

map-syntaxclj

(map-syntax m)
source

meta-postwalkclj

(meta-postwalk f form)

Like clojure.walk/postwalk, but retains meta data

Like clojure.walk/postwalk, but retains meta data
sourceraw docstring

Nodifycljprotocol

make-nodeclj

(make-node this)

Turn this into a Node

Turn this into a Node
source

renderclj

(render xmlseq)

Walk a nested collection depth-first. Turns keywords into nodes and other elements into text nodes. Turns collections into the first node with the rest as its children.

Walk a nested collection depth-first.
Turns keywords into nodes and other elements into text nodes.
Turns collections into the first node
with the rest as its children.
sourceraw docstring

spit-xmlclj

(spit-xml out document)

Convert document to XML and write it to out.

Convert document to XML and write it to out.
sourceraw docstring

xmlclj

(xml root uri nss & xmlseq)

Converts a nested collection into a DOM object

Converts a nested collection into a DOM object
sourceraw docstring

xml-strclj

(xml-str document)

Return document as string

Return document as string
sourceraw docstring

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

× close