sbIiTunesXMLParser Interface Reference

import"sbIiTunesXMLParser.idl";

Inheritance diagram for sbIiTunesXMLParser:
[legend]
Collaboration diagram for sbIiTunesXMLParser:
[legend]

Public Member Functions

void parse (in nsIInputStream aiTunesXMLInputStream, in sbIiTunesXMLParserListener aListener)
 
void finalize ()
 

Detailed Description

Interface that provides access to the the parser for the iTunes XML file

Definition at line 43 of file sbIiTunesXMLParser.idl.

Member Function Documentation

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.

Parameters
aiTunesXMLFilePathPath of XML file to process
aListenerlistener to call as we find interesting bits

The documentation for this interface was generated from the following file: