当前位置: 首页 > 文档资料 > Java XML 中文文档 >

修改XML文档(Modify XML Document)

优质
小牛编辑
141浏览
2023-12-01

XPath parser is used to navigate XML Documents only. It is better to use DOM parser for modifying XML. Please refer the Java DOM Parser section for the same.