List of all members.
Detailed Description
A class for parsing URLs and accessing parts of it.
Member Function Documentation
- Returns:
- The fragment part of the URL
- Returns:
- The host part of the URL
Initializes an already allocated OFURL.
- Parameters:
-
| str | A string describing a URL |
- Returns:
- An initialized OFURL
- (id) initWithString: |
|
(OFString*) |
str |
relativeToURL: |
|
(OFURL*) |
url | |
|
|
| | |
Initializes an already allocated OFURL.
- Parameters:
-
| str | A string describing a URL |
| url | A URL to which the string is relative |
- Returns:
- An initialized OFURL
- Returns:
- The parameters part of the URL
- Returns:
- The password part of the URL
- Returns:
- The path part of the URL
- Returns:
- The port part of the URL
- Returns:
- The query part of the URL
- Returns:
- The scheme part of the URL
- (void) setFragment: |
|
(OFString*) |
fragment |
|
|
Set the fragment part of the URL.
- Parameters:
-
| fragment | The fragment part of the URL to set |
Set the host part of the URL.
- Parameters:
-
| host | The host part of the URL to set |
- (void) setParameters: |
|
(OFString*) |
parameters |
|
|
Set the parameters part of the URL.
- Parameters:
-
| parameters | The parameters part of the URL to set |
- (void) setPassword: |
|
(OFString*) |
password |
|
|
Set the password part of the URL.
- Parameters:
-
| password | The password part of the URL to set |
Set the path part of the URL.
- Parameters:
-
| path | The path part of the URL to set |
- (void) setPort: |
|
(uint16_t) |
port |
|
|
Set the port part of the URL.
- Parameters:
-
| port | The port part of the URL to set |
Set the query part of the URL.
- Parameters:
-
| query | The query part of the URL to set |
Set the scheme part of the URL.
- Parameters:
-
| scheme | The scheme part of the URL to set |
Set the user part of the URL.
- Parameters:
-
| user | The user part of the URL to set |
- Parameters:
-
| str | A string describing a URL |
- Returns:
- A new, autoreleased OFURL
+ (id) URLWithString: |
|
(OFString*) |
str |
relativeToURL: |
|
(OFURL*) |
url | |
|
|
| | |
- Parameters:
-
| str | A string describing a URL |
| url | An URL to which the string is relative |
- Returns:
- A new, autoreleased OFURL
- Returns:
- The user part of the URL
The documentation for this class was generated from the following files: