XML
27Put all occurring xmlns into the root
functionclojure.data.xml
Define a Clojure namespace aliases for xmlns uris. This sets up the current namespace for reading qnames denoted with...
functionclojure.data.xml
- function
clojure.data.xml
Create a CData node
functionclojure.data.xml
Create an xml Element from content varargs
functionclojure.data.xml
Create an xml element from a content collection and optional metadata
functionclojure.data.xml
Get xmlns environment from element
functionclojure.data.xml
- function
clojure.data.xml
Prints the given Element tree as XML text to stream. Options: :encoding <str> Character encoding to use ...
functionclojure.data.xml
Emits the Element to String and returns it. Options: :encoding <str> Character encoding to use :doct...
functionclojure.data.xml
Parses an XML input source into a lazy sequence of pull events. Input source can be a java.io.InputStream or java.io.Re...
functionclojure.data.xml
Find all xmlns occuring in a root
functionclojure.data.xml
Emits the XML and indents the result. WARNING: this is slow it will emit the XML and read it in again to indent it. ...
functionclojure.data.xml
Emits the XML and indents the result. Writes the results to a String and returns it
functionclojure.data.xml
Parses an XML input source into a a tree of Element records. The element tree is realized lazily, so huge XML files can ...
functionclojure.data.xml
- function
clojure.data.xml
Parses an XML String into a a tree of Element records. Options: :include-node? subset of #{:element :characters :com...
functionclojure.data.xml
Shell command to create a dummy file for xmlns. Execute from a source root.
functionclojure.data.xml
- function
clojure.data.xml
Get the name for this qname
functionclojure.data.xml
Get the namespace uri for this qname
functionclojure.data.xml
Convert a single sexp into an Element
functionclojure.data.xml
Convert a compact prxml/hiccup-style data structure into the more formal tag/attrs/content format. A seq of elements ...
functionclojure.data.xml
- function
clojure.data.xml
Dummy file name for :require'ing xmlns uri
functionclojure.data.xml
- function
clojure.data.xml
Create a Comment node
functionclojure.data.xml