Interface IXPathNamespace

Interface IXPathNamespace

名称: Aspose.Html.Dom.XPath 编辑: Aspose.HTML.dll (25.4.0)

XPathNamespace 接口由 XPathResult 接口返回,以代表 DOM 缺乏的 XPath nameespace 节点类型。

[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface IXPathNamespace

Properties

OwnerElement

Aspose.Html.Dom.Element 当被要求时,该名称空间在其范围内。这不会在返回的名称空间节点上发生变化,即使文档的变化如下这个元素的名称空间离开了这个元素的范围,这个节点不再被发现。在那里的XPATH。

[DOMName("ownerElement")]
Element OwnerElement { get; }

财产价值

Element

 中文