resolveRelative

fun resolveRelative(baseUriString: String? = null, uriRef: String, flags: UriFlags): <Error class: unknown class><String>

Parses @uri_ref according to @flags and, if it is a relative-absolute-uris, resolves it relative to

Return

the resolved URI string, or NULL on error.

Since

2.66

Parameters

baseUriString

a string representing a base URI

uriRef

a string representing a relative or absolute URI

flags

flags describing how to parse @uri_ref