dom4j,一个读写XML的开源工具。
org.dom4j. Document
表示一个XML文档。
表示XML文档中的元素。一个元素可以声明命名空间、属性、子节点和文本内容。
根据给定名字向当前分支中添加元素,返回新节点的引用。
Adds a new Element node with the given name to this branch and returns a reference to the new node.
org.dom4j. Document
表示一个XML文档。
Document defines an XML Document.
表示XML文档中的元素。一个元素可以声明命名空间、属性、子节点和文本内容。
Element interface defines an XML element. An element can have declared namespaces, attributes, child nodes and textual content.
根据给定名字向当前分支中添加元素,返回新节点的引用。
Adds a new Element node with the given name to this branch and returns a reference to the new node.