|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBufferedRegion
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 |
|---|
boolean isString()
void append(String content)
content -
void append(char[] ch,
int start,
int length)
ch - start - length - void append(char c)
content - void addRegion(ISavable region)
region - IBufferedRegion getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||