org.codehaus.stax2.ri
Class Stax2Util.TextBuffer
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stax2Util.TextBuffer
public Stax2Util.TextBuffer()
reset
public void reset()
append
public void append(String text)
get
public String get()
isEmpty
public boolean isEmpty()
Copyright © 2011 Codehaus. All Rights Reserved.