OpenSearchDescriptionURLTemplate class

Open Search template URL.

Syntax

@interface OpenSearchDescriptionURLTemplate : NSObject <NSCoding>

Members

All members of OpenSearchDescriptionURLTemplate, including inherited members.

Methods
Method Description
- (NSString *) createUrlWithParameters: (NSDictionary *) parameters Creates an URL from the template URL assigning values to the parameters that appear in the template.
- (id) initWithUrlTemplate: (NSString *const) newUrlTemplate andType: (NSString *const) newType