Interface IXPathNamespace

Interface IXPathNamespace

Il nome: Aspose.Svg.Dom.XPath Assemblea: Aspose.SVG.dll (25.5.0)

L’interfaccia XPathNamespace viene restituita dalle interfacce XPathResult per rappresentare il tipo di nodo XPath namespace che DOM manca.

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

Properties

OwnerElement

Il Aspose.Svg.Dom.Elemento su cui lo spazio di nome era in vigore quando è stato richiesto.Questo non cambia su un nodo di spazio di nome restituito anche se il documento cambia cosìche il nome spazio va fuori dal campo su quel elemento e questo nodo non è più trovatoQui per XPath.

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

Valore di proprietà

Element

 Italiano