xelem.3.0

Uses of Class
nl.fountain.xelem.XelemException

Packages that use XelemException
nl.fountain.xelem Provides classes that assist in the creation of SpreadsheetML. 
nl.fountain.xelem.expat Provides classes that do not belong to the core of xelem. 
 

Uses of XelemException in nl.fountain.xelem
 

Methods in nl.fountain.xelem that throw XelemException
 void XFactory.appendInfoSheet(Element root, GIO gio)
          Appends a Worksheet element with general information to the root element.
static XFactory XFactory.newInstance()
          Gets an instance of this class.
 void XSerializer.serialize(Document doc, File out)
           
 void XSerializer.serialize(Document doc, OutputStream out)
           
 void XSerializer.serialize(Document doc, Writer out)
           
 void XSerializer.serialize(Workbook wb)
          Serializes the Workbook to the file specified with the Workbook's getFileName-method.
 void XSerializer.serialize(Workbook wb, File out)
           
 void XSerializer.serialize(Workbook wb, OutputStream out)
           
 void XSerializer.serialize(Workbook wb, Writer out)
           
 String XSerializer.serializeToString(Document doc)
           
 String XSerializer.serializeToString(Workbook wb)
           
 

Uses of XelemException in nl.fountain.xelem.expat
 

Constructors in nl.fountain.xelem.expat that throw XelemException
XLDocument(String fileName)
          Creates a new XLDocument by parsing the specified file into a Document.
 


xelem.3.0