XmlRpcSaxHandler | |
---|---|
Inherits From: | SaxDefaultHandler |
Declared In: | XmlRpcSaxHandler.h |
Methods: |
|
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;
|
Method Types | |
---|---|
Instance Methods | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Version 1.1.1.1
Copyright ©2002
by SKYRIX Software AG.
All Rights Reserved.