fr.opensagres.xdocreport.document.docx.preprocessor.sax
Class FldSimpleBufferedRegion

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

public class FldSimpleBufferedRegion
extends MergefieldBufferedRegion

w:fldSimple with MERGEFIELD type and false otherwise. If element is w:fldSimple :

 
                
                        
                                
                        
                        �${name}�
                
        
 
it is transformed to this content :
 
                        
                                
                                
                                ${name}
                
 


Field Summary
 
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
endTagElement, startTagElement
 
Constructor Summary
FldSimpleBufferedRegion(TransformedBufferedDocumentContentHandler handler, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
 
Method Summary
 void setNewTContent(String tContent)
           
 void setTContent(String tContent)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.docx.preprocessor.sax.MergefieldBufferedRegion
getFieldName, getTRegion, setInstrText
 
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

FldSimpleBufferedRegion

public FldSimpleBufferedRegion(TransformedBufferedDocumentContentHandler handler,
                               BufferedElement parent,
                               String uri,
                               String localName,
                               String name,
                               Attributes attributes)
Method Detail

setTContent

public void setTContent(String tContent)

setNewTContent

public void setNewTContent(String tContent)


Copyright © 2013. All rights reserved.