ReplaceChild
Node.ReplaceChild method
将子节点列表中的子节点 oldChild 替换为 newChild,并返回 oldChild 节点。 如果 newChild 是 DocumentFragment 对象,则 oldChild 将替换为所有 DocumentFragment 子项,它们以相同的顺序插入。如果 newChild 已经在树中,则首先将其移除。
public Node ReplaceChild(Node node, Node child)
范围 | 类型 | 描述 |
---|---|---|
node | Node | 新节点。 |
child | Node | 老孩子。 |
返回值
返回节点
也可以看看
- class Node
- 命名空间 Aspose.Svg.Dom
- 部件 Aspose.SVG