CreateElementNS
Document.CreateElementNS method
创建给定限定名称和命名空间 URI 的元素。
public Element CreateElementNS(string namespaceURI, string qualifiedName)
范围 | 类型 | 描述 |
---|---|---|
namespaceURI | String | 命名空间 URI。 |
qualifiedName | String | 合格者的姓名。 |
返回值
的Element
.
也可以看看
- class Element
- class Document
- 命名空间 Aspose.Svg.Dom
- 部件 Aspose.SVG