Class Summary |
DirectoryParser |
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. |
FileObject |
Specialization of a MemObject (DOM-like class) that represents a File
element or directory element in the directory.xml (.zip) file that is used
by the PhotoViewer client. |
MemObject |
This class represents a DOM-like view of an XML element. |
ThinletXmlParser |
ThinletXmlParser exists to make parsing different types of XML documents easy
using the miniature XML parser that comes with the Thinlet API. |