interface ParseOptions {
    encoding?: string;
    option?: ParseOption;
    url?: string;
}

Properties

encoding?: string
option?: ParseOption
url?: string

The URL of the document.

It can be used as a base to calculate the URL of other included documents.