Uses of Class
com.ctc.wstx.util.TextBuffer

Packages that use TextBuffer
com.ctc.wstx.io Low-level classes that are used to abstract most details of stream I/O access from actual parsing classes. 
com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such. 
com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. 
 

Uses of TextBuffer in com.ctc.wstx.io
 

Methods in com.ctc.wstx.io with parameters of type TextBuffer
 void BranchingReaderSource.startBranch(TextBuffer tb, int startOffset, boolean convertLFs)
           
 

Uses of TextBuffer in com.ctc.wstx.sr
 

Fields in com.ctc.wstx.sr declared as TextBuffer
protected  TextBuffer BasicStreamReader.mTextBuffer
          TextBuffer mostly used to collect non-element textual content (text, CDATA, comment content, pi data)
 

Methods in com.ctc.wstx.sr with parameters of type TextBuffer
protected  void BasicStreamReader.parseQuoted(String name, char quoteChar, TextBuffer tbuf)
          Method called to parse quoted xml declaration pseudo-attribute values.
protected  void StreamScanner.parseUntil(TextBuffer tb, char endChar, boolean convertLFs, String errorMsg)
           
 void InputElementStack.validateText(TextBuffer tb, boolean lastTextSegment)
           
 

Uses of TextBuffer in com.ctc.wstx.util
 

Methods in com.ctc.wstx.util that return TextBuffer
static TextBuffer TextBuffer.createRecyclableBuffer(ReaderConfig cfg)
           
static TextBuffer TextBuffer.createTemporaryBuffer()
           
 



Copyright © 2011 Codehaus. All Rights Reserved.