|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegionAdpater
fr.opensagres.xdocreport.document.preprocessor.sax.StringBufferedRegion
public class StringBufferedRegion
String buffered region.
| Constructor Summary | |
|---|---|
StringBufferedRegion(BufferedElement ownerElement,
IBufferedRegion parent)
|
|
| Method Summary | |
|---|---|
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. |
void |
clear()
|
boolean |
isString()
Returns true if buffered region is a String and false otherwise. |
void |
save(Writer writer)
Write the content of the buffer in the given writer. |
String |
toString()
|
| Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegionAdpater |
|---|
addRegion, getOwnerElement, getParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringBufferedRegion(BufferedElement ownerElement,
IBufferedRegion parent)
| Method Detail |
|---|
public boolean isString()
IBufferedRegion
isString in interface IBufferedRegionisString in class BufferedRegionAdpater
public void save(Writer writer)
throws IOException
ISavable
save in interface ISavablesave in class BufferedRegionAdpaterIOExceptionpublic void append(String content)
IBufferedRegion
append in interface IBufferedRegionappend in class BufferedRegionAdpater
public void append(char[] ch,
int start,
int length)
IBufferedRegion
append in interface IBufferedRegionappend in class BufferedRegionAdpaterpublic void append(char c)
IBufferedRegion
append in interface IBufferedRegionappend in class BufferedRegionAdpaterpublic String toString()
toString in class BufferedRegionAdpaterpublic void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||