Up

GSWeb: Class GSWElementIDString

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.8

Date: 2003/03/21 14:32:54

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


Contents -

  1. Software documentation for the GSWElementIDString class
  2. Software documentation for the GSWElementIDString(GSWElementIDStringGSW) category

Software documentation for the GSWElementIDString class

GSWElementIDString : NSMutableString

Declared in:
Foundation/GSWElementIDString.h
Standards:

Description forthcoming.


Instance Variables



Instance Variables for GSWElementIDString Class

_string

@protected NSMutableString* _string;

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 GSWElementIDString(GSWElementIDStringGSW) category

GSWElementIDString(GSWElementIDStringGSW)

Declared in:
Foundation/GSWElementIDString.h
Standards:

Description forthcoming.

Method summary

appendElementIDComponent: 

- (void) appendElementIDComponent: (id)element;

Description forthcoming.


appendZeroElementIDComponent 

- (void) appendZeroElementIDComponent;

Description forthcoming.


deleteAllElementIDComponents 

- (void) deleteAllElementIDComponents;

Description forthcoming.


deleteLastElementIDComponent 

- (void) deleteLastElementIDComponent;

Description forthcoming.


elementsNb 

- (int) elementsNb;

Description forthcoming.


incrementLastElementIDComponent 

- (void) incrementLastElementIDComponent;

Description forthcoming.


parentElementIDString 

- (NSString*) parentElementIDString;

Description forthcoming.



Up