|
Class Summary |
| DOMParserWrapper |
This class is used to wrap the ugly details of parsing a XML document from the users. |
| DOMTreeProcessing |
This class is used to handle different types of processing of the XML DOM tree
generated from the DOMParserWrapper. |
| XMLClient |
This is a client based on the example ThinClient class in Siena. |
| XMLProcessor |
This class handles the processing of the XML notification and turning it
into a Siena notification. |
| XMLProcessor.TEST |
This is an inner class used to test out the private methods of this class. |
| XMLSubscriptionHandler |
This class handles the processing of an XPath statement and runging it into a set of filters that can be used as a subscription to a XML notification. |
| XMLSubscriptionHandler.TEST |
White box testing class for XMLSubscriptionHandler |
| XSchemaProcessor |
This class is used to process an XSchema and produce a mapping of XML tags to SIENA attribute names. |
| XSchemaProcessor.TEST |
White Box test class for the XSchemaProcessor |