Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com
)
-
Version: 1.5
Date: 2004/03/01 16:42:41
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- Foundation/GSWHTMLDynamicElement.h
Standards:
Description forthcoming.
Instance Variables
Method summary
- (id) _initWithElementsMap: (NSData*)elementsMap htmlBareStrings: (NSArray*)htmlBareStrings dynamicChildren: (NSArray*)dynamicChildren attributeAssociations: (NSArray*)attributeAssociations;
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.
- (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.
- (NSArray*) attributeAssociations;
Description forthcoming.
- (void) dealloc;
Description forthcoming.
- (NSString*) description;
Description forthcoming.
- (NSArray*) dynamicChildren;
Description forthcoming.
- (NSData*) elementsMap;
Description forthcoming.
- (NSArray*) htmlBareStrings;
Description forthcoming.
- (id) initWithName: (NSString*)elementName associations: (NSDictionary*)associations contentElements: (NSArray*)elements;
Description forthcoming.
- (id) initWithName: (NSString*)elementName associations: (NSDictionary*)associations template: (GSWElement*)templateElement;
Description forthcoming.
- (id) initWithName: (NSString*)elementName attributeAssociations: (NSDictionary*)attributeAssociations contentElements: (NSArray*)elements;
Description forthcoming.
- (void) setHtmlBareStrings: (NSArray*)htmlBareStrings;
Description forthcoming.
Instance Variables for GSWHTMLDynamicElement Class
@protected NSArray* _attributeAssociations;
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.
@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.
@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.
@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.
- Declared in:
- Foundation/GSWHTMLDynamicElement.h
Standards:
Description forthcoming.
Method summary
- (unsigned int) GSWebObjectsAssociationsCount;
Description forthcoming.
- (void) appendGSWebObjectsAssociationsToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext;
Description forthcoming.
- (void) appendToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext;
Description forthcoming.
- (void) appendToResponse: (GSWResponse*)aResponse inContext: (GSWContext*)aContext elementsFromIndex: (unsigned int)fromIndex toIndex: (unsigned int)toIndex;
Description forthcoming.
- (GSWElement*) invokeActionForRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;
Description forthcoming.
- (void) takeValuesFromRequest: (GSWRequest*)aRequest inContext: (GSWContext*)aContext;
Description forthcoming.
- Declared in:
- Foundation/GSWHTMLDynamicElement.h
Standards:
Description forthcoming.
Method summary
- (BOOL) appendStringAtLeft: (id)unkwnon withMapping: (char*)mapping;
Description forthcoming.
- (BOOL) appendStringAtRight: (id)unkwnon withMapping: (char*)mapping;
Description forthcoming.
- (BOOL) canBeFlattenedAtInitialization;
Description forthcoming.
- (BOOL) compactHTMLTags;
Description forthcoming.
- Declared in:
- Foundation/GSWHTMLDynamicElement.h
Standards:
Description forthcoming.
Method summary
+ (BOOL) escapeHTML;
Description forthcoming.
+ (BOOL) hasGSWebObjectsAssociations;
Description forthcoming.
+ (void) setDynamicElementCompaction: (BOOL)flag;
Description forthcoming.
- Declared in:
- Foundation/GSWHTMLDynamicElement.h
Standards:
Description forthcoming.
Method summary
- (NSString*) addCIDElement: (NSDictionary*)cidElement forKey: (NSString*)cidKeyValue forCIDStoreAssociation: (GSWAssociation*)cidStore inContext: (GSWContext*)aContext;
Description forthcoming.
- (NSString*) addPath: (NSString*)path forCIDKeyAssociation: (GSWAssociation*)cidKey CIDStoreAssociation: (GSWAssociation*)cidStore inContext: (GSWContext*)aContext;
Description forthcoming.
- (NSString*) addURL: (NSString*)url forCIDKeyAssociation: (GSWAssociation*)cidKey CIDStoreAssociation: (GSWAssociation*)cidStore inContext: (GSWContext*)aContext;
Description forthcoming.
- (NSString*) addURLValuedElementData: (GSWURLValuedElementData*)data forCIDKeyAssociation: (GSWAssociation*)cidKey CIDStoreAssociation: (GSWAssociation*)cidStore inContext: (GSWContext*)aContext;
Description forthcoming.
- Declared in:
- Foundation/GSWHTMLDynamicElement.h
Standards:
Description forthcoming.
Method summary
- (NSString*) computeActionStringWithActionClassAssociation: (GSWAssociation*)actionClass directActionNameAssociation: (GSWAssociation*)directActionName inContext: (GSWContext*)context;
Description forthcoming.
- (NSString*) computeActionStringWithActionClassAssociation: (GSWAssociation*)actionClass directActionNameAssociation: (GSWAssociation*)directActionName otherPathQueryAssociations: (NSDictionary*)otherPathQueryAssociations inContext: (GSWContext*)context;
Description forthcoming.
- (NSString*) computeActionStringWithActionClassAssociation: (GSWAssociation*)actionClass directActionNameAssociation: (GSWAssociation*)directActionName pathQueryDictionaryAssociation: (GSWAssociation*)pathQueryDictionaryAssociation otherPathQueryAssociations: (NSDictionary*)otherPathQueryAssociations inContext: (GSWContext*)context;
Description forthcoming.
- (NSDictionary*) computeQueryDictionaryWithActionClassAssociation: (GSWAssociation*)actionClass directActionNameAssociation: (GSWAssociation*)directActionName queryDictionaryAssociation: (GSWAssociation*)queryDictionary otherQueryAssociations: (NSDictionary*)otherQueryAssociations inContext: (GSWContext*)context;
Description forthcoming.
Up