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.
|
org.mdiutil.xml.tree.dom |
This package allow to create a DOM representation of an XML tree.
|
Class and Description |
---|
EntityListResolver
A class which can manage entity resolution in XML files.
|
InputSourceCaching
The interface specifying the behavior for InputSource caching in the
EntityListResolver . |
ParserExceptionListener
A handler which is able to customize how to react to Exceptions or SAX Exceptinos encountedred during the SAX parsing.
|
ResolverSAXHandler
A default SAX handler which handles SAX error and resolution events.
|
ResolverSAXHandler.ExceptionResult
Represent an exception result returned after the parsing.
|
SAXParserPool
Deprecated.
|
UTF8Reader
This class is able to convert escaped hexadecimal UTF8 String constructions to Java Unicode
Strings and reverse.
|
XMLChildrenIncluder
This interface process XML files by including the content of XInclude children.
|
XMLLocations
This class hold a local copy of several XML standard reference files. it contains:
A copy of the XML Schema DTD:
http://www.w3.org/2001/XMLSchema.dtd
A copy of the XML Schema file: http://www.w3.org/2001/xml.xsd
To define a resolver for these reference files, see EntityListResolver.addResolvedSystemIDs(java.util.List, java.net.URL) . |
XMLParserConfiguration
The XMLParser configuration.
|
XmlWriterIOException
Thrown when an XMLWriter receives an illegal argument in parameter.
|
Class and Description |
---|
InputSourceCaching
The interface specifying the behavior for InputSource caching in the
EntityListResolver . |
ResolverSAXHandler
A default SAX handler which handles SAX error and resolution events.
|
ResolverSAXHandler.ExceptionResult
Represent an exception result returned after the parsing.
|
Class and Description |
---|
EntityListResolver
A class which can manage entity resolution in XML files.
|
InputSourceCaching
The interface specifying the behavior for InputSource caching in the
EntityListResolver . |
ResolverSAXHandler
A default SAX handler which handles SAX error and resolution events.
|
XMLChildrenIncluder
This interface process XML files by including the content of XInclude children.
|
XMLParserConfiguration
The XMLParser configuration.
|
Class and Description |
---|
EntityListResolver
A class which can manage entity resolution in XML files.
|