SDMOpenSearchDescriptionURLTemplate class

Deprecated. Open Search template URL

Syntax

@interface SDMOpenSearchDescriptionURLTemplate : NSObject <NSCoding>

Members

All members of SDMOpenSearchDescriptionURLTemplate, 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