XPathNSResolver: ((prefix) => string | null) | {
    lookupNamespaceURI(prefix): string;
}

Type declaration

    • (prefix): string | null
    • Parameters

      • prefix: string | null

      Returns string | null

Type declaration

  • lookupNamespaceURI:function
    • Parameters

      • prefix: string

      Returns string

Generated using TypeDoc