|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLexception | |
| com.marringtons.object | The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database. |
| com.marringtons.xml | This package provides a simple basic XML processing package where the much more complex XML systems would be overkill. |
| Uses of XMLexception in com.marringtons.object |
| Methods in com.marringtons.object that throw XMLexception | |
static void |
Backup.restoreAll(String archiveName)
Restore all databases from an archive. |
void |
Database.restore(FileReader fileReader)
Restore a database from an XML backup file. |
void |
Database.restore(String name)
Restore a database from an XML backup file. |
static Object |
ObjectXML.fromXML(String xml,
Translator translator)
Given an XML string created by toXML(), create an instance of the DAO or POJO. |
static Object |
ObjectXML.fromXML(BufferedReader xml,
Translator translator)
Convert an XML stream into a POJO - using a static class directory for the purpose. |
static void |
ObjectXML.fromXML(Database db,
Reader reader,
boolean unique,
Translator translator)
Given a stream of XML, extract the objects and save them into the current database. |
static DAO |
ObjectXML.fromXML(Database db,
BufferedReader reader,
boolean unique,
Translator translator)
Given a stream of XML, extract the objects and save them into the current database. |
| Uses of XMLexception in com.marringtons.xml |
| Methods in com.marringtons.xml that throw XMLexception | |
void |
XMLparser.throwException()
Normally returns OK and uses hasErrors() to indicate problems. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||