Class ProcessRowResult

java.lang.Object
fr.opensagres.xdocreport.document.preprocessor.sax.ProcessRowResult

public class ProcessRowResult extends Object
Result of the process row which store information about loop directive of the template engine.
  • Constructor Details

    • ProcessRowResult

      public ProcessRowResult(String content, String fieldName, String itemNameList, String startLoopDirective, String endLoopDirective)
  • Method Details

    • getContent

      public String getContent()
      The content of the result of process row. This content can be the original content or modified content with fields transformed.
      Returns:
    • getFieldName

      public String getFieldName()
      Returns the field name which was used to transform the content if process row has modified the content and null otherwise.
      Returns:
    • getItemNameList

      public String getItemNameList()
      Returns the itame name list if process row has modified the content and null otherwise.
      Returns:
    • getStartLoopDirective

      public String getStartLoopDirective()
      Returns the start loop directive if process row has modified the content and null otherwise.
      Returns:
    • getEndLoopDirective

      public String getEndLoopDirective()
      Returns the end loop directive if process row has modified the content and null otherwise.
      Returns: