Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルート要素名を更新する方法はありますが、Xpath Java を使用して子の値を同じにする必要がありますか?? 例えば
<root> <child1>value</child1> <child2>value2</child2> </root>
に
<newRoot> <child1>value</child1> <child2>value2</child2> </newRoot>