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

Packages that use TextBuffer
com.ctc.wstx.io   
com.ctc.wstx.sr   
com.ctc.wstx.util   
 

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 © 2005-2015 Oracle Corporation. All Rights Reserved.