|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressException | |
|---|---|
| org.rakeshv.xml.addressbook | An XML address book implementation. |
| Uses of AddressException in org.rakeshv.xml.addressbook |
|---|
| Methods in org.rakeshv.xml.addressbook that throw AddressException | |
|---|---|
void |
AddressBook.addGroup(Group group)
Add the specified Group to the address book. |
void |
AddressBook.addPerson(Person person)
Add the specified Person java bean to the address book. |
static AddressBook |
AddressBook.createAddressBook(java.lang.String file)
Just invokes AddressBook.createAddressBook( String, String ) with a
null value for the default SAX Parser. |
static AddressBook |
AddressBook.createAddressBook(java.lang.String file,
java.lang.String saxParser)
Create a new address book using the fully qualified file name specified, and using the specified SAX Parser to load the XML file that has been created. |
private void |
AddressBook.loadAddressBook(java.lang.String saxParser)
Load the address book XML file ( AddressBook.fileName) using JDOM,
and populate the class fields AddressBook.persons and AddressBook.groups. |
void |
AddressBook.saveAddressBook()
Write the JDOM tree back to the address book file. |
| Constructors in org.rakeshv.xml.addressbook that throw AddressException | |
|---|---|
AddressBook(java.lang.String fileName)
Just invoke AddressBook.AddressBook( String, String ) with a value of
null for the preferred SAX Parser to use. |
|
AddressBook(java.lang.String fileName,
java.lang.String saxParser)
Load the specified address book XML file using the specified SAX Parser. |
|
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||