| Package | Description |
|---|---|
| com.ctc.wstx.api |
| Modifier and Type | Field and Description |
|---|---|
protected WstxInputProperties.ParsingMode |
ReaderConfig.mParsingMode
Parsing mode can be changed from the default xml compliant
behavior to one of alternate modes (fragment processing,
multiple document processing).
|
static WstxInputProperties.ParsingMode |
WstxInputProperties.PARSING_MODE_DOCUMENT |
static WstxInputProperties.ParsingMode |
WstxInputProperties.PARSING_MODE_DOCUMENTS |
static WstxInputProperties.ParsingMode |
WstxInputProperties.PARSING_MODE_FRAGMENT |
| Modifier and Type | Method and Description |
|---|---|
WstxInputProperties.ParsingMode |
ReaderConfig.getInputParsingMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReaderConfig.setInputParsingMode(WstxInputProperties.ParsingMode mode) |
Copyright © 2012–2017 FasterXML. All rights reserved.