(find-all root xpath)
(find-all root xpath namespaces)
Return collection of elements at the XPath
Return collection of elements at the XPath
(find-first root xpath)
(find-first root xpath namespaces)
Return the first element at the XPath
Return the first element at the XPath
(get-value root xpath)
(get-value root xpath namespaces)
Return the value at the XPath as a String, regardless of whether the XPath points to a element or attribute
Return the value at the XPath as a String, regardless of whether the XPath points to a element or attribute
(parse-str xml)
Parse xml string into JDOM Document and return the root element
Parse xml string into JDOM Document and return the root element
(parse-str->Document xml)
Parse xml string into JDOM Document
Parse xml string into JDOM Document
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close