#include <url.h>
Inheritance diagram for PURLScheme:

Public Member Functions | |
| virtual PString | GetName () const =0 |
| virtual PBoolean | Parse (const PString &url, PURL &purl) const =0 |
| virtual PString | AsString (PURL::UrlFormat fmt, const PURL &purl) const =0 |
| virtual PString PURLScheme::AsString | ( | PURL::UrlFormat | fmt, | |
| const PURL & | purl | |||
| ) | const [pure virtual] |
Implemented in PURLLegacyScheme.
| virtual PString PURLScheme::GetName | ( | ) | const [pure virtual] |
Implemented in PURLLegacyScheme.
Implemented in PURLLegacyScheme.
1.4.7