#include <url.h>
Inheritance diagram for PURLScheme:
Public Member Functions | |
virtual PString | GetName () const=0 |
virtual BOOL | Parse (const PString &url, PURL &purl) const=0 |
virtual PString | AsString (PURL::UrlFormat fmt, const PURL &purl) const=0 |
virtual PString PURLScheme::GetName | ( | ) | const [pure virtual] |
Implemented in PURLLegacyScheme.
Implemented in PURLLegacyScheme.
virtual PString PURLScheme::AsString | ( | PURL::UrlFormat | fmt, | |
const PURL & | purl | |||
) | const [pure virtual] |
Implemented in PURLLegacyScheme.