Interface IXPathNSResolver

Interface IXPathNSResolver

ชื่อพื้นที่: Aspose.Html.Dom.XPath การประกอบ: Aspose.HTML.dll (25.4.0)

อินเตอร์เฟซ ‘XPathNSResolver’ ช่วยให้เส้น ‘prefix’ รวมถึงการแสดงผลที่เชื่อมต่อกับ ’namespaceURI’ เส้น.Aspose.Html.Dom.XPath.IXPathEvaluator สามารถสร้างการประมวลผลของAspose.Html.Dom.XPath.IXPathNSResolver จากจุดหรืออินเตอร์เฟซสามารถประมวลผลโดยโปรแกรมใด ๆ

[DOMName("XPathNSResolver")]
[ComVisible(true)]
[DOMObject]
public interface IXPathNSResolver

Methods

มือสมัครเล่น(รั้ว)

ดู URI nameespace ที่เชื่อมต่อกับ prefix nameespace ที่กําหนด.The XPath evaluator should never call this with a ’null’ or emptyargument, because the result of doing this is undefined.

[DOMName("lookupNamespaceURI")]
string LookupNamespaceURI(string prefix)

Parameters

prefix string

Prefix ที่ต้องค้นหา

Returns

string

กลับพื้นที่ชื่อที่เกี่ยวข้อง URI หรือ ‘ศูนย์’ หากไม่มีที่พบ

 แบบไทย