Declared in SPNSExtensions.h

Overview

Sparrow extensions for the NSXMLParser class

Tasks

  • – parseElementsWithBlock:

    Makes XML parsing a whole lot easier by forwarding each element and its attributes to a block, which is totally sufficient for Sparrow’s file formats. Note that the delegate is not used.

Instance Methods

parseElementsWithBlock:

Makes XML parsing a whole lot easier by forwarding each element and its attributes to a block, which is totally sufficient for Sparrow’s file formats. Note that the delegate is not used.

- (BOOL)parseElementsWithBlock:(SPXMLElementHandler)elementHandler

Discussion

Makes XML parsing a whole lot easier by forwarding each element and its attributes to a block, which is totally sufficient for Sparrow’s file formats. Note that the delegate is not used.

Declared In

SPNSExtensions.h