mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-04 11:00:52 +00:00
o added _otherPathQueryAssociations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18178 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da415be0c7
commit
a8e5987654
2 changed files with 12 additions and 3 deletions
|
@ -43,6 +43,7 @@
|
|||
GSWAssociation* _pageSetVarAssociationsDynamic;
|
||||
GSWAssociation* _cidStore;
|
||||
GSWAssociation* _cidKey;
|
||||
NSDictionary* _otherPathQueryAssociations;
|
||||
// }
|
||||
GSWAssociation* _filename;
|
||||
GSWAssociation* _framework;
|
||||
|
@ -58,11 +59,9 @@
|
|||
-(id)initWithName:(NSString*)aName
|
||||
associations:(NSDictionary*)associations
|
||||
contentElements:(NSArray*)elements;
|
||||
-(void)dealloc;
|
||||
|
||||
-(NSString*)valueAttributeName;
|
||||
-(NSString*)urlAttributeName;
|
||||
-(NSString*)description;
|
||||
@end
|
||||
|
||||
@interface GSWHTMLURLValuedElement (GSWHTMLURLValuedElementA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue