Interface IXPathNamespace

Interface IXPathNamespace

Namespace: Aspose.Html.Dom.XPath
Assembly: Aspose.HTML.dll (25.2.0)

The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node type that DOM lacks.

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

Properties

OwnerElement

The Aspose.Html.Dom.Element on which the namespace was in scope when it was requested. This does not change on a returned namespace node even if the document changes such that the namespace goes out of scope on that element and this node is no longer found there by XPath.

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

Property Value

Element