我想在没有 XPath 的情况下使用 DOM 解析器获取 xml 文件中子节点的属性值。有什么方法可以做到这一点
我有这样的节点结构:
<parent type = "xxxxx">
<child type = "yyyy">
<grandchild name = "xxxxx" type ="zzzz" />
<grandchild name = "xxxyx" type ="zzzx" />
</child>
我想要给定孩子的类型作为输入的孙子的名字