Liking cljdoc? Tell your friends :D

clojure.data.xml.impl

Shared private code for data.xml namespaces

Shared private code for data.xml namespaces
raw docstring

clojure.data.xml.jvm.emit

JVM implementation of the emitter details

JVM implementation of the emitter details
raw docstring

clojure.data.xml.node

Data types for xml nodes: Element, CData and Comment

Data types for xml nodes: Element, CData and Comment
raw docstring

clojure.data.xml.pu-map

Provides a bidirectional mapping for keeping track of prefix->uri mappings in xml namespaces.

This has the semantics of a basic key -> multiple values map + two special features, both of which are dictated by the xml standard:

  • instead of a special dissoc, there is assoc to empty string or nil
  • there are two fixed, unique mappings:
    • "xml" <-> ["http://www.w3.org/2000/xmlns/"]
    • "xmlns" <-> ["http://www.w3.org/XML/1998/namespace"]
Provides a bidirectional mapping for keeping track of prefix->uri mappings in xml namespaces.

This has the semantics of a basic key -> multiple values map + two special features, both of which are dictated by the xml standard:

- instead of a special dissoc, there is assoc to empty string or nil
- there are two fixed, unique mappings:
  - "xml" <-> ["http://www.w3.org/2000/xmlns/"]
  - "xmlns" <-> ["http://www.w3.org/XML/1998/namespace"]
raw docstring

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

× close