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 | Field and Description |
---|---|
protected ResolverSAXHandler |
XMLSAXParser.handler
The associated SAX handler.
|
Modifier and Type | Method and Description |
---|---|
ResolverSAXHandler |
XMLSAXParser.getHandler()
Return the SAX Handler used for the parsing.
|
ResolverSAXHandler |
SAXValidatorHandler.getWrappedHandler()
Return the wrapped ResolverSAXHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationResolverHandler.setErrorHandler(ResolverSAXHandler errorHandler)
Set the associated error handler.
|
void |
XMLSAXParser.setHandler(ResolverSAXHandler handler)
Set the SAX Handler used for the parsing.
|
Constructor and Description |
---|
SAXValidatorHandler(ResolverSAXHandler handler)
Constructor.
|
XMLSAXParser(ResolverSAXHandler handler)
Create a new non validating 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.
|