XmlRpcSaxHandler
Inherits From: SaxDefaultHandler
Declared In: XmlRpcSaxHandler.h
Methods: - reset , - methodCall , - methodResponse


Class Description
The SAX handler used to decode XML-RPC responses and requests. If the parsing finishes successfully, either -methodCall or -methodResponse will return an properly initialized object representing the XML-RPC response.

The SAX handler is used by the XmlRpcDecoder class internally, in most cases you shouldn't need to access it directly.



Instance Variables
XmlRpcMethodCall *call;
XmlRpcMethodResponse *response;
NSMutableArray *params;
NSString *methodName;
BOOL invalidCall;
NSMutableArray *tagStack;
NSMutableArray *valueStack;
NSString *className;
NSMutableArray *memberNameStack;
NSMutableArray *memberValueStack;
NSTimeZone *timeZone;
NSCalendarDate *dateTime;
NSMutableString *characters;
unsigned valueNestingLevel;
SEL nextCharactersProcessor;

callNo description.
responseNo description.
paramsNo description.
methodNameNo description.
invalidCallNo description.
tagStackNo description.
valueStackNo description.
classNameNo description.
memberNameStackNo description.
memberValueStackNo description.
timeZoneNo description.
dateTimeNo description.
charactersNo description.
valueNestingLevelNo description.
nextCharactersProcessorNo description.



Method Types
- reset
- methodCall
- methodResponse


Instance Methods
methodCall
- (XmlRpcMethodCall *)methodCall
No method description.

methodResponse
- (XmlRpcMethodResponse *)methodResponse
No method description.

reset
- (void)reset
No method description.


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