Liking cljdoc? Tell your friends :D

clojure.data.xml.protocols


AsElementscljprotocol

as-elementsclj

(as-elements expr)

Return a seq of elements represented by an expression.

Return a seq of elements represented by an expression.
source

AsQNamecljprotocol

qname-localclj

(qname-local qname)

Get the name for this qname

Get the name for this qname

qname-uriclj

(qname-uri qname)

Get the namespace uri for this qname

Get the namespace uri for this qname
source

EventGenerationcljprotocol

Protocol for generating new events based on element type

Protocol for generating new events based on element type

gen-eventclj

(gen-event item)

Function to generate an event for e.

Function to generate an event for e.

next-eventsclj

(next-events item next-items)

Returns the next set of events that should occur after e. next-events are the events that should be generated after this one is complete.

Returns the next set of events that should occur after e.  next-events are the
events that should be generated after this one is complete.
sourceraw docstring

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

× close