Rakesh API

Uses of Class
org.rakeshv.xml.album.AlbumException

Packages that use AlbumException
org.rakeshv.xml.album An XML photo album implementation. 
 

Uses of AlbumException in org.rakeshv.xml.album
 

Methods in org.rakeshv.xml.album that throw AlbumException
 void PhotoAlbum.addAlbum(Album album)
          Add the specified Album java bean to the PhotoAlbum.albums map.
static PhotoAlbum PhotoAlbum.createPhotoAlbum(java.lang.String file)
          Just invokes PhotoAlbum.createPhotoAlbum( String, String ) with a null value for the default SAX Parser.
static PhotoAlbum PhotoAlbum.createPhotoAlbum(java.lang.String file, java.lang.String saxParser)
          Create a new album using the fully qualified file name specified, and using the specified SAX Parser to load the XML file that has been created.
private  void PhotoAlbum.loadAlbums(java.lang.String saxParser)
          Load the album XML file (PhotoAlbum.fileName) using JDOM, and populate the PhotoAlbum.albums class field.
 void PhotoAlbum.saveAlbums()
          Write the JDOM tree back to the album file.
 

Constructors in org.rakeshv.xml.album that throw AlbumException
PhotoAlbum(java.lang.String fileName)
          Just invoke PhotoAlbum.PhotoAlbum( String, String ) with a value of null for the preferred SAX Parser to use.
PhotoAlbum(java.lang.String fileName, java.lang.String saxParser)
          Load the specified album XML file using the specified SAX Parser.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan