Public Methods | |
| URIScheme (const std::string &name) | |
| std::string | name () const |
| This URI Scheme name. | |
| virtual std::string | toString () const=0 |
| This Stringified URI. | |
| virtual void | parse (const std::string &options)=0 |
| Parse these scheme options. | |
Protected Attributes | |
| std::string | name_ |
The base class for all URI schemes. Each scheme will typically parse its <scheme-options> and provides access to scheme-specific information and operations.
|
|
This URI Scheme name.
|
|
|
Parse these scheme options.
|
|
|
This Stringified URI.
|
1.3-rc2