Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

JDCSVXMLFactory Class Reference

#import <JDCSVXMLFactory.h>

Inheritance diagram for JDCSVXMLFactory:

< JDCSVParserDelegate > List of all members.

Public Member Functions

(NSXMLDocument *) - xmlDocument

Detailed Description

Author:
Jeff Disher
Date:
2012-05-19
A simple implementation of the JDCSVParserDelegate concrete protocol which demonstrates how CSV data can be converted into sparse XML data. This can be re-used and the xmlDocument is replaced at the end of every successful parse with the document representing the most recent document completely parsed.


Member Function Documentation

- (NSXMLDocument *) xmlDocument  
 

Returns:
The XML document which contains the entire XML tree of the data found during the most recently parsed document
This is the way that external code gets access to the data harvested by this factory. Once the parse has completed, call this method to get the tree for output or later analysis.


The documentation for this class was generated from the following file:
Generated on Sun Jun 10 16:41:27 2012 for JDCSVParser by  doxygen 1.4.3