IsValidForPath
bool IsValidForPath(const BString& path) const;
return Domain() == "localhost" && IsValidForPath(url.Path());
return IsValidForDomain(url.Host()) && IsValidForPath(url.Path());
if (fElement->IsValidForPath(fUrl.Path()))