Uses of Class
com.ctc.wstx.api.WstxInputProperties.ParsingMode
-
Packages that use WstxInputProperties.ParsingMode Package Description com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*). -
-
Uses of WstxInputProperties.ParsingMode in com.ctc.wstx.api
Fields in com.ctc.wstx.api declared as WstxInputProperties.ParsingMode Modifier and Type Field 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
Methods in com.ctc.wstx.api that return WstxInputProperties.ParsingMode Modifier and Type Method Description WstxInputProperties.ParsingMode
ReaderConfig. getInputParsingMode()
Methods in com.ctc.wstx.api with parameters of type WstxInputProperties.ParsingMode Modifier and Type Method Description void
ReaderConfig. setInputParsingMode(WstxInputProperties.ParsingMode mode)
-