XmlResolver - Class to download xml resources from internet to local paths
Private
Static
Return the configured localPath. An empty string means that it is not configured and method resolve will return the same url as received
Return when a local path has been set
Protected
Create a new Retriever depending on the type parameter, only allow TYPE_XSLT and TYPE_XSD
Set the downloader object. If send a null value the object return by defaultDownloader will be set.
downloader implementation
Set the localPath to the specified value. If localPath is null then the value of defaultLocalPath is used.
values: '' -- no resolve, null -- default path, anything else is the path
Generated using TypeDoc
XmlResolver - Class to download xml resources from internet to local paths