Uses of Class
com.ctc.wstx.util.TextBuffer
-
Packages that use TextBuffer Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling.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.dtd
Fields in com.ctc.wstx.dtd declared as TextBuffer Modifier and Type Field Description (package private) TextBuffer
FullDTDReader. mTextBuffer
(package private) TextBuffer
FullDTDReader. mValueBuffer
Text buffer used for constructing expansion value of the internal entities, and for default attribute values.Methods in com.ctc.wstx.dtd that return TextBuffer Modifier and Type Method Description private TextBuffer
FullDTDReader. getTextBuffer()
-
Uses of TextBuffer in com.ctc.wstx.io
Fields in com.ctc.wstx.io declared as TextBuffer Modifier and Type Field Description (package private) TextBuffer
BranchingReaderSource. mBranchBuffer
Methods in com.ctc.wstx.io with parameters of type TextBuffer Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description protected void
BasicStreamReader. parseQuoted(java.lang.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, java.lang.String errorMsg)
private void
BasicStreamReader. readComment2(TextBuffer tb)
private void
BasicStreamReader. readPI2(TextBuffer tb)
void
InputElementStack. validateText(TextBuffer tb, boolean lastTextSegment)
-
Uses of TextBuffer in com.ctc.wstx.util
Methods in com.ctc.wstx.util that return TextBuffer Modifier and Type Method Description static TextBuffer
TextBuffer. createRecyclableBuffer(ReaderConfig cfg)
static TextBuffer
TextBuffer. createTemporaryBuffer()
-