由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 请问怎么改变org.w3c.dom.Document一个node得值
相关主题
Please give me some ideas!! About the Object database invocation.Greasemonkey script for mitbbs
请教一个Queue实现的问题有没有办法批处理一个TreeModel的改变?
如何删除 linked list 的最后一个元素how to insert a node in existing xml
看了下storm,大概明白了怎么做real time系统了help: 两个Java的问题
what's inside an java object?Java代码,老是compile出错,大家帮我看看哪错了。。。
How to know the size of a java object ?怎么用Java的XPath取得node里面的raw text?
what this line of code mean?现在有些迷惑了
what is the difference in a binary tree?请问java里怎样将01字符串转换成bit流
相关话题的讨论汇总
话题: document话题: node话题: 得值
进入Java版参与讨论
1 (共1页)
b***g
发帖数: 6
1
如果我从xml文件build了一个Document object, 应该怎样改变其中一个特定的node的值
呢?
g**********y
发帖数: 14569
2
use dom4j, you can easily manipulate a Document object.
some methods you may have interest --
Element.addAttribute()
Element.setText()
DocumentHelper.createElement()
DocumentHelper.createDocument()
DocumentHelper.createCDATA()
Node.detach()
Element.selectNodes()
Element.selectSingleNode()
Document.selectNodes()
Document.selectSingleNodes()
Element.clearContent()
...



【在 b***g 的大作中提到】
: 如果我从xml文件build了一个Document object, 应该怎样改变其中一个特定的node的值
: 呢?

1 (共1页)
进入Java版参与讨论
相关主题
请问java里怎样将01字符串转换成bit流what's inside an java object?
cloud computing最重要的特性是elasticHow to know the size of a java object ?
High Availability DB questionwhat this line of code mean?
leetcode请教: time complexywhat is the difference in a binary tree?
Please give me some ideas!! About the Object database invocation.Greasemonkey script for mitbbs
请教一个Queue实现的问题有没有办法批处理一个TreeModel的改变?
如何删除 linked list 的最后一个元素how to insert a node in existing xml
看了下storm,大概明白了怎么做real time系统了help: 两个Java的问题
相关话题的讨论汇总
话题: document话题: node话题: 得值