| Package | Description | 
|---|---|
| org.mdiutil.xml | 
 Utility classes for XML managing. 
 | 
| org.mdiutil.xml.swing | 
 Contains specific swing classes for the xml package 
 | 
| org.mdiutil.xml.tree | 
 This package contains a parser allowing to get a tree of Nodes from an XML file. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ResolverSAXHandler
A default SAX handler which handles SAX error and resolution events. 
 | 
class  | 
XMLSAXParser
A generic XML SAX Parser. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicSAXHandler
A default SAX handler class handles SAX error and resolution events, and is able to show a textArea
 upon completion if some parsing errors have been detected. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XMLTreeHandler
Parse an XML File and return the associated tree of Nodes. 
 |