API for clojure.xml - Clojure v1.5 (legacy)

by Rich Hickey

Full namespace name: clojure.xml

Overview

XML reading/writing.

Public Variables and Functions



parse

function
Usage: (parse s)
       (parse s startparse)
Parses and loads the source s, which can be a File, InputStream or
String naming a URI. Returns a 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

    Added in Clojure version 1.0
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.