Uses of Class
com.ctc.wstx.util.TextBuffer
Packages that use TextBuffer
Package
Description
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
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 TextBufferModifier and TypeMethodDescriptionvoidBranchingReaderSource.startBranch(TextBuffer tb, int startOffset, boolean convertLFs) -
Uses of TextBuffer in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as TextBufferModifier and TypeFieldDescriptionprotected final TextBufferBasicStreamReader.mTextBufferTextBuffer mostly used to collect non-element textual content (text, CDATA, comment content, pi data)Methods in com.ctc.wstx.sr with parameters of type TextBufferModifier and TypeMethodDescriptionprotected final voidBasicStreamReader.parseQuoted(String name, char quoteChar, TextBuffer tbuf) Method called to parse quoted xml declaration pseudo-attribute values.protected final voidStreamScanner.parseUntil(TextBuffer tb, char endChar, boolean convertLFs, String errorMsg) final voidInputElementStack.validateText(TextBuffer tb, boolean lastTextSegment) -
Uses of TextBuffer in com.ctc.wstx.util
Methods in com.ctc.wstx.util that return TextBufferModifier and TypeMethodDescriptionstatic TextBufferTextBuffer.createRecyclableBuffer(ReaderConfig cfg) static TextBufferTextBuffer.createTemporaryBuffer()