Up

GSWeb: Class GSWRequest

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

Date: 2002/07/27 23:48:47

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


Contents -

  1. Software documentation for the GSWHTMLComment class
  2. Software documentation for the GSWHTMLComment(GSWHTMLCommentA) category
  3. Software documentation for the GSWHTMLComment(GSWHTMLCommentB) category

Software documentation for the GSWHTMLComment class

GSWHTMLComment : GSWElement

Declared in:
Foundation/GSWHTMLComment.h
Standards:

Description forthcoming.


Instance Variables

Method summary

dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.




Instance Variables for GSWHTMLComment Class

_data

@protected NSData* _data;

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.


_encoding

@protected NSStringEncoding _encoding;

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.


_string

@protected NSString* _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 GSWHTMLComment(GSWHTMLCommentA) category

GSWHTMLComment(GSWHTMLCommentA)

Declared in:
Foundation/GSWHTMLComment.h
Standards:

Description forthcoming.

Method summary

appendToResponse: inContext: 

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

Description forthcoming.


Software documentation for the GSWHTMLComment(GSWHTMLCommentB) category

GSWHTMLComment(GSWHTMLCommentB)

Declared in:
Foundation/GSWHTMLComment.h
Standards:

Description forthcoming.

Method summary

elementWithString: 

+ (id) elementWithString: (NSString*)aString;

Description forthcoming.



Up