- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/PinaeOS/nala
- 软件文档: https://github.com/PinaeOS/nala
软件介绍
Nala 是一个基于Java的XML对象绑定工具,支持将Java对象序列化为XML或者将XML绑定在Java对象上
支持Map/注释信息的Java对象/命名约束的Java对象与XML之间的绑定
支持Cdata对象的绑定和Xml作为文本进行绑定
支持Xpath指定路径进行绑定
安装方法:
<dependency> <groupId>org.pinae</groupId> <artifactId>nala</artifactId> <version>1.6</version> </dependency>
示例代码:
public class DemoTestManager {
public static void main(String arg[]) throws Exception {
try {
StringBuffer xml = new ResourceReader().readFile("test.xml");
//Parse XML to Object
Map map = Xml.toMap(xml.toString(), "utf8");
//convert Object to XML
String xml = Xml.toXML(map, "utf8", true);
} catch (IOException e) {
}
}
}
Basics of Web Design
Terry Felke-Morris / Addison-Wesley / 2013-1-28 / USD 98.40
Basics of Web Design: HTML5 and CSS3, 2e covers the basic concepts that web designers need to develop their skills: * Introductory Internet and Web concepts* Creating web pages with HTML5* Configurin......一起来看看 《Basics of Web Design》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
Markdown 在线编辑器
Markdown 在线编辑器
