Package | Description |
---|---|
com.ctc.wstx.io | |
com.ctc.wstx.sr | |
com.ctc.wstx.util |
Modifier and Type | Method and Description |
---|---|
void |
BranchingReaderSource.startBranch(TextBuffer tb,
int startOffset,
boolean convertLFs) |
Modifier and Type | Field and Description |
---|---|
protected TextBuffer |
BasicStreamReader.mTextBuffer
TextBuffer mostly used to collect non-element textual content
(text, CDATA, comment content, pi data)
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static TextBuffer |
TextBuffer.createRecyclableBuffer(ReaderConfig cfg) |
static TextBuffer |
TextBuffer.createTemporaryBuffer() |
Copyright © 2012–2015 FasterXML. All rights reserved.