Liking cljdoc? Tell your friends :D

net.cgrand.xml


attrsclj


comment?clj

(comment? x)

contentclj


dtd?clj

(dtd? x)

elementclj


parseclj

(parse s)
(parse s startparse)

Parses and loads the source s, which can be a File, InputStream or String naming a URI. Returns a seq of tree of the xml/element struct-map, which has the keys :tag, :attrs, and :content. and accessor fns tag, attrs, and content. Other parsers can be supplied by passing startparse, a fn taking a source and a ContentHandler and returning a parser

Parses and loads the source s, which can be a File, InputStream or
String naming a URI. Returns a seq of tree of the xml/element struct-map,
which has the keys :tag, :attrs, and :content. and accessor fns tag,
attrs, and content. Other parsers can be supplied by passing
startparse, a fn taking a source and a ContentHandler and returning
a parser
raw docstring

startparse-saxclj

(startparse-sax s ch)

tagclj


tag?clj


xml-zipclj

(xml-zip root)

Returns a zipper for xml elements (as from xml/parse), given a root element

Returns a zipper for xml elements (as from xml/parse),
given a root element
raw docstring

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

× close