|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.simple.common.TextExtractor.ExtractorStringBuilder
protected static class TextExtractor.ExtractorStringBuilder
This class is used to provide the string builder functions to extractor. It will automatically process the last NewLineChar.
| Method Summary | |
|---|---|
void |
append(char ch)
Append a character |
void |
append(String str)
Append a string |
void |
appendLine()
Append a new line character at the end |
String |
toString()
Return the string value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void append(String str)
str - - the stringpublic void append(char ch)
ch - - the characterpublic void appendLine()
public String toString()
If the last character is a new line character and is appended with appendLine(), the last new line character will be removed.
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||