Functions to parse XML into lazy sequences and lazy trees and emit these as text.
Functions to parse XML into lazy sequences and lazy trees and emit these as text.
Data type for xml pull events
Data type for xml pull events
Shared private code for data.xml namespaces
Shared private code for data.xml namespaces
JVM implementation of the emitter details
JVM implementation of the emitter details
Data types for xml nodes: Element, CData and Comment
Data types for xml nodes: Element, CData and Comment
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:
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"]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close