Skip to main content

clojure.xml

*

A

D

E

P

  • parse

    Parses and loads the source s, which can be a File, InputStream or String naming a URI. Returns a tree of the xml/elem...

S

  • sax-parser

    Create a new SAXParser

  • startparse-sax

    A startparse function suitable for use with clojure.xml/parse. Note that this function is open to XXE entity attacks, ...

  • startparse-sax-safe

    A startparse function suitable for use with clojure.xml/parse. External entity resolution is disabled to prevent XXE e...

T