首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

clojure.xml

完整名称空间名称:clojure.xml

概述

代码语言:javascript
复制
XML reading/writing.

公共变量和函数

解析函数

代码语言:javascript
复制
Usage: (parse s)
       (parse s startparse)
代码语言:javascript
复制
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

在Clojure版本1.0中添加

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com