|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ctc.wstx.util.TextAccumulator
public final class TextAccumulator
Simple utility class used to efficiently accumulate and concatenate text passed in various forms
Constructor Summary | |
---|---|
TextAccumulator()
|
Method Summary | |
---|---|
void |
addText(char[] buf,
int start,
int end)
|
void |
addText(java.lang.String text)
|
java.lang.String |
getAndClear()
|
boolean |
hasText()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAccumulator()
Method Detail |
---|
public boolean hasText()
public void addText(java.lang.String text)
public void addText(char[] buf, int start, int end)
public java.lang.String getAndClear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |