| java.lang.Object org.kuali.module.kra.budget.xml.BudgetXml
BudgetXml | public class BudgetXml (Code) | | This class creates an XML representation of a Budget's data.
|
makeXml | public static void makeXml(BudgetDocument budgetDoc, Document xmlDoc, String imagesUrl, String param) throws Exception(Code) | | Driving method for this class. Functions as a hub calling helper methods.
Parameters: budgetDoc - data representation of a budget Parameters: xmlDoc - target xml representation for the budget. This field will be side effected. Parameters: imagesUrl - location of the images the stylesheets use Parameters: param - a parameter that is to be added to the XML as PARAMETER1. Useful for custom functions of a style sheet. throws: Exception - |
|
|