beanshell, 很好用的java动态解析工具,比如我们代码 Class a= new Class(); String b = a.getX(); 这样的代码,我们要执行,一种是先写好,然后编辑好后执行 还另一种,就是动态解析执行,beanshell就可以执行这样的操作,类似javascr ipt的eval方法,很好用
xml 处理类 解析 // Markup.cpp: implementation of the CMarkup class. // // Markup Release 11.2 // Copyright (C) 2009 First Objective Software, Inc. All rights reserved // Go to www.firstobject.com for the latest CMarkup and EDOM documentation // Use in co