import"sbIiTunesXMLParser.idl";
Public Member Functions | |
| void | parse (in nsIInputStream aiTunesXMLInputStream, in sbIiTunesXMLParserListener aListener) |
| void | finalize () |
Interface that provides access to the the parser for the iTunes XML file
Definition at line 43 of file sbIiTunesXMLParser.idl.
| void sbIiTunesXMLParser::finalize | ( | ) |
Cleans up resources in use by the parser. Calling this isn't required, but highly encouraged.
| void sbIiTunesXMLParser::parse | ( | in nsIInputStream | aiTunesXMLInputStream, |
| in sbIiTunesXMLParserListener | aListener | ||
| ) |
Initiates the parsing of the file, calling methods on listener as it goes.
| aiTunesXMLFilePath | Path of XML file to process |
| aListener | listener to call as we find interesting bits |