Up

GSWeb: Class GSWRepetition

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.5

Date: 2004/11/03 13:19:21

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


Contents -

  1. Software documentation for the GSWRepetition class
  2. Software documentation for the GSWRepetition(GSWRepetitionA) category

Software documentation for the GSWRepetition class

GSWRepetition : GSWDynamicElement

Declared in:
Foundation/GSWRepetition.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


initWithName: associations: template: 

- (id) initWithName: (NSString*)aName associations: (NSDictionary*)associations template: (GSWElement*)templateElement;

Description forthcoming.




Instance Variables for GSWRepetition Class

_childrenGroup

@protected GSWHTMLStaticGroup* _childrenGroup;

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.


_count

@protected GSWAssociation* _count;

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.


_identifier

@protected GSWAssociation* _identifier;

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.


_index

@protected GSWAssociation* _index;

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.


_item

@protected GSWAssociation* _item;

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.


_list

@protected GSWAssociation* _list;

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.


_startIndex

@protected GSWAssociation* _startIndex;

Don't begin at 0 but at startIndex
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.


_stopIndex

@protected GSWAssociation* _stopIndex;

Don't end at count-1 or list count -1 but at stopIndex
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.





Software documentation for the GSWRepetition(GSWRepetitionA) category

GSWRepetition(GSWRepetitionA)

Declared in:
Foundation/GSWRepetition.h
Standards:

Description forthcoming.

Method summary

_fastInvokeActionForRequest: inContext: 

- (GSWElement*) _fastInvokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


_slowInvokeActionForRequest: inContext: 

- (GSWElement*) _slowInvokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.


startOneIterationWithIndex: startIndex: list: inContext: 

- (void) startOneIterationWithIndex: (unsigned int)index startIndex: (unsigned int)startIndex list: (NSArray*)aList inContext: (GSWContext*)aContext;

Description forthcoming.


stopOneIterationWithIndex: stopIndex: count: isLastOne: inContext: 

- (void) stopOneIterationWithIndex: (int)index stopIndex: (int)stopIndex count: (int)count isLastOne: (BOOL)isLastOne inContext: (GSWContext*)aContext;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;

Description forthcoming.



Up