00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class ISDialog, ISRequest, NSCountedSet, NSMutableSet, NSString, NSURL; 00010 00011 @interface ISPlistParser : NSObject 00012 { 00013 id _delegate; 00014 unsigned int _ignoresPartnerHeaders:1; 00015 unsigned int _isStorePlist:1; 00016 unsigned int _isWrappedPlist:1; 00017 unsigned int _requestWasForced:1; 00018 unsigned int _requireSignature:1; 00019 unsigned int _watchingForFastNetwork:1; 00020 unsigned int _preparingFetchRequest:1; 00021 int _tag; 00022 NSString *_operation; 00023 int _type; 00024 NSURL *_url; 00025 NSString *_queryString; 00026 ISRequest *_request; 00027 NSMutableSet *_pingRequests; 00028 NSCountedSet *_redirects; 00029 ISDialog *_dialog; 00030 } 00031 00032 - (id)init; 00033 - (id)initWithOperation:(id)fp8 type:(int)fp12 delegate:(id)fp16; 00034 - (id)initWithURL:(id)fp8 delegate:(id)fp12; 00035 - (void)dealloc; 00036 - (void)setArguments:(id)fp8; 00037 - (void)setQueryString:(id)fp8; 00038 - (void)setDelegate:(id)fp8; 00039 - (void)setIgnoresPartnerHeaders:(BOOL)fp8; 00040 - (void)setIsStorePlist:(BOOL)fp8; 00041 - (void)setIsWrappedPlist:(BOOL)fp8; 00042 - (void)setRequireSignature:(BOOL)fp8; 00043 - (void)setURL:(id)fp8; 00044 - (void)setType:(int)fp8; 00045 - (id)dialog; 00046 - (id)response; 00047 - (id)url; 00048 - (int)tag; 00049 - (void)setTag:(int)fp8; 00050 - (BOOL)canParse; 00051 - (BOOL)isParsing; 00052 - (void)destroyCache; 00053 - (BOOL)usedCache; 00054 - (void)cancel; 00055 - (void)fetchPlist:(BOOL)fp8; 00056 - (void)requestWillBegin:(id)fp8; 00057 - (void)request:(id)fp8 finishedWithData:(id)fp12 error:(id)fp16; 00058 - (void)requestWasCancelled:(id)fp8; 00059 - (void)_networkChanged:(id)fp8; 00060 - (BOOL)_handleGotoActionForPlist:(id)fp8; 00061 - (void)_processProtocolInformation:(id)fp8; 00062 - (void)_processDialogFromPlist:(id)fp8; 00063 - (id)_plistForData:(id)fp8 errorString:(id *)fp12; 00064 - (void)_sendPlistToDelegate:(id)fp8; 00065 - (void)_sendPlistErrorToDelegate:(id)fp8; 00066 - (id)_createRequestForURL:(id)fp8 orOperation:(id)fp12 asPing:(BOOL)fp16; 00067 - (id)_swizzleURLsInData:(id)fp8; 00068 00069 @end 00070