fr.opensagres.xdocreport.document.preprocessor.sax
Class RowBufferedRegion

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
      extended by fr.opensagres.xdocreport.document.preprocessor.sax.RowBufferedRegion
All Implemented Interfaces:
IBufferedRegion, ISavable

public class RowBufferedRegion
extends BufferedElement

Table row buffered region.


Field Summary
 
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
endTagElement, startTagElement
 
Constructor Summary
RowBufferedRegion(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
 
Method Summary
 String getEndLoopDirective()
           
 String getItemNameList()
           
 String getStartLoopDirective()
           
 void initializeLoopTemplateDirective(String itemNameList, IDocumentFormatter formatter, String startNoParse, String endNoParse)
           
 boolean isLoopTemplateDirectiveInitilalized()
           
 void setEndLoopDirective(String endLoopDirective)
           
 void setLoopTemplateDirective(String startLoopDirective, String endLoopDirective)
           
 void setStartLoopDirective(String startLoopDirective)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
addRegion, append, append, append, end, findChildren, findChildren, findFirstChild, findFirstChild, findParent, findParent, get, getAttributes, getEndTagElement, getEndTagElementName, getInnerText, getName, getOwnerElement, getParent, getStartTagElement, getStartTagElementName, getTextContent, isEnded, isReseted, isString, match, put, registerDynamicAttributes, removeAll, reset, save, setAttribute, setContentAfterEndTagElement, setContentBeforeStartTagElement, setInnerText, setTextContent, start, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowBufferedRegion

public RowBufferedRegion(BufferedElement parent,
                         String uri,
                         String localName,
                         String name,
                         Attributes attributes)
Method Detail

setLoopTemplateDirective

public void setLoopTemplateDirective(String startLoopDirective,
                                     String endLoopDirective)

setStartLoopDirective

public void setStartLoopDirective(String startLoopDirective)

setEndLoopDirective

public void setEndLoopDirective(String endLoopDirective)

isLoopTemplateDirectiveInitilalized

public boolean isLoopTemplateDirectiveInitilalized()

initializeLoopTemplateDirective

public void initializeLoopTemplateDirective(String itemNameList,
                                            IDocumentFormatter formatter,
                                            String startNoParse,
                                            String endNoParse)

getItemNameList

public String getItemNameList()

getStartLoopDirective

public String getStartLoopDirective()

getEndLoopDirective

public String getEndLoopDirective()


Copyright © 2013. All rights reserved.