com.photoviewer.client.parse
Class DirectoryParser

java.lang.Object
  extended bycom.photoviewer.client.parse.ThinletXmlParser
      extended bycom.photoviewer.client.parse.DirectoryParser

public class DirectoryParser
extends ThinletXmlParser

This class uses the Thinlet parser to parse the directory.zip file that contains the file m_descriptions of what's available on the server.

Author:
John De Regnaucourt

Constructor Summary
DirectoryParser()
           
 
Method Summary
 void endElement()
           
 FileObject getRoot()
           
 void startElement(java.lang.String tag, java.util.Hashtable attributes)
           
 
Methods inherited from class com.photoviewer.client.parse.ThinletXmlParser
characters
 
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

getRoot

public FileObject getRoot()

startElement

public void startElement(java.lang.String tag,
                         java.util.Hashtable attributes)
Specified by:
startElement in class ThinletXmlParser

endElement

public void endElement()
Specified by:
endElement in class ThinletXmlParser