IXPathNamespace Interface
IXPathNamespace interface
The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath package node type that DOM lacks.
public interface IXPathNamespace
Properties
Name | Description |
---|---|
getOwnerElement The Element on which the package was in scope when it was requested. This does not change on a returned package node even if the document changes such that the package goes out of scope on that element and this node is no longer found there by XPath. |
See Also
- package com.aspose.html.Dom.XPath
- package Aspose.HTML