Up

GSWeb: Class GSWHTMLStaticGroup

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.4

Date: 2004/03/25 08:35:00

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

Software documentation for the GSWHTMLStaticGroup class

GSWHTMLStaticGroup : GSWHTMLStaticElement

Declared in:
Foundation/GSWHTMLStaticGroup.h
Standards:

Description forthcoming.


Instance Variables

Method summary

elementWithContentElements: 

+ (GSWHTMLStaticGroup*) elementWithContentElements: (NSArray*)elements;

Description forthcoming.


appendToResponse: inContext: 

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

Description forthcoming.


dealloc 

- (void) dealloc;

Description forthcoming.


initWithContentElements: 

- (id) initWithContentElements: (NSArray*)elements;

Description forthcoming.


setDocumentTypeString: 

- (void) setDocumentTypeString: (NSString*)documentType;

Description forthcoming.




Instance Variables for GSWHTMLStaticGroup Class

_documentTypeString

@protected NSString* _documentTypeString;

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