IXPathNamespaceOwnerElement Property |
The
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.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxElement OwnerElement { get; }
ReadOnly Property OwnerElement As Element
Get
property Element^ OwnerElement {
Element^ get ();
}
abstract OwnerElement : Element with get
Property Value
Type:
Element
See Also