fr.opensagres.xdocreport.document.preprocessor.sax
Interface IBufferedRegion

All Superinterfaces:
ISavable
All Known Implementing Classes:
AbstractNoteBufferedRegion, AbstractNoteReferenceBufferedRegion, AbstractNotesBufferedDocument, APBufferedRegion, ARBufferedRegion, ATxBodyBufferedRegion, BookmarkBufferedRegion, BufferedAttribute, BufferedDocument, BufferedElement, BufferedEndTagElement, BufferedRegion, BufferedRegionAdpater, BufferedStartTagElement, BufferedTagElement, DocxBufferedDocument, EndnoteBufferedRegion, EndnoteReferenceBufferedRegion, EndnotesBufferedDocument, FldSimpleBufferedRegion, FootnoteBufferedRegion, FootnoteReferenceBufferedRegion, FootnotesBufferedDocument, HyperlinkBufferedRegion, MergefieldBufferedRegion, ODTBufferedDocument, PBufferedRegion, PPTXSlideDocument, PTxBodyBufferedRegion, RBufferedRegion, RowBufferedRegion, StringBufferedRegion, TableBufferedRegion, TransformedBufferedDocument, TxBodyBufferedRegion

public interface IBufferedRegion
extends ISavable

Interface for buffered region.


Method Summary
 void addRegion(ISavable region)
          Add a the given buffered region to the buffer.
 void append(char c)
          Append the given content to the buffer.
 void append(char[] ch, int start, int length)
          Append the given char array to the buffer.
 void append(String content)
          Append the given content to the buffer.
 IBufferedRegion getParent()
          Returns the parent buffered region.
 boolean isString()
          Returns true if buffered region is a String and false otherwise.
 
Methods inherited from interface fr.opensagres.xdocreport.document.preprocessor.sax.ISavable
getOwnerElement, save
 

Method Detail

isString

boolean isString()
Returns true if buffered region is a String and false otherwise.

Returns:

append

void append(String content)
Append the given content to the buffer.

Parameters:
content -

append

void append(char[] ch,
            int start,
            int length)
Append the given char array to the buffer.

Parameters:
ch -
start -
length -

append

void append(char c)
Append the given content to the buffer.

Parameters:
content -

addRegion

void addRegion(ISavable region)
Add a the given buffered region to the buffer.

Parameters:
region -

getParent

IBufferedRegion getParent()
Returns the parent buffered region.

Returns:


Copyright © 2013. All rights reserved.