Up

GSWeb: Class GSWString

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.3

Date: 2002/04/15 14:33:16

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


Contents -

  1. Software documentation for the GSWString class
  2. Software documentation for the GSWString(GSWInputA) category

Software documentation for the GSWString class

GSWString : GSWHTMLDynamicElement

Declared in:
Foundation/GSWString.h
Standards:

Description forthcoming.


Instance Variables

Method summary

appendStringAtLeft: withMapping: 

- (BOOL) appendStringAtLeft: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.


appendStringAtRight: withMapping: 

- (BOOL) appendStringAtRight: (id)unkwnon withMapping: (char*)mapping;

Description forthcoming.


appendToResponse: inContext: 

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

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


elementName 

- (NSString*) elementName;

Description forthcoming.


formatterForComponent: value: 

- (NSFormatter*) formatterForComponent: (GSWComponent*)component value: (id)value;

Description forthcoming.


initWithName: associations: contentElements: 

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

Description forthcoming.




Instance Variables for GSWString Class

_convertHTML

@protected GSWAssociation* _convertHTML;

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.


_convertHTMLEntities

@protected GSWAssociation* _convertHTMLEntities;

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.


_dateFormat

@protected GSWAssociation* _dateFormat;

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.


_escapeHTML

@protected GSWAssociation* _escapeHTML;

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.


_formatter

@protected GSWAssociation* _formatter;

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.


_numberFormat

@protected GSWAssociation* _numberFormat;

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.


_value

@protected GSWAssociation* _value;

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 GSWString(GSWInputA) category

GSWString(GSWInputA)

Declared in:
Foundation/GSWString.h
Standards:

Description forthcoming.

Method summary

hasGSWebObjectsAssociations 

+ (BOOL) hasGSWebObjectsAssociations;

Description forthcoming.



Up