Package com.irisel.util

Interface Summary
GeisaDefines Defines for the Geisa package
XMLBean  
 

Class Summary
AllTests TestSuite that runs all the sample tests
ArgumentTokenizer  
Arrays  
BaseBean  
CacheHashMap<T1,T2>  
Chrono  
Configuration  
ConfigurationProperties  
ConfigurationPropertiesList A collection of report properties arranged into columns to provide access for the DataRowBackend class.
Copier Auxiliar functions to copy streams
DebuggingObjectOutputStream  
DefaultImages  
DOMParserSaveEncoding The DOMParserSaveEncoding class extends DOMParser.It also provides the Java Encoding of the XML document by overriding the startDocument method and providing a way to capture the MIME encoding from the XML document which in turn is converted to the Java Encoding by the internal MIME2Java class.
DOMWriter DOMWriter generates XML text from a DOM Document
ErrorStorer The ErrorStorer maps Nodes to errors.It receives a reference to the ErrorTreeFactory in the Constructor.When error is called, it asks the ErrorTreeFactory for the current node, and uses this as the "key" of a Hashtable, with the error as a value.The error value is wrapped up nicely in an ParseError object.It is used in the XML Tutorial to illustrate how to implement the ErrorListener to provide error storage for later reference.
HTMLUtils  
IriselDomParser This class is used to parse documents.
Messages  
PackageConfiguration The PackageConfiguration handles the module level configuration.
ParseError The ParseError class wraps up all the error info from the ErrorStorer's error method.
Performance  
PropertyFileConfiguration A report configuration that reads its values from the jfreereport.properties file.
Serialize  
SplashScreen Displays a splash screen.
Tools  
 

Exception Summary
ConfigException