dom4j,一个读写XML的开源工具。


org.dom4j. Document
表示一个XML文档。

Document defines an XML Document. 


org.dom4j. Element
表示XML文档中的元素。一个元素可以声明命名空间、属性、子节点和文本内容。

Element interface defines an XML element. An element can have declared namespaces, attributes, child nodes and textual content. 


Element org.dom4j.Branch. addElement(String name)
根据给定名字向当前分支中添加元素,返回新节点的引用。
Adds a new Element node with the given name to this branch and returns a reference to the new node.
Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐