Interface IXPathNSResolver

Interface IXPathNSResolver

ชื่อพื้นที่: Aspose.Svg.Dom.XPath การประชุม: Aspose.SVG.dll (25.5.0)

อินเตอร์เฟซ ‘XPathNSResolver’ ช่วยให้เส้น ‘prefix’ รวมถึงการแสดงผลที่เชื่อมต่อกับ ’namespaceURI’ เส้น.Aspose.Svg.Dom.Xpath.IX PathEvaluator สามารถสร้างการประยุกต์ใช้ของ Aspos.CvG.ROM.XXPATHNSROLVER จากคอยล์หรืออินเทอร์เน็ตสามารถปรับปรุงโดยแอพลิเคชันใด ๆ

[DOMName("XPathNSResolver")]
[DOMObject]
[ComVisible(true)]
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 หรือ ‘ศูนย์’ หากไม่มีที่พบ

 แบบไทย