首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 为XML写的API(忽略”)

为XML写的API(忽略”)

  • 资源大小:29.41 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: api xml 忽略

资 源 简 介

This project has moved to https://github.com/mvolkmann/waxy. WAX is a new approach to writing XML that * focuses on writing XML, not reading it * requires less code than other approaches * uses less memory than other approaches (because it outputs XML as each method is called rather than storing it in a DOM-like structure and outputting it later) * doesn"t depend on any Java classes other than standard JDK classes * is a small library (around 12K) * writes all XML node types * always outputs well-formed XML or throws an exception * provides extensive error checking * automatically escapes special characters in text and attribute values when error checking is turned on * allows all error checking to be turned off for performance * knows how to associate DTDs, XML Schemas and XSLT stylesheets with the XML it outputs * is well-suited for writing XML request and response messages for REST-based and SOAP-based services For more information, see the home page which include
VIP VIP
0.215013s