SaxTagModel
Inherits From: NSObject
Declared In: SaxObjectModel.h
Methods: - className , - key , - tagKey , - parentKey , - contentKey , - defaultValues , - propertyKeyForChildTag: , - isToManyKey: , - toManyRelationshipKeys , - attributeKeys , - propertyKeyForAttribute: , - addValue:toPropertyWithKey:ofObject:


Class Description
No class description.


Instance Variables
NSString *className;
NSString *key;
NSString *tagKey;
NSString *parentKey;
NSString *contentKey;
NSArray *toManyRelationshipKeys;
NSDictionary *defaultValues;
NSDictionary *tagToKey;
NSDictionary *attrToKey;

classNameNo description.
keyNo description.
tagKeyNo description.
parentKeyNo description.
contentKeyNo description.
toManyRelationshipKeysNo description.
defaultValuesNo description.
tagToKeyNo description.
attrToKeyNo description.



Method Types
- className
- key
- tagKey
- parentKey
- contentKey
- defaultValues
- propertyKeyForChildTag:
- isToManyKey:
- toManyRelationshipKeys
- attributeKeys
- propertyKeyForAttribute:
- addValue:toPropertyWithKey:ofObject:


Instance Methods
addValue:toPropertyWithKey:ofObject:
- (void)addValue:(id)_val toPropertyWithKey:(NSString *)_key ofObject:(id)_obj
No method description.

attributeKeys
- (NSArray *)attributeKeys
No method description.

className
- (NSString *)className
No method description.

contentKey
- (NSString *)contentKey
No method description.

defaultValues
- (NSDictionary *)defaultValues
No method description.

isToManyKey:
- (BOOL)isToManyKey:(NSString *)_key
No method description.

key
- (NSString *)key
No method description.

parentKey
- (NSString *)parentKey
No method description.

propertyKeyForAttribute:
- (NSString *)propertyKeyForAttribute:(NSString *)_attr
No method description.

propertyKeyForChildTag:
- (NSString *)propertyKeyForChildTag:(NSString *)_tag
No method description.

tagKey
- (NSString *)tagKey
No method description.

toManyRelationshipKeys
- (NSArray *)toManyRelationshipKeys
No method description.


Version 1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.