SaxMethodCallHandler
Inherits From: SaxDefaultHandler
Declared In: SaxMethodCallHandler.h
Methods: - registerNamespace:withKey: , - setStartKey: , - startKey , - setEndKey: , - endKey , - setUnknownNamespaceKey: , - unknownNamespaceKey , - tagStack , - depth , - ignoreChildren , - doesIgnoreChildren , - setDelegate: , - delegate


Class Description
No class description.


Instance Variables
id delegate;
NSMutableDictionary *namespaceToKey;
NSMutableArray *tagStack;
NSString *startKey;
NSString *endKey;
NSString *unknownNamespaceKey;
int ignoreLevel;
NSMapTable *fqNameToStartSel;
NSMutableString *selName;

delegateNo description.
namespaceToKeyNo description.
tagStackNo description.
startKeyNo description.
endKeyNo description.
unknownNamespaceKeyNo description.
ignoreLevelNo description.
fqNameToStartSelNo description.
selNameNo description.



Method Types
- registerNamespace:withKey:
- setStartKey:
- startKey
- setEndKey:
- endKey
- setUnknownNamespaceKey:
- unknownNamespaceKey
- tagStack
- depth
- ignoreChildren
- doesIgnoreChildren
- setDelegate:
- delegate


Instance Methods
delegate
- (id)delegate
No method description.

depth
- (unsigned)depth
No method description.

doesIgnoreChildren
- (BOOL)doesIgnoreChildren
No method description.

endKey
- (NSString *)endKey
No method description.

ignoreChildren
- (void)ignoreChildren
No method description.

registerNamespace:withKey:
- (void)registerNamespace:(NSString *)_namespace withKey:(NSString *)_key
No method description.

setDelegate:
- (void)setDelegate:(id)_delegate
No method description.

setEndKey:
- (void)setEndKey:(NSString *)_s
No method description.

setStartKey:
- (void)setStartKey:(NSString *)_s
No method description.

setUnknownNamespaceKey:
- (void)setUnknownNamespaceKey:(NSString *)_s
No method description.

startKey
- (NSString *)startKey
No method description.

tagStack
- (NSArray *)tagStack
No method description.

unknownNamespaceKey
- (NSString *)unknownNamespaceKey
No method description.


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