Class | Description |
DatabaseRowToXMLTranslator |
This class has a singular purpose: convert a DatabaseRow to an XML document. |
DefaultXMLTranslator |
This is the default implementation of the XMLTranslator
interface. |
SAXParseExceptionWrapper |
This class wraps the org.xml.sax.SAXParseException class,
providing indirect access to its protocol via an interface. |
XMLDocument |
This class extends the xerces DocumentImpl class
to override the Text Node factory method. |
XMLToDatabaseRowTranslator |
This class has a singular purpose: convert an XML document to a DatabaseRow . |