Up

GSWeb: Class GSWHTMLStaticElement

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.2

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

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


Contents -

  1. Software documentation for the GSWHTMLStaticElement class
  2. Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementA) category
  3. Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementB) category
  4. Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementC) category
  5. Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementD) category
  6. Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementE) category

Software documentation for the GSWHTMLStaticElement class

GSWHTMLStaticElement : GSWElement

Declared in:
Foundation/GSWHTMLStaticElement.h
Standards:

Description forthcoming.


Instance Variables

Method summary

_initWithElementsMap: htmlBareStrings: dynamicChildren: 

- (id) _initWithElementsMap: (NSData*)_elementsMap htmlBareStrings: (NSArray*)htmlBareStrings dynamicChildren: (NSArray*)dynamicChildren;

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.


_setEndOfHTMLTag: 

- (void) _setEndOfHTMLTag: (unsigned int)unknown;

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.


dealloc 

- (void) dealloc;

Description forthcoming.


description 

- (NSString*) description;

Description forthcoming.


dynamicChildren 

- (NSArray*) dynamicChildren;

Description forthcoming.


elementsMap 

- (NSData*) elementsMap;

Description forthcoming.


htmlBareStrings 

- (NSArray*) htmlBareStrings;

Description forthcoming.


initWithName: attributeDictionary: contentElements: 

- (id) initWithName: (NSString*)elementName attributeDictionary: (NSDictionary*)attributeDictionary contentElements: (NSArray*)elements;

Description forthcoming.


initWithName: attributeString: contentElements: 

- (id) initWithName: (NSString*)elementName attributeString: (NSString*)attributeString contentElements: (NSArray*)elements;

Description forthcoming.




Instance Variables for GSWHTMLStaticElement Class

_dynamicChildren

@protected NSArray* _dynamicChildren;

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.


_elementName

@protected NSString* _elementName;

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.


_elementsMap

@protected NSData* _elementsMap;

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.


_htmlBareStrings

@protected NSArray* _htmlBareStrings;

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 GSWHTMLStaticElement(GSWHTMLStaticElementA) category

GSWHTMLStaticElement(GSWHTMLStaticElementA)

Declared in:
Foundation/GSWHTMLStaticElement.h
Standards:

Description forthcoming.

Method summary

appendToResponse: inContext: 

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

Description forthcoming.


appendToResponse: inContext: elementsFromIndex: toIndex: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context elementsFromIndex: (unsigned int)fromIndex toIndex: (unsigned int)toIndex;

Description forthcoming.


invokeActionForRequest: inContext: 

- (GSWElement*) invokeActionForRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


takeValuesFromRequest: inContext: 

- (void) takeValuesFromRequest: (GSWRequest*)request inContext: (GSWContext*)context;

Description forthcoming.


Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementB) category

GSWHTMLStaticElement(GSWHTMLStaticElementB)

Declared in:
Foundation/GSWHTMLStaticElement.h
Standards:

Description forthcoming.

Method summary

appendStringAtLeft: withMapping: 

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

Description forthcoming.


appendStringAtRight: withMapping: 

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

Description forthcoming.


canBeFlattenedAtInitialization 

- (BOOL) canBeFlattenedAtInitialization;

Description forthcoming.


compactHTMLTags 

- (BOOL) compactHTMLTags;

Description forthcoming.


Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementC) category

GSWHTMLStaticElement(GSWHTMLStaticElementC)

Declared in:
Foundation/GSWHTMLStaticElement.h
Standards:

Description forthcoming.

Method summary

addURLAttribute: forElementNamed: 

+ (void) addURLAttribute: (id)attribute forElementNamed: (NSString*)name;

Description forthcoming.


charactersNeedingQuotes 

+ (BOOL) charactersNeedingQuotes;

Description forthcoming.


urlsForElementNamed: 

+ (id) urlsForElementNamed: (NSString*)name;

Description forthcoming.


Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementD) category

GSWHTMLStaticElement(GSWHTMLStaticElementD)

Declared in:
Foundation/GSWHTMLStaticElement.h
Standards:

Description forthcoming.

Method summary

attributeDictionaryForString: 

+ (NSDictionary*) attributeDictionaryForString: (NSString*)string;

Description forthcoming.


elementWithName: attributeString: contentElements: 

+ (GSWElement*) elementWithName: (NSString*)name attributeString: (NSString*)attributeString contentElements: (NSArray*)elements;

Description forthcoming.


stringForAttributeDictionary: 

+ (NSString*) stringForAttributeDictionary: (NSDictionary*)attributeDictionary;

Description forthcoming.


Software documentation for the GSWHTMLStaticElement(GSWHTMLStaticElementE) category

GSWHTMLStaticElement(GSWHTMLStaticElementE)

Declared in:
Foundation/GSWHTMLStaticElement.h
Standards:

Description forthcoming.

Method summary

_elementClassForName: 

+ (Class) _elementClassForName: (NSString*)name;

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.


_theEmptyElement 

+ (GSWElement*) _theEmptyElement;

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.


elementWithName: attributeDictionary: contentElements: 

+ (GSWElement*) elementWithName: (NSString*)name attributeDictionary: (NSDictionary*)attributeDictionary contentElements: (NSArray*)elements;

Description forthcoming.


setElementClass: forName: 

+ (void) setElementClass: (Class)class forName: (NSString*)name;

Description forthcoming.



Up