Interface IXPathNSResolver
Interface IXPathNSResolver
Il nome: Aspose.Svg.Dom.XPath Assemblea: Aspose.SVG.dll (25.5.0)
L’interfaccia di ‘XPathNSResolver’ consente che le strisce ‘prefix’ includano l’espressione di essere correttamente collegate a ’namespaceURI’ stringe.Aspose.Svg.Dom.Xpath.IX PathEvaluator può costruire un’implementazione di Asposa.L’applicazione può essere implementata da un nodo.
[DOMName("XPathNSResolver")]
[DOMObject]
[ComVisible(true)]
public interface IXPathNSResolver
Methods
SviluppoNamespaceURI(String)
Guarda l’URI del nome spazio associato al dato prefix del nome spazio.L’evaluatore XPath non deve mai chiamare questo con un ‘zero’ o un documento vuoto, perché il risultato di farlo è indeterminato.
[DOMName("lookupNamespaceURI")]
string LookupNamespaceURI(string prefix)
Parameters
prefix
string
Il prefisso da cercare.
Returns
Ritorna il nome associato URI o ‘zero’ se non è stato trovato.