Up

GSWeb: Class GSWImage

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2003/01/19 15:33:07

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

Software documentation for the GSWImage class

GSWImage : GSWHTMLURLValuedElement

Declared in:
Foundation/GSWImage.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.


initWithName: associations: contentElements: 

- (id) initWithName: (NSString*)name associations: (NSDictionary*)associations contentElements: (NSArray*)elements;

Description forthcoming.


urlAttributeName 

- (NSString*) urlAttributeName;

Description forthcoming.


valueAttributeName 

- (NSString*) valueAttributeName;

Description forthcoming.




Instance Variables for GSWImage Class

_height

@protected GSWAssociation* _height;

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.


_width

@protected GSWAssociation* _width;

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