| Interface | Description |
|---|---|
| MinXML |
MinXML is a cleaner, leaner, cut-down version of XML with only the
absolute essentials.
|
| MinXMLBuilder |
This interface linearises the construction of a MinXML
tree.
|
| Class | Description |
|---|---|
| AbsFlexiMinXML |
This is a support class for FlexiMinXML that provides a
layer for managing the allocation of the TreeMap and the
ArrayList.
|
| AbsMinXML |
This is a abstract class for simplifying writing MinXML implementations.
|
| FlexiMinXML |
This implementation provides a full implementation of all the
mandatory and optional methods of the MinXML interface.
|
| FlexiMinXMLBuilder |
This implementation of MinXMLBuilder is maximally flexible:
It accepts null element names in startTagOpen, startTagClose and endTag.
|
| MinXMLParser |
This class wraps various types of input stream to
create a MinXML parser.
|
| MinXMLSearcher |
A convenience class for implementing a recursive walk of a tree
with some control over the branches explored.
|
| MinXMLWalker |
A convenience class that implements a recursive
walk over a MinXML tree.
|
| MinXMLWriter |
Prints out a MinXML object to a
PrintWriter. |