| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BranchingReaderSource. startBranch(TextBuffer tb,
           int startOffset,
           boolean convertLFs) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TextBuffer | BasicStreamReader. mTextBufferTextBuffer 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 © 2019 FasterXML. All rights reserved.