| Class | Description |
|---|---|
| XmlDataAdaptor |
XmlDataAdaptor is a DataAdaptor that specifically supports (reading/writing)
(from/to) XML.
|
| XmlTableIO |
Static methods for reading and writing tables from/to XML files.
|
| XmlWriter |
XmlWriter is a class that can write an XML document to a desired output
in XML format.
|
| Exception | Description |
|---|---|
| XmlDataAdaptor.CreationException | |
| XmlDataAdaptor.ParseException | |
| XmlDataAdaptor.ResourceNotFoundException | |
| XmlDataAdaptor.WriteException |
Wrapper for exceptions that may be thrown while writing:
java.io.IOException
java.net.MalformedURLException
|