Documentation

ETXMLParserDelegate documentation

ETXMLParserDelegate <ETXMLWriting>

AuthorsGenerated by qmathe
Declared inETXMLParserDelegate.h

Overview

The ETXMLParserDelegate protocol is a formal protocol that must be implemented by classes used as delegates for XML parsing.


Default

- (void) setParser: (id)XMLParser

Used to set the associated parser.

Note: It might be better to parse the parser in to the other methods as an argument (e.g. characters:fromParser:). Anyone wishing to make this change should be aware that it will require a significant amount of refactoring in the XMPP code.