Document.GetElementsByTagNameNS
Document.GetElementsByTagNameNS method
按文档顺序返回具有给定本地名称和命名空间 URI 的所有元素的节点列表。
public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string localName)
范围 | 类型 | 描述 |
---|---|---|
namespaceURI | String | 命名空间 URI。 |
localName | String | 本地名称。 |
返回值
返回 nodes
也可以看看
- class HTMLCollection
- class Document
- 命名空间 Aspose.Html.Dom
- 部件 Aspose.HTML