org.robsite.extension.rss.model
Class DirectoryParser

java.lang.Object
  extended byorg.robsite.extension.rss.model.DirectoryParser

public class DirectoryParser
extends java.lang.Object

DirectoryParser scans the newsdirectory.xml file and determines which channels are available.

Version:
$Revision: 1.1.1.1 $
Author:
brian_duff@users.sourceforge.net

Constructor Summary
DirectoryParser()
           
 
Method Summary
 void parse(java.io.InputStream inStream, Channels channels)
          Parse the directory xml file from the specified stream and update the channels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryParser

public DirectoryParser()
Method Detail

parse

public void parse(java.io.InputStream inStream,
                  Channels channels)
           throws org.xml.sax.SAXException,
                  java.io.IOException,
                  javax.xml.parsers.ParserConfigurationException
Parse the directory xml file from the specified stream and update the channels

Parameters:
channels -
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException


Copyright © 2005 robsite.org. All Rights Reserved.