Interface IXPathNamespace
Interface IXPathNamespace
Numele spaţiului: Aspose.Html.Dom.XPath Asamblare: Aspose.HTML.dll (25.4.0)
Interfața XPathNamespace este returnată de către interfațele XPathResult pentru a reprezenta tipul de nod de nume XPath pe care DOM-ul nu îl are.
[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface IXPathNamespace
Properties
OwnerElement
Aspose.Html.Dom.Element pe care spațiul de nume a fost în domeniul de aplicare atunci când a fost solicitat.Acest lucru nu se schimbă pe un nod de spatiu de nume returnat, chiar dacă documentul se schimbă astfel:că spațiul de nume iese din scară pe acel element și acest nod nu mai este găsitAici de la XPath.
[DOMName("ownerElement")]
Element OwnerElement { get; }