Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.dghda.kent.ReportData

Uses of ReportData in com.dghda.kent
 

Methods in com.dghda.kent that return ReportData
static ReportData ReportData.constructReportData(java.lang.String data)
          Constructs a new report data object by parsing the given XML document.
 

Methods in com.dghda.kent with parameters of type ReportData
 java.lang.String ReportTemplateText.getSubstitutedText(ReportData data)
          Gets the text with all subsitutions made.
protected  void ReportTemplateText.writeSubstitution(java.lang.StringBuffer buffer, java.lang.String substitution, ReportData data)
          Writes the substituted text to the given buffer.