clojure.xml
A
- value
C
- value
- value
D
Modifies a SAXParser to disable external entity resolution to prevent XXE attacks
function([parser])
E
- value
- function
([x])
- function
([e])
P
Parses and loads the source s, which can be a File, InputStream or String naming a URI. Returns a tree of the xml/elem...
function([s] [s startparse])
S
Create a new SAXParser
function([])
A startparse function suitable for use with clojure.xml/parse. Note that this function is open to XXE entity attacks, ...
function([s ch])
A startparse function suitable for use with clojure.xml/parse. External entity resolution is disabled to prevent XXE e...
function([s ch])
T
- value