On this page

Type Alias XPathNSResolver

XPathNSResolver:
    | ((prefix: string | null) => string | null)
    | { lookupNamespaceURI(prefix: string | null): string | null }
Was this helpful?
SDK JS
Reference
XPathNSResolver