Class Summary |
ConversionXMLTranslator |
An XML Translator that reads two syntaxes but writes only one
and so can be used to convert to the output syntax. |
DashSyntaxXMLTranslator |
A class for translating between objects and XML that uses lower-case
names and separates words within names with dashes. |
JavaSyntaxXMLTranslator |
A class for translating between objects and XML that uses
Java-style capitalization for names. |
Syntax |
Describes the (XML) syntax of data objects. |
XML |
A class useful static XML utilities. |
XMLFileFilter |
A FileFilter that accepts only file types that indicate that
the file contains XML. |
XMLTranslator |
A class for translating between objects and XML. |
XMLTreeEditFrame |
A frame that contains an XML editing panel. |
XMLTreeEditor |
An XML tree editor as a standalone application main program. |
XMLTreeEditPanel |
A panel that contains an XML tree-editor. |
XML utilities.