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

Properties

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

The url of the document.

It may be used as a base to calculate the url of other included document.