@vivliostyle/core
    Preparing search index...

    Interface DocumentURLTransformer

    interface DocumentURLTransformer {
        restoreURL(encoded: string): string[];
        transformFragment(fragment: string, baseURL: string): string;
        transformURL(url: string, baseURL: string): string;
    }
    Index

    Methods

    • Parameters

      • encoded: string

      Returns string[]

    • Parameters

      • fragment: string
      • baseURL: string

      Returns string

    • Parameters

      • url: string
      • baseURL: string

      Returns string