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

Public Member Functions | |
| PURLLegacyScheme (const char *_scheme) | |
| PBoolean | Parse (const PString &url, PURL &purl) const |
| PString | AsString (PURL::UrlFormat fmt, const PURL &purl) const |
| PString | GetName () const |
Public Attributes | |
| PString | scheme |
| PBoolean | hasUsername |
| PBoolean | hasPassword |
| PBoolean | hasHostPort |
| PBoolean | defaultToUserIfNoAt |
| PBoolean | defaultHostToLocal |
| PBoolean | hasQuery |
| PBoolean | hasParameters |
| PBoolean | hasFragments |
| PBoolean | hasPath |
| PBoolean | relativeImpliesScheme |
| WORD | defaultPort |
| PURLLegacyScheme::PURLLegacyScheme | ( | const char * | _scheme | ) | [inline] |
Implements PURLScheme.
| PString PURLLegacyScheme::AsString | ( | PURL::UrlFormat | fmt, | |
| const PURL & | purl | |||
| ) | const [inline, virtual] |
Implements PURLScheme.
| PString PURLLegacyScheme::GetName | ( | ) | const [inline, virtual] |
Implements PURLScheme.
1.5.1