moved files from my branch. I hope it will not break too much :-)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@25027 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
dwetzel 2007-04-13 18:32:02 +00:00
parent 0a0c436bbd
commit ad179cd74b
112 changed files with 7462 additions and 14165 deletions

View file

@ -44,6 +44,8 @@
-(NSString*)elementName;
-(NSArray*)dynamicChildren;
-(NSArray*) childrenElements;
-(NSArray*)htmlBareStrings;
-(NSData*)elementsMap;
@ -65,10 +67,6 @@
-(NSString*)description;
@end
//====================================================================
@interface GSWHTMLStaticElement (GSWHTMLStaticElementA)
-(void)appendToResponse:(GSWResponse*)response
inContext:(GSWContext*)context;
@ -83,10 +81,6 @@
-(void)takeValuesFromRequest:(GSWRequest*)request
inContext:(GSWContext*)context;
@end
//====================================================================
@interface GSWHTMLStaticElement (GSWHTMLStaticElementB)
-(BOOL)compactHTMLTags;
-(BOOL)appendStringAtRight:(id)unkwnon
withMapping:(char*)mapping;
@ -94,28 +88,17 @@
withMapping:(char*)mapping;
-(BOOL)canBeFlattenedAtInitialization;
@end
//====================================================================
@interface GSWHTMLStaticElement (GSWHTMLStaticElementC)
+(BOOL)charactersNeedingQuotes;
+(void)addURLAttribute:(id)attribute
forElementNamed:(NSString*)name;
+(id)urlsForElementNamed:(NSString*)name;
@end
//====================================================================
@interface GSWHTMLStaticElement (GSWHTMLStaticElementD)
+(NSDictionary*)attributeDictionaryForString:(NSString*)string;
+(NSString*)stringForAttributeDictionary:(NSDictionary*)attributeDictionary;
+(GSWElement*)elementWithName:(NSString*)name
attributeString:(NSString*)attributeString
contentElements:(NSArray*)elements;
@end
//====================================================================
@interface GSWHTMLStaticElement (GSWHTMLStaticElementE)
+(GSWElement*)elementWithName:(NSString*)name
attributeDictionary:(NSDictionary*)attributeDictionary
contentElements:(NSArray*)elements;