org.codehaus.stax2.ri
Class Stax2Util.TextBuffer

java.lang.Object
  extended by org.codehaus.stax2.ri.Stax2Util.TextBuffer
Enclosing class:
Stax2Util

public static final class Stax2Util.TextBuffer
extends Object

Helper class used to simplify text gathering while keeping at as efficient as possible.


Constructor Summary
Stax2Util.TextBuffer()
           
 
Method Summary
 void append(String text)
           
 String get()
           
 boolean isEmpty()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stax2Util.TextBuffer

public Stax2Util.TextBuffer()
Method Detail

reset

public void reset()

append

public void append(String text)

get

public String get()

isEmpty

public boolean isEmpty()


Copyright © 2011 Codehaus. All Rights Reserved.