XML
62- value
clojure.xml
- value
clojure.xml
- value
clojure.xml
- value
clojure.xml
Positional factory function for class clojure.data.xml.event.CDataEvent.
functionclojure.data.xml.event
Positional factory function for class clojure.data.xml.event.CharsEvent.
functionclojure.data.xml.event
Positional factory function for class clojure.data.xml.event.CommentEvent.
functionclojure.data.xml.event
Positional factory function for class clojure.data.xml.event.EmptyElementEvent.
functionclojure.data.xml.event
- function
clojure.data.xml.event
Positional factory function for class clojure.data.xml.event.QNameEvent.
functionclojure.data.xml.event
Positional factory function for class clojure.data.xml.event.StartElementEvent.
functionclojure.data.xml.event
Define a Clojure namespace aliases for xmlns uris. This sets up the current namespace for reading qnames denoted with...
functionclojure.data.xml.name
- function
clojure.data.xml.name
- value
clojure.xml
Create a CData node
functionclojure.data.xml.node
- value
clojure.xml
- value
clojure.xml
Modifies a SAXParser to disable external entity resolution to prevent XXE attacks
functionclojure.xml
Create an xml Element from content varargs
functionclojure.data.xml.node
- value
clojure.xml
Create an xml element from a content collection and optional metadata
functionclojure.data.xml.node
Get xmlns environment from element
functionclojure.data.xml.event
- function
clojure.data.xml.event
- function
clojure.data.xml.node
Prints the given Element tree as XML text to stream. Options: :encoding <str> Character encoding to use ...
functionclojure.data.xml
- function
clojure.xml
- function
clojure.xml
Emits the Element to String and returns it. Options: :encoding <str> Character encoding to use :doct...
functionclojure.data.xml
- value
clojure.data.xml.event
- function
clojure.data.xml.event
- function
clojure.data.xml.event
- function
clojure.data.xml.event
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
Returns a lazy tree of Element objects for the given seq of Event objects. See source-seq and parse.
functionclojure.data.xml.tree
Flatten a collection of elements to an event seq
functionclojure.data.xml.tree
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
Factory function for class clojure.data.xml.event.CDataEvent, taking a map of keywords to field values.
functionclojure.data.xml.event
Factory function for class clojure.data.xml.event.CharsEvent, taking a map of keywords to field values.
functionclojure.data.xml.event
Factory function for class clojure.data.xml.event.CommentEvent, taking a map of keywords to field values.
functionclojure.data.xml.event
Factory function for class clojure.data.xml.event.EmptyElementEvent, taking a map of keywords to field values.
functionclojure.data.xml.event
Factory function for class clojure.data.xml.event.QNameEvent, taking a map of keywords to field values.
functionclojure.data.xml.event
Factory function for class clojure.data.xml.event.StartElementEvent, taking a map of keywords to field values.
functionclojure.data.xml.event
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
Parses and loads the source s, which can be a File, InputStream or String naming a URI. Returns a tree of the xml/elem...
functionclojure.xml
- function
clojure.data.xml.jvm.name
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.name
- function
clojure.data.xml.name
Get the name for this qname
functionclojure.data.xml.name
Get the namespace uri for this qname
functionclojure.data.xml.name
Create a new SAXParser
functionclojure.xml
Takes a seq of events that logically represents a tree by each event being one of: enter-sub-tree event, exit-sub-tr...
functionclojure.data.xml.tree
Convert a single sexp into an Element
functionclojure.data.xml.prxml
Convert a compact prxml/hiccup-style data structure into the more formal tag/attrs/content format. A seq of elements ...
functionclojure.data.xml.prxml
A startparse function suitable for use with clojure.xml/parse. Note that this function is open to XXE entity attacks, ...
functionclojure.xml
A startparse function suitable for use with clojure.xml/parse. External entity resolution is disabled to prevent XXE e...
functionclojure.xml
- function
clojure.data.xml.name
- value
clojure.xml
Dummy file name for :require'ing xmlns uri
functionclojure.data.xml.name
- function
clojure.data.xml.name
Create a Comment node
functionclojure.data.xml.node