Up

GSWeb: Class GSWURLValuedElementData

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/05/16 18:01:40

Copyright: (C) 1999-2002 Free Software Foundation, Inc.

Software documentation for the GSWURLValuedElementData class

GSWURLValuedElementData : NSObject

Declared in:
Foundation/GSWURLValuedElementData.h
Standards:

Description forthcoming.


Instance Variables

Method summary

appendDataURLToResponse: inContext: 

- (void) appendDataURLToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


data 

- (NSData*) data;

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


isTemporary 

- (BOOL) isTemporary;

Description forthcoming.


key 

- (NSString*) key;

Description forthcoming.


type 

- (NSString*) type;

Description forthcoming.




Instance Variables for GSWURLValuedElementData Class

_data

@protected NSData* _data;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_key

@protected NSString* _key;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_mimeType

@protected NSString* _mimeType;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_temporaryKey

@protected BOOL _temporaryKey;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up