Class ProcessRowResult
java.lang.Object
fr.opensagres.xdocreport.document.preprocessor.sax.ProcessRowResult
Result of the process row which store information about loop directive of the template engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe content of the result of process row.Returns the end loop directive if process row has modified the content and null otherwise.Returns the field name which was used to transform the content if process row has modified the content and null otherwise.Returns the itame name list if process row has modified the content and null otherwise.Returns the start loop directive if process row has modified the content and null otherwise.
-
Constructor Details
-
ProcessRowResult
-
-
Method Details
-
getContent
The content of the result of process row. This content can be the original content or modified content with fields transformed.- Returns:
-
getFieldName
Returns the field name which was used to transform the content if process row has modified the content and null otherwise.- Returns:
-
getItemNameList
Returns the itame name list if process row has modified the content and null otherwise.- Returns:
-
getStartLoopDirective
Returns the start loop directive if process row has modified the content and null otherwise.- Returns:
-
getEndLoopDirective
Returns the end loop directive if process row has modified the content and null otherwise.- Returns:
-