Liking cljdoc? Tell your friends :D

defng.clj-dom.core


find-allclj

(find-all root xpath)
(find-all root xpath namespaces)

Return collection of elements at the XPath

Return collection of elements at the XPath
sourceraw docstring

find-firstclj

(find-first root xpath)
(find-first root xpath namespaces)

Return the first element at the XPath

Return the first element at the XPath
sourceraw docstring

get-valueclj

(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
sourceraw docstring

parse-strclj

(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
sourceraw docstring

parse-str->Documentclj

(parse-str->Document xml)

Parse xml string into JDOM Document

Parse xml string into JDOM Document
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close