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

您现在的位置是:虫虫源码 > Java > 一个用于解析XML数据单一的java类

一个用于解析XML数据单一的java类

资 源 简 介

OneClassXML is a single Java class for parsing XML data. It contains everything you need to read XML formated string into Java object, query and run through the data in memory and (if needed) to modify the data and create a new XML string. It may not be the most efficient way to parse XML, and it does not comply with SAX, DOM etc. standard (unless by accident), and it does not validate any XML, it will not work with malformed XML, and it does not work well with comments (they are just ignored). But it works fine for parsing the result from WebServices like Flickr or Nike+ and to produce the XML that drives Flash galleries like SimpleViewer and others. For example with this XML: Hello World.test2 in a variable called
VIP VIP
0.174494s