| java.lang.Object org.kuali.module.kra.routingform.xml.RoutingFormXml
RoutingFormXml | public class RoutingFormXml (Code) | | This class creates an XML representation of a RoutingForm's data.
|
makeXml | public static void makeXml(RoutingFormDocument routingFormDocument, Document xmlDoc, String imagesUrl) throws Exception(Code) | | Driving method for this class. Functions as a hub calling helper methods.
Parameters: routingFormroutingFormDocumentDoc - data representation of a routingForm Parameters: xmlDoc - target xml representation for the routingForm. This field will be side effected. Parameters: imagesUrl - location of the images the stylesheets use throws: Exception - |
|
|