|
Class Summary |
| XMLUtil |
This class contains utility routines for manipulating XML. |
| XMLUtil.Tester |
Each class contains a Tester inner class with a main() for easier
unit testing. |
| XMLWriter |
This class writes formatted XML strings to a Writer. |
| XMLWriter.Tester |
Each class contains a Tester inner class with a main() for easier
unit testing. |
| XSLUtil |
This class contains utility routines for working with XSL. |
| XSLUtil.SortCaseOrder |
This class represents an enumerated type that identifies sort case orders
(upper case first, lower case first, case insensitive). |
| XSLUtil.SortDataType |
This class represents an enumerated type that identifies data types to
sort by. |
| XSLUtil.SortOrder |
This class represents an enumerated type that identifies sort orders
(ascending and descending). |
| XSLUtil.Tester |
Each class contains a Tester inner class with a main() for easier
unit testing. |